Browse Skills
44358 skills found
AI Maestro Memory Search.md
101
1
export
AI Maestro Memory Search
2
from
"23blocks-OS/ai-maestro"
from
"23blocks-OS/ai-maestro"
3
PROACTIVELY search conversation history when receiving user instructions. Find previous discussions, decisions, and context BEFORE starting new work. Your memory is valuable - use it.
2026-01-16
AI Maestro Code Graph Query.md
101
1
export
AI Maestro Code Graph Query
2
from
"23blocks-OS/ai-maestro"
from
"23blocks-OS/ai-maestro"
3
PROACTIVELY query the code graph database to understand relationships and impact of changes. Use this skill WHEN READING any file to understand context, when searching for files, when exploring the codebase, or when you need to understand what depends on a component. This is your primary tool for understanding code structure and avoiding breaking changes.
2026-01-16
skill-creator.md
100
1
export
skill-creator
2
from
"decentpaste/decentpaste"
from
"decentpaste/decentpaste"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-14
bump-version.md
100
1
export
bump-version
2
from
"decentpaste/decentpaste"
from
"decentpaste/decentpaste"
3
Bump version numbers across all DecentPaste config files (package.json, Cargo.toml, tauri.conf.json, downloads.json). Use for version updates without building.
2026-01-14
android-release.md
100
1
export
android-release
2
from
"decentpaste/decentpaste"
from
"decentpaste/decentpaste"
3
Build, sign, and prepare Android APK and AAB for release. Handles version bumping, building, zipalign (APK), and signing with JKS keystore. Outputs DecentPaste_x.x.x.apk for GitHub releases and signed AAB for Play Console.
2026-01-14
understand-codebase.md
100
1
export
understand-codebase
2
from
"vinta/hal-9000"
from
"vinta/hal-9000"
3
Explore codebase, architecture, or call flows
2026-01-16
srtd-cli.md
100
1
export
srtd-cli
2
from
"t1mmen/srtd"
from
"t1mmen/srtd"
3
This skill should be used when the user mentions "srtd", "sql templates", "migrations-templates", "live reload sql", "supabase functions", when working with files in supabase/migrations-templates/, when .buildlog.json or srtd.config.json is detected, or when writing Postgres functions/views/triggers for Supabase.
2025-12-31
github-release.md
100
1
export
github-release
2
from
"decentpaste/decentpaste"
from
"decentpaste/decentpaste"
3
Create a GitHub release with auto-generated release notes from commits since the last tag. Uses conventional commits to categorize changes into Features, Bug Fixes, and maintenance sections.
2026-01-14
srtd-dev.md
100
1
export
srtd-dev
2
from
"t1mmen/srtd"
from
"t1mmen/srtd"
3
Expert knowledge for developing the SRTD codebase itself. Use when implementing features, fixing bugs, understanding architecture, or writing tests for SRTD internals. NOT for end users of srtd CLI.
2025-12-31
requesting-code-review.md
100
1
export
requesting-code-review
2
from
"t1mmen/srtd"
from
"t1mmen/srtd"
3
Structured code review workflow for SRTD development. Use after implementing features, fixing bugs, or before merging to main. Ensures production-readiness through systematic review.
2025-12-31
setup-claude-md.md
99
1
export
setup-claude-md
2
from
"ambient-code/agentready"
from
"ambient-code/agentready"
3
Create comprehensive CLAUDE.md files with tech stack, standard commands, repository structure, and boundaries to optimize repositories for AI-assisted development
2026-01-15
implement-type-annotations.md
99
1
export
implement-type-annotations
2
from
"ambient-code/agentready"
from
"ambient-code/agentready"
3
Add comprehensive type hints to Python/TypeScript code to improve IDE support, catch errors early, and enable better AI code understanding
2026-01-15
analyze-rust-code-size.md
98
1
export
analyze-rust-code-size
2
from
"bearcove/dodeca"
from
"bearcove/dodeca"
3
Analyze Rust binary code size and identify bloat from monomorphization, large functions, and macro expansion using cargo-llvm-lines and rustc flags. Use when binary is too large or compile times are slow.
2026-01-16
ark-dashboard-testing.md
98
1
export
ark-dashboard-testing
2
from
"dwmkerr/dotfiles"
from
"dwmkerr/dotfiles"
3
Test Ark Dashboard with Playwright and create PRs with screenshots. Use when testing dashboard UI, taking screenshots for PRs, or reviewing dashboard changes.
2026-01-09
rustc-self-profile.md
98
1
export
rustc-self-profile
2
from
"bearcove/dodeca"
from
"bearcove/dodeca"
3
Profile Rust compilation using rustc self-profiling to identify slow compile times, trait resolution bottlenecks, and monomorphization issues. Use when investigating slow Rust builds.
2026-01-16
analyze-compile-times-duckdb.md
98
1
export
analyze-compile-times-duckdb
2
from
"bearcove/dodeca"
from
"bearcove/dodeca"
3
Analyze Rust compilation profiling data using DuckDB to find performance bottlenecks, trait explosions, and monomorphization issues. Use after generating chrome_profiler.json with crox.
2026-01-16
k8s-openapi.md
97
1
export
k8s-openapi
2
from
"jinnovation/kele.el"
from
"jinnovation/kele.el"
3
Reference the Kubernetes API. Useful for understanding what is possible via the Kubernetes REST API.
2026-01-15
emacs-testing.md
97
1
export
emacs-testing
2
from
"jinnovation/kele.el"
from
"jinnovation/kele.el"
3
Test changes in a dedicated Emacs session. Good for validating behavior and UI results.
2026-01-15
github-issue-creation.md
97
1
export
github-issue-creation
2
from
"hiromaily/go-crypto-wallet"
from
"hiromaily/go-crypto-wallet"
3
Create GitHub issues with proper task classification. Classification determines which Skills will be used when working on the issue.
2026-01-16
fractal-docs-generator.md
95
1
export
fractal-docs-generator
2
from
"Dimon94/cc-devflow"
from
"Dimon94/cc-devflow"
3
目录级 CLAUDE.md 生成。触发:mkdir、create directory、目录结构变更。
2026-01-16
devflow-tdd-enforcer.md
95
1
export
devflow-tdd-enforcer
2
from
"Dimon94/cc-devflow"
from
"Dimon94/cc-devflow"
3
Enforces TDD order in TASKS.md - Tests MUST be marked complete before Implementation tasks. Blocks violations in real-time.
2026-01-16
devflow-constitution-quick-ref.md
95
1
export
devflow-constitution-quick-ref
2
from
"Dimon94/cc-devflow"
from
"Dimon94/cc-devflow"
3
Quick reference guide to CC-DevFlow Constitution v2.0.0 with links to full text. Covers all 10 Articles and Phase -1 Gates.
2026-01-16
cc-devflow-orchestrator.md
95
1
export
cc-devflow-orchestrator
2
from
"Dimon94/cc-devflow"
from
"Dimon94/cc-devflow"
3
CC-DevFlow workflow router and agent recommender. Use when starting requirements, running flow commands, or asking about devflow processes.
2026-01-16
file-header-guardian.md
95
1
export
file-header-guardian
2
from
"Dimon94/cc-devflow"
from
"Dimon94/cc-devflow"
3
文件头三行契约注释。触发:create file、新建文件、编写代码。
2026-01-16