ychampion/cskill-agents
Agent skills for coding CLIs, multi-agent runtimes, context engines, MCP extensions, and terminal tooling. Instead of using claude code's source code, give your agent skills to create your own!
Platform-specific configuration:
{
"mcpServers": {
"cskill-agents": {
"command": "npx",
"args": [
"-y",
"cskill-agents"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Curated, public-safe agent skills for building and improving coding CLIs, terminal tools, context engines, remote bridges, and multi-agent runtimes. (inspired from Claude Code's source)
This repo contains original, method-level skill files distilled from reviewed implementations. It does not ship upstream source code, copied comments, tests, prompts, logos, or proprietary assets.
Install one skill with the helper scripts. These installers validate the slug and replace any existing installed copy, so they are safe for upgrades and reinstalls.
.\scripts\install-skill.ps1 -Agent codex -Slug concurrency-safe-tool-batching./scripts/install-skill.sh codex concurrency-safe-tool-batching.\scripts\install-skill.ps1 -Agent claude-code -Slug concurrency-safe-tool-batching./scripts/install-skill.sh claude-code concurrency-safe-tool-batchingInstall a curated bundle with the helper script:
.\scripts\install-bundle.ps1 -Agent codex -Bundle starter
.\scripts\install-bundle.ps1 -Agent claude-code -Bundle starter./scripts/install-bundle.sh codex starter
./scripts/install-bundle.sh claude-code starterLoading reviews...