Coding & Dev Tools
9,777 skillsExtract
Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.
0
Ontolog
Holarchic reasoning framework implementing λ-calculus over simplicial complexes. Entities (ο) transform through operations (λ) toward terminals (τ) via the universal form λο.τ. Persistent homology captures multi-scale structure; sheaf theory ensures local-to-global consistency. Use when knowledge requires: (1) homoiconic self-reference where structure mirrors content, (2) scale-invariant holonic decomposition, (3) topological invariants preserved across transformations, or (4) formal Lex-style axiom systems over property graphs.
0 · bundle
Promote
Graduate a proven pattern from auto-memory (MEMORY.md) to CLAUDE.md or .claude/rules/ for permanent enforcement.
0
Videodb
See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/image overlays, branding, audio overlays, dubbing, translation), generate media assets (image, audio, video), and create real time alerts for events from live streams or desktop capture.
0 · bundle
Composio
Build AI agents and apps with Composio - access 200+ external tools with Tool Router or direct execution
0 · bundle
Testrail
Sync tests with TestRail. Use when user mentions "testrail", "test management", "test cases", "test run", "sync test cases", "push results to testrail", or "import from testrail".
0
Challenge
Challenge
0
Changelog
Generate changelogs from git history and validate conventional commits. Usage: /changelog <generate|lint> [options]
0
Hard Call
Hard Call
0
Suno Song
Transform diverse inputs (YouTube videos/audio, existing Suno songs, raw lyrics, audio files, or conversational ideas) into highly optimized Suno V5 custom song generation prompts with intelligent character optimization (5000 lyrics, 1000 style limits), proven metatag reliability, V5-enhanced emotion tags, and template-based best practices. Use when user wants to create music with Suno, provides content for song generation, or needs help crafting effective V5 prompts.
0 · bundle
Cs Onboard
Founder onboarding interview that captures company context across 7 dimensions. Invoke with /cs:setup for initial interview or /cs:update for quarterly refresh. Generates ~/.claude/company-context.md used by all C-suite advisor skills.
0 · bundle
Key Management
The central pattern.
2
Mutation Testing
Line coverage answers "did this line execute during the test run".
2
Quality Assurance
"Quality" is unmanageable until it is a set of numbers with agreed definitions.
2
Iac Best Practices
State is the map between your code and real resources.
2
Slo Sli Definition
**SLO (Service Level Objective):** What we promise (99.9%)
2
Test Mocking Rules
Comprehensive guidelines for when and how to use mocks, stubs, and fakes in tests
2
Testing Strategies
Three shapes get argued about as if one were correct.
2
Dimensional Modeling
**Structure:**
2
Feature Store Design
The pitch is often "a central place to store features," which undersells it into
2
Idempotency Patterns
**Pattern:**
2
Root Cause Five Whys
1.
2
Test Data Strategies
These three are not interchangeable, and picking the wrong one is the root of a
2
Code Review Practices
The single highest-leverage convention in code review is prefixing every comment
2
Edge And Cdn Delivery
A CDN is a cache that obeys your origin's instructions.
2
Flaky Test Remediation
A flaky test is one that produces different results on unchanged code and an
2
Message Queue Selection
Messaging systems fall into three fundamental shapes, and most bad choices come
2
Object Storage Patterns
Almost every object-storage mistake comes from carrying filesystem instincts into
2
Python Typing And Async
Type hints are checked by a separate tool (`mypy`, `pyright`), never by CPython
2
Multiagent Orchestration
Run a genuinely-parallel multiagent implementation with detailed guidance - plan, gate on environment, spawn subagents concurrently, aggregate, and debug/retry
2
Nosql Database Selection
Relational modelling lets you defer query design: normalize the entities, and
2
Performance Optimization
The instruction to profile before optimizing survives because intuition about
2
Batch Vs Realtime Scoring
The choice is not about scale or sophistication.
2
Data Validation Pipelines
A validation *boundary* is any point where data crosses from a system you do not
2
Technical Debt Management
Debt that exists only in engineers' heads cannot be prioritised, funded, or
2
Technical Decision Making
The single most useful question before analysing anything is: *what does it cost
2