Discover and explore top open-source AI tools and projects—updated daily.
NTCodingEnhance programming workflows with a Claude-powered CLI
Top 96.7% on SourcePulse
This project offers a framework for creating and managing reusable skills and composable system prompts for Claude Code, targeting developers seeking structured and efficient AI-assisted programming. It streamlines the setup of specialized AI personas for common coding tasks, enhancing productivity and consistency through a command-line launcher and a skill-based composition system.
How It Works
The project utilizes a Python-based launcher (claude-launcher.py) to manage "skills" (reusable behavioral instructions) and "personas" (system prompts). Users can compose personas by referencing skills using @ syntax, enabling modularity and extensibility. The launcher provides interactive selection and command-line shortcuts, including order-independent and model-only options, for rapid invocation of pre-defined or custom personas. Frontmatter support allows for instant creation of new personas.
Quick Start & Requirements
alias cl='python3 /path/to/claude-skillz/claude-launcher/claude-launcher.py'.python3. Optional: fzf for interactive fuzzy search (brew install fzf on macOS).CLAUDE.md.Highlighted Details
$ cl).@ references for composable prompt engineering.tdd, opt, arc, rct, tsc).automatic-code-review with configurable rules and observability-first-debugging.Maintenance & Community
No specific contributors, sponsorships, or community links (Discord/Slack) are mentioned in the provided text.
Licensing & Compatibility
The README does not specify licensing terms or compatibility notes for commercial use.
Limitations & Caveats
The setup requires manual aliasing and path configuration. The README does not detail licensing or commercial compatibility. Advanced features like the plugin marketplace are described but lack in-depth setup or usage instructions within the provided text.
1 week ago
Inactive