FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Built a CLI to Manage Claude Code Agents — Because Copy-Pasting .md Files Got Old Fast
How-ToProgramming Languages

I Built a CLI to Manage Claude Code Agents — Because Copy-Pasting .md Files Got Old Fast

via Dev.to PythonLakshmi Sravya Vedantham4h ago

If you use Claude Code, you know about custom agents . You drop a .md file into ~/.claude/agents/ and Claude gets a specialized persona — a backend reviewer, a security auditor, whatever you need. Problem: managing those files manually is tedious. Copy from a repo, rename, edit, delete the wrong one, reinstall after a machine wipe. Every time I wanted a new agent I was doing it by hand. So I built agentfile — a CLI that manages Claude Code agents the same way pip manages packages. What it does # List everything installed agentfile list # Create a new agent from template agentfile create security-reviewer -d "Reviews code for OWASP Top 10 issues" # Show an agent’s full content agentfile show security-reviewer # Install agents from a local directory or another project agentfile install ./team-agents/ # Delete one agentfile delete old-agent That’s the whole thing. It reads and writes ~/.claude/agents/*.md . No magic, no config file, no daemon. The template When you create a new agent, you

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
0 views

Related Articles

How-To

How to Install and Start Using LineageOS on your Phone

Lobsters • 59m ago

How-To

What Should Kids Learn After Scratch? Comparing Programming Languages

Medium Programming • 4h ago

BYD rolls out EV batteries with 5-minute ‘flash charging.’ But there’s a catch.
How-To

BYD rolls out EV batteries with 5-minute ‘flash charging.’ But there’s a catch.

TechCrunch • 5h ago

Trump gets data center companies to pledge to pay for power generation
How-To

Trump gets data center companies to pledge to pay for power generation

Ars Technica • 6h ago

Building an Interactive Fiction Format with Codex as a Development Partner
How-To

Building an Interactive Fiction Format with Codex as a Development Partner

Medium Programming • 8h ago

Discover More Articles