Claude Skill

NTCoding/claude-skillz

一个提供适用于常见简单编程任务的随机Claude Skill的Python仓库。探索并使用各种技能来自动化基础工作流。

概览

Stars321
Forks43
语言Python
最后更新2026-03-24
最近同步2026-07-04
前往 GitHub

仓库信息

拥有者NTCoding
仓库claude-skillz
完整名称NTCoding/claude-skillz
Repo ID1,096,667,452

安装这个 Skill

git clone https://github.com/NTCoding/claude-skillz.git

Registry 信息

类型workflow
质量分75/100
验证状态readme_parsed
最近验证2026-06-15
平台
Claude
能力
code-reviewpdfsearchworkflow
识别文件
README.mddocs

项目简介

一个适用于常见简单编程任务的随机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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-04