Browse Skills
44756 skills found
Technical Debt Management.md
15
1
export
Technical Debt Management
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Systematic technical debt quantification and management using SQALE methodology with value-effort prioritization, phased paydown roadmaps, and prevention strategies. Use when technical debt unmeasured or subjective, need objective prioritization, planning refactoring work, establishing debt prevention practices, or tracking debt trends over time. Provides 6 methodology components (measurement with SQALE index, categorization with code smell taxonomy, prioritization with value-effort matrix, phased paydown roadmap, trend tracking system, prevention guidelines), 3 patterns (SQALE-based quantification, code smell taxonomy mapping, value-effort prioritization), 3 principles (high-value low-effort first, SQALE provides objective baseline, complexity drives maintainability debt). Validated with 4.5x speedup vs manual approach, 85% transferability across languages (Go, Python, JavaScript, Java, Rust), SQALE industry-standard methodology.
2025-12-13
Rapid Convergence.md
15
1
export
Rapid Convergence
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Achieve 3-4 iteration methodology convergence (vs standard 5-7) when clear baseline metrics exist, domain scope is focused, and direct validation is possible. Use when you have V_meta baseline ≥0.40, quantifiable success criteria, retrospective validation data, and generic agents are sufficient. Enables 40-60% time reduction (10-15 hours vs 20-30 hours) without sacrificing quality. Prediction model helps estimate iteration count during experiment planning. Validated in error recovery (3 iterations, 10 hours, V_instance=0.83, V_meta=0.85).
2025-12-13
asset-creator.md
15
1
export
asset-creator
2
from
"outscal/video-generator"
from
"outscal/video-generator"
3
This skill helps in drawing any visuals. It is a versatile skill and covers every important aspect to draw anything.
2026-01-19
fermi.md
15
1
export
fermi
2
from
"Everplay-Tech/pewpew"
from
"Everplay-Tech/pewpew"
3
Order-of-magnitude estimation. Use f: to trigger Fermi-style decomposition and ballpark analysis. Activates estimation methodology, not just abbreviation.
2026-01-05
rails-ai:security.md
15
1
export
rails-ai:security
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
CRITICAL - Use when securing Rails applications - XSS, SQL injection, CSRF, file uploads, command injection prevention
2026-01-20
refactor.md
15
1
export
refactor
2
from
"ujuc/dotrc"
from
"ujuc/dotrc"
3
Suggests and performs code refactoring following best practices. Use when user asks to "리팩토링 해줘", "refactor this", "코드 개선해줘", "정리해줘", "클린 코드로", "중복 제거해줘", "이거 더 깔끔하게", or wants to improve code quality without changing functionality.
2026-01-12
interview.md
15
1
export
interview
2
from
"panaversity/claude-code-skills-lab"
from
"panaversity/claude-code-skills-lab"
3
This skill conducts discovery conversations to understand user intent and agree on approach before taking action. It should be used when the user explicitly calls /interview, asks for recommendations, needs brainstorming, wants to clarify, or when the request could be misunderstood. Prevents building the wrong thing by uncovering WHY behind WHAT.
2026-01-05
rails-ai:views.md
15
1
export
rails-ai:views
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when building Rails view structure - partials, helpers, forms, nested forms, accessibility (WCAG 2.1 AA)
2026-01-20
generative-problem-solving.md
15
1
export
generative-problem-solving
2
from
"Everplay-Tech/pewpew"
from
"Everplay-Tech/pewpew"
3
Framework for solving complex problems without finite solutions. Use when requirements are fuzzy, the user says "I'll know it when I see it", feedback is qualitative, or exploration beats direct computation.
2026-01-05
skill-validator.md
15
1
export
skill-validator
2
from
"panaversity/claude-code-skills-lab"
from
"panaversity/claude-code-skills-lab"
3
Validates skills against production-level criteria with 9-category scoring.
This skill should be used when reviewing, auditing, or improving skills to
ensure quality standards. Evaluates structure, content, user interaction,
documentation, domain standards, technical robustness, maintainability,
zero-shot implementation, and reusability. Returns actionable validation
report with scores and improvement recommendations.
2026-01-05
grey-haven-onboarding-coordination.md
15
1
export
grey-haven-onboarding-coordination
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Automate developer onboarding with personalized plans, Linear integration, knowledge base setup, and milestone tracking. Use when onboarding new developers, planning team expansion, or managing role transitions.
2026-01-21
grey-haven-observability-monitoring.md
15
1
export
grey-haven-observability-monitoring
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Implement observability and monitoring using Cloudflare Workers Analytics, wrangler tail for logs, and health checks. Use when setting up monitoring, implementing logging, configuring alerts, or debugging production issues.
2026-01-21
grey-haven-deployment-cloudflare.md
15
1
export
grey-haven-deployment-cloudflare
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Deploy TanStack Start applications to Cloudflare Workers/Pages with GitHub Actions, Doppler, Wrangler, database migrations, and rollback procedures. Use when deploying Grey Haven applications.
2026-01-21
grey-haven-testing-strategy.md
15
1
export
grey-haven-testing-strategy
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Grey Haven's comprehensive testing strategy - Vitest unit/integration/e2e for TypeScript, pytest markers for Python, >80% coverage requirement, fixture patterns, and Doppler for test environments. Use when writing tests, setting up test infrastructure, running tests, debugging test failures, improving coverage, configuring CI/CD, or when user mentions 'test', 'testing', 'pytest', 'vitest', 'coverage', 'TDD', 'test-driven development', 'unit test', 'integration test', 'e2e', 'end-to-end', 'test fixtures', 'mocking', 'test setup', 'CI testing'.
2026-01-21
redteam.md
15
1
export
redteam
2
from
"Everplay-Tech/pewpew"
from
"Everplay-Tech/pewpew"
3
Adversarial analysis. Use rt: to think like an attacker and find vulnerabilities, exploits, and weaknesses. Security mindset on demand.
2026-01-05
Testing Strategy.md
15
1
export
Testing Strategy
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Systematic testing methodology for Go projects using TDD, coverage-driven gap closure, fixture patterns, and CLI testing. Use when establishing test strategy from scratch, improving test coverage from 60-75% to 80%+, creating test infrastructure with mocks and fixtures, building CLI test suites, or systematizing ad-hoc testing. Provides 8 documented patterns (table-driven, golden file, fixture, mocking, CLI testing, integration, helper utilities, coverage-driven gap closure), 3 automation tools (coverage analyzer 186x speedup, test generator 200x speedup, methodology guide 7.5x speedup). Validated across 3 project archetypes with 3.1x average speedup, 5.8% adaptation effort, 89% transferability to Python/Rust/TypeScript.
2025-12-13
turnbase-rpg-docs.md
15
1
export
turnbase-rpg-docs
2
from
"suriyun-production/turnbase-rpg-docs"
from
"suriyun-production/turnbase-rpg-docs"
3
This is document for Turnbase RPG project (https://www.assetstore.unity3d.com/#!/content/107578?aid=1100lGeN)
2025-10-25
moai-rank.md
15
1
export
moai-rank
2
from
"modu-ai/moai-rank"
from
"modu-ai/moai-rank"
3
The Claude Code Usage Leaderboard for Korean Developers
2026-01-19
natives.md
15
1
export
natives
2
from
"HappinessMP/natives"
from
"HappinessMP/natives"
3
No description provided
2026-01-23
ai-toolkit.md
15
1
export
ai-toolkit
2
from
"Uniswap/ai-toolkit"
from
"Uniswap/ai-toolkit"
3
🤖 AI Toolkit - Standardized setup for Claude Code AI workflows. Nx monorepo with reusable agents, commands, and generators for enhanced AI-assisted development.
2026-01-24
rails-ai:testing.md
15
1
export
rails-ai:testing
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when testing Rails applications - TDD, Minitest, fixtures, model testing, mocking, test helpers
2026-01-20
subagent-driven-development.md
15
1
export
subagent-driven-development
2
from
"galangryandana/superpowers-for-my-own-workflow"
from
"galangryandana/superpowers-for-my-own-workflow"
3
Use when executing implementation plans with independent tasks in the current session
2026-01-05
shared-space.md
15
1
export
shared-space
2
from
"kylesean/augo"
from
"kylesean/augo"
3
Manages shared ledgers for family or team collaboration, including shared account summaries, spending statistics, and member settlements. Use when user asks about shared expenses, family ledger, team budget, or joint accounts. 关键词:共享账本、家庭账单、团队支出、AA制。
2026-01-19
rails-ai:mailers.md
15
1
export
rails-ai:mailers
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when sending emails - ActionMailer with async delivery via SolidQueue, templates, previews, and testing
2026-01-20