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

Stars321
Forks43
LanguagePython
Last pushed2026-03-24
Last synced2026-07-04
View on GitHub

Repository

OwnerNTCoding
Repositoryclaude-skillz
Full nameNTCoding/claude-skillz
Repo ID1,096,667,452

Install this Skill

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

Registry

Typeworkflow
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-15
Platforms
Claude
Capabilities
code-reviewpdfsearchworkflow
Detected files
README.mddocs

Summary

A collection of random Claude skills designed for common, simple programming tasks, implemented in Python.

Chinese description

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

Explore more

Data from GitHub. Synced on 2026-07-04