Claude Skill
NTCoding/claude-skillz
A Python repository offering random Claude skills for common, simple programming tasks. Explore and use various skills to automate basic workflows.
Overview
Repository
Install this Skill
git clone https://github.com/NTCoding/claude-skillz.gitRegistry
Summary
A collection of random Claude skills designed for common, simple programming tasks, implemented in Python.
适用于常见简单编程任务的随机Claude技能
Key features
- Collection of random Claude skills
- Focus on simple programming tasks
- Python implementation
- Open source repository
Use cases
- Quick prototyping for simple tasks
- Learning Claude skill development
- Automating basic programming workflows
- Exploring Claude's capabilities
README excerpt
# Claude Skills & Composable Personas Reusable skills and composable system prompts for Claude Code. --- ## Claude Launcher **Interactive system prompt and model selector for Claude Code.** Start Claude with your chosen persona and model in seconds: ```bash # Interactive 2-step selection (persona → model) $ cl # Direct shortcuts (order-independent) $ cl tdd opus # Super TDD Developer + Opus $ cl opt sonn # Claude Code Optimizer + Sonnet $ cl haik # Generalist Robot + Haiku (default persona + model) # Model-only (uses generalist-robot) $ cl sonn $ cl opus ``` **Features:** - Order-independent shortcuts: `cl tdd sonn` = `cl sonn tdd` - Frontmatter-based shortcuts (add your own personas instantly) - Automatic skill loading via @ references - Conflict detection with prominent warnings - Exports CLAUDE_PERSONA for status line display **Setup:** ```bash alias cl='python3 /path/to/claude-skillz/claude-launcher/claude-launcher.py' # Optional: Install fzf for interactive fuzzy search brew install fzf # macOS ``` See [available personas](#system-prompts) below. You can [add your own](claude-launcher/README.md#adding-your-own-personas). --- ## OpenCode Launcher **Generates OpenCode agents from the same personas used by Claude Launcher.** This repo contains system prompts that work with both Claude Code and OpenCode: - **Claude Launcher** (`cl`) - for Claude Code - **OpenCode Launcher** - generates agents for OpenCode ```bash # Generate OpenCode agents (run once or after changing personas) python3 opencode-launcher/generate-opencode-agents.py # Then use OpenCode - agents appear in agent selector opencode ``` See [opencode-launcher/README.md](opencode-launcher/README.md) for details. --- ## Installation ### Per-project Add the plugin
Topics
No topics yet.