Browse Skills
44755 skills found
git-release.md
0
1
export
git-release
2
from
"chogng/Skills"
from
"chogng/Skills"
3
Git 项目版本发布自动化工具。执行完整的发布流程:提交所有修改、更新版本号、生成 CHANGELOG、创建 git tag 并推送到远程仓库。基于语义化版本 (major/minor/patch)。**核心理解(极其重要)**:当用户说"更新一下版本"、"更新版本"或任何类似表达时,**默认意味着执行完整的发布流程**:1. ✅ 提交所有当前的修改(包括未追踪的新文件)2. ✅ 更新版本号(package.json 和 server/package.json)3. ✅ 创建 git tag(vX.Y.Z)4. ✅ 推送所有内容到远程仓库(commit + tags)5. 📝 可选:生成/更新 CHANGELOG**不要**只更新 package.json 中的版本号!那是错误的理解!**必须**执行完整的发布流程,包括提交和推送!触发关键词(任何一个都触发完整流程):- 通用发布词:"更新一下版本"、"更新版本"、"升级版本"、"发布版本"、"版本发布"、"发新版"- 英文表达:"bump version"、"release"、"new release"- Git操作:"打tag"、"创建发布"、"创建tag"- 版本类型(隐含发布):"大版本更新"、"小版本更新"、"补丁版本"、"major release"、"minor release"、"patch release"
2026-01-05
pmc-simulate-tester.md
0
1
export
pmc-simulate-tester
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Simulate the tester workflow step-by-step with real ticket system. Executes test loading, running, verification, and merging with explicit ENTER/EXIT stage declarations. Use this skill to debug, understand, or manually run the tester workflow.
2026-01-05
gh-cli.md
0
1
export
gh-cli
2
from
"lollipopkit/cc-skills"
from
"lollipopkit/cc-skills"
3
Interact with GitHub repositories, PRs, and issues using the `gh` CLI. Use when the user asks to "list PRs", "check out PR", "view issue", or "create release".
2026-01-05
bayes-reasoner.md
0
1
export
bayes-reasoner
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
An internal cognitive engine for quantitative root cause analysis. Use this autonomously when you need to weigh competing hypotheses, prevent anchoring bias, or determine the most efficient next diagnostic step.
2026-01-05
grade-headline.md
0
1
export
grade-headline
2
from
"danmcdevitt/composable-knowledge-framework"
from
"danmcdevitt/composable-knowledge-framework"
3
Evaluate a headline using copywriting domain expertise
2026-01-05
optimizationquality-report.md
0
1
export
optimizationquality-report
2
from
"edwardmonteiro/Aiskillinpractice"
from
"edwardmonteiro/Aiskillinpractice"
3
Compile a recurring quality report that synthesizes defect trends, automation health, and recommendations.
2026-01-05
patterns.md
0
1
export
patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Load common code patterns and abstractions used in this project. Use when implementing features to maintain consistency.
2026-01-05
council-consultation.md
0
1
export
council-consultation
2
from
"princespaghetti/claude-marketplace"
from
"princespaghetti/claude-marketplace"
3
Multi-perspective analysis methodology for complex decisions. Dynamically generates relevant expert viewpoints, consults each perspective systematically, and synthesizes insights into balanced recommendations. Use when users face decisions with multiple considerations, tradeoffs, or competing values.
2026-01-05
swift-networking.md
0
1
export
swift-networking
2
from
"johnrogers/claude-swift-engineering"
from
"johnrogers/claude-swift-engineering"
3
Use when implementing Network.framework connections (NWConnection, NetworkConnection), debugging connection failures, migrating from sockets/URLSession streams, or handling network transitions. Covers UDP/TCP patterns, structured concurrency networking (iOS 26+), and common anti-patterns.
2026-01-05
rust-tracing.md
0
1
export
rust-tracing
2
from
"gar-ai/mallorn"
from
"gar-ai/mallorn"
3
Instrument code with tracing spans and structured logging. Use for observability and performance analysis.
2026-01-05
jelly-slack-skill.md
0
1
export
jelly-slack-skill
2
from
"dev-jelly/jelly-dotclaude"
from
"dev-jelly/jelly-dotclaude"
3
Slack 앱 개발 및 API 통합을 위한 포괄적인 스킬. Bolt 프레임워크, Block Kit UI, OAuth 인증, 이벤트 처리, 슬래시 커맨드, 인터랙티브 컴포넌트, 워크플로우 스텝을 지원합니다. "Slack", "슬랙", "봇", "메시지", "채널", "webhook" 키워드로 활성화.
2026-01-05
shaping.md
0
1
export
shaping
2
from
"ZempTime/zemptime-marketplace"
from
"ZempTime/zemptime-marketplace"
3
Use after brainstorming to apply vanilla-rails patterns to a feature, producing structured handoff for implementation planning. Invoke with /shape.
2026-01-05
tech-detection.md
0
1
export
tech-detection
2
from
"nbarthelemy/claudenv"
from
"nbarthelemy/claudenv"
3
Detects project tech stack, languages, frameworks, package managers, cloud platforms, and generates appropriate permissions.TRIGGERS - Keywords: tech stack, stack detection, detect stack, analyze project, project analysis, what technologies, what framework, what language, package manager, dependencies, bootstrap, setup, initialize, /claudenv, infrastructure setup, permissions, project context, environment detection.TRIGGERS - Phrases: "what stack is this", "what's this project using", "detect the technologies", "analyze this project", "set up permissions", "bootstrap infrastructure", "identify frameworks".
2026-01-05
monitoring-patterns.md
0
1
export
monitoring-patterns
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Metrics, health checks, alerting
2026-01-05
reviewing-complexity.md
0
1
export
reviewing-complexity
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Analyze code complexity and maintainability including cyclomatic complexity, function length, nesting depth, and cognitive load. Use when reviewing code maintainability, refactoring candidates, or technical debt assessment.
2026-01-05
tailwind-shadcn-setup.md
0
1
export
tailwind-shadcn-setup
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design tokens, configuring dark mode, initializing component library, or when user mentions Tailwind setup, shadcn/ui installation, component system, design system, or theming.
2026-01-05
developing-kcl.md
0
1
export
developing-kcl
2
from
"pedropaulovc/harmonic-analyzer"
from
"pedropaulovc/harmonic-analyzer"
3
Writes, modifies, and debugs KCL (KittyCAD Language) code for parametric 3D CAD modeling. Use when working with .kcl files, code-first CAD, parametric geometry, or when the user mentions KCL, KittyCAD, or zoo CLI tools.
2026-01-05
go-clean-architecture.md
0
1
export
go-clean-architecture
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert knowledge in Go clean architecture patterns and best practices
2026-01-05
refactor.md
0
1
export
refactor
2
from
"johnlindquist/claude"
from
"johnlindquist/claude"
3
Code refactoring with AI assistance. Use for modernizing code, converting JavaScript to TypeScript, class to hooks conversions, and systematic renaming.
2026-01-05
testing-skills.md
0
1
export
testing-skills
2
from
"pproenca/dot-claude-old"
from
"pproenca/dot-claude-old"
3
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
2026-01-05
code-maintainer.md
0
1
export
code-maintainer
2
from
"brainbloodbarrier/CClean-Killer"
from
"brainbloodbarrier/CClean-Killer"
3
Fix bugs, optimize performance, and maintain code quality in CClean-Killer. Use when asked to fix detection issues, false positives, false negatives, optimize scan speed, improve performance, refactor code, or do quick maintenance tasks like version bumps or linting.
2026-01-05
architechture.md
0
1
export
architechture
2
from
"schneiderlin/synapse"
from
"schneiderlin/synapse"
3
本项目里面的各种架构设计, 设计中用到的各种概念例如 system, action, view-function, action-function, action-handler, base, component 等的解释
2026-01-05
planning.md
0
1
export
planning
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate and optimize PRDs, Implementation Plans, and Progress Tracking documents optimized as AI artifacts for development agents. Use when creating new feature plans, breaking down long planning docs (>800 lines), or setting up progress tracking. Supports: 1) Create PRD from feature request, 2) Create Implementation Plan from PRD with phase breakdown and subagent assignments, 3) Optimize existing plans by breaking into phase-specific files, 4) Create progress tracking with task assignments. Example: "Create a PRD for user authentication feature" or "Break down the sidebar-polish implementation plan into phase files" or "Create progress tracking for data-layer-fixes PRD".
2026-01-05
detailed-product-description.md
0
1
export
detailed-product-description
2
from
"Sheshiyer/Skills-claude-brand-genesis"
from
"Sheshiyer/Skills-claude-brand-genesis"
3
Writes a comprehensive, feature-by-feature product description with specs and benefits that can serve as a universal prompt for downstream content generation.
2026-01-05