Claude Skill
NTCoding/claude-skillz
一个提供适用于常见简单编程任务的随机Claude Skill的Python仓库。探索并使用各种技能来自动化基础工作流。
概览
仓库信息
安装这个 Skill
git clone https://github.com/NTCoding/claude-skillz.gitRegistry 信息
项目简介
一个适用于常见简单编程任务的随机Claude Skill集合,使用Python实现。
Random Claude skills for common, simple programming tasks
要点
- 随机Claude Skill集合
- 专注于简单编程任务
- Python实现
- 开源仓库
使用场景
- 快速原型开发简单任务
- 学习Claude Skill开发
- 自动化基础编程工作流
- 探索Claude功能
README 摘要
# 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
话题
暂无话题