Browse Skills
44756 skills found
rust-development-workflow.md
0
1
export
rust-development-workflow
2
from
"customer-cloud-club/meeting-visualizer"
from
"customer-cloud-club/meeting-visualizer"
3
Execute comprehensive Rust development workflow including cargo build, test, clippy, and fmt. Use when compiling, testing, or checking Rust code quality. Note: CCAGI is primarily Node.js/TypeScript; this skill is for Rust components if needed.
2026-01-05
repo.md
0
1
export
repo
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create repository context bundles and code maps. Use to share codebase context, generate documentation, and understand project structure.
2026-01-05
full-compliance-check.md
0
1
export
full-compliance-check
2
from
"babdulhakim2/scolo-app"
from
"babdulhakim2/scolo-app"
3
Conduct comprehensive compliance screening using all available tools including sanctions, PEP, adverse media, UBO, and business registry checks for thorough due diligence
2026-01-05
issue-workflow.md
0
1
export
issue-workflow
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage GitHub issues workflow - update status, add comments, create follow-ups. Use when starting work on an issue, completing an issue, or encountering blockers. Triggers on "issue", "close issue", "update issue", "blocked".
2026-01-05
game-artist.md
0
1
export
game-artist
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage game assets with Kenney-ONLY approach. Search 36,000+ Kenney CC0 assets. If asset not found, ask user to find/generate manually. Ensure style consistency with flat/vector Kenney aesthetic. Auto-triggers on asset requests.
2026-01-05
castellated-cellular-design.md
0
1
export
castellated-cellular-design
2
from
"gogohkm/Codex_Work"
from
"gogohkm/Codex_Work"
3
AISC Design Guide 31 (Castellated and Cellular Beam Design) 검색 및 구조계산 수행, 설계 워크플로우 제공. 허니컴보, 비렌딜굽힘, 웹포스트좌굴, CB/LB 설계 관련 질문에 즉시 활성화. 공식 추출, 예제 매칭, 기하학 계산, 용어 설명, 기호 정의 지원.
2026-01-05
4-step-program.md
0
1
export
4-step-program
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes. Ensures agents achieve 10/10 quality before presenting to human.
2026-01-05
e3.md
0
1
export
e3
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
East Execution Engine (e3) - durable dataflow execution for East programs. Use when: (1) Authoring e3 packages with @elaraai/e3 (e3.input, e3.task, e3.package, e3.export), (2) Running e3 CLI commands (e3 init, e3 start, e3 watch, e3 get, e3 set), (3) Working with workspaces and packages, (4) Content-addressable caching and dataflow execution.
2026-01-05
rails-generators.md
0
1
export
rails-generators
2
from
"el-feo/ai-context"
from
"el-feo/ai-context"
3
Create expert-level Ruby on Rails generators for models, services, controllers, and full-stack features. Use when building custom generators, scaffolds, or code generation tools for Rails applications, or when the user mentions Rails generators, Thor DSL, or automated code generation.
2026-01-05
ios-instruments-performance-cli.md
0
1
export
ios-instruments-performance-cli
2
from
"daispacy/py-claude-marketplace"
from
"daispacy/py-claude-marketplace"
3
Use Xcode Instruments command line tools to analyze iOS app performance, detect memory leaks, optimize launch times, monitor CPU usage, and identify performance bottlenecks for the iOS project
2026-01-05
test-case-generator.md
0
1
export
test-case-generator
2
from
"Devliang24/case_skills"
from
"Devliang24/case_skills"
3
从需求文档(文字、图片、PDF、DOCX)生成结构化的功能测试用例。遵循 15 字段规范,输出 Excel 文件,支持正向/异常场景、边界值、安全性测试。
2026-01-05
course-production.md
0
1
export
course-production
2
from
"webmasterarbez/course-os"
from
"webmasterarbez/course-os"
3
Use for Phase 10 of Course OS - generating the complete production package including handoff documentation, platform-specific exports, quality audits, and launch checklists. Triggers on "/course-production", "generate package", "export course", "production handoff", or after completing Phase 9.
2026-01-05
content-creator.md
0
1
export
content-creator
2
from
"merllinsbeard/ai-claude-skills-collection"
from
"merllinsbeard/ai-claude-skills-collection"
3
Comprehensive content marketing skill for creating blog posts, social media content, and SEO-optimized materials. Includes brand voice development, content templates, SEO analysis tools, and social media optimization strategies. Use when creating any marketing content, developing brand guidelines, optimizing for SEO, or planning content calendars.
2026-01-05
create-slash-commands.md
0
1
export
create-slash-commands
2
from
"sekka/dotfiles"
from
"sekka/dotfiles"
3
Create custom Claude Code slash commands with `/command-name` syntax
2026-01-05
atlas-quick.md
0
1
export
atlas-quick
2
from
"ajstack22/StackMap"
from
"ajstack22/StackMap"
3
Quick 2-phase workflow for trivial changes - typos, colors, config updates (5-15 min)
2026-01-05
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