Latest Agent Skills

25788 skills

snoodleboot-io
Dimensional Modeling
**Structure:**
2
snoodleboot-io
Data Model Discovery
Comprehensive process for discovering and validating data model requirements before design
2
snoodleboot-io
Incident Automation
A runbook written in a wiki decays silently: the dashboard is renamed, the
2
snoodleboot-io
Feature Engineering
Cardinality and model family jointly determine the encoding.
2
snoodleboot-io
Testing Strategies
Three shapes get argued about as if one were correct.
2
snoodleboot-io
Test Mocking Rules
Comprehensive guidelines for when and how to use mocks, stubs, and fakes in tests
2
snoodleboot-io
Test Aaa Structure
Apply Arrange-Act-Assert pattern for clear, maintainable tests with detailed guidance
2
snoodleboot-io
Team Collaboration
Ownership models are usually inherited rather than chosen, and the inherited one
2
snoodleboot-io
Slo Sli Definition
**SLO (Service Level Objective):** What we promise (99.9%)
2
snoodleboot-io
Iac Best Practices
State is the map between your code and real resources.
2
snoodleboot-io
Quality Assurance
"Quality" is unmanageable until it is a set of numbers with agreed definitions.
2
snoodleboot-io
Data Partitioning
**Monthly Partitions:**
2
snoodleboot-io
SQL Optimization
Always start with EXPLAIN ANALYZE to understand execution:
2
snoodleboot-io
Mutation Testing
Line coverage answers "did this line execute during the test run".
2
snoodleboot-io
Model Monitoring
The layers trade timeliness against definitiveness.
2
snoodleboot-io
Model Evaluation
Every metric encodes an opinion about which mistake hurts.
2
snoodleboot-io
Feature Planning
Plan before implementing - understand scope and approach with detailed guidance
2
snoodleboot-io
Ensemble Methods
Expected error decomposes into bias, variance, and irreducible noise.
2
snoodleboot-io
Cloud Iam Design
Least privilege is easy to state and hard to hold: grant each identity only the
2
snoodleboot-io
Threat Modeling
Every methodology — STRIDE, PASTA, LINDDUN, attack trees — is a technique for
2
snoodleboot-io
Key Management
The central pattern.
2
snoodleboot-io
Ml Deployment
A model in production is never just weights.
2
snoodleboot-io
Load Testing
Most teams run one test — expected peak for ten minutes — and believe they have
2
snoodleboot-io
API Security
An API has no UI to hide things behind.
2
jarbitechture
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
jarbitechture
Company Os
The meta-framework for how a company runs — the connective tissue between all C-suite roles. Covers operating system selection (EOS, Scaling Up, OKR-native, hybrid), accountability charts, scorecards, meeting pulse, issue resolution, and 90-day rocks. Use when setting up company operations, selecting a management framework, designing meeting rhythms, building accountability systems, implementing OKRs, or when user mentions EOS, Scaling Up, operating system, L10 meetings, rocks, scorecard, accountability chart, or quarterly planning.
0 · bundle
jarbitechture
CLI Router
Routes tasks to locally installed CLI tools using semantic matching. Triggers on tasks requiring shell commands, file operations, code search, data processing, visualization, or external tool invocation. Uses cli-index for semantic routing.
0
jarbitechture
Claude API
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
0 · bundle
jarbitechture
Bmad Skill
This skill should be used when working with BMAD (BMad-CORE) v6-alpha projects. BMAD is a universal human-AI collaboration platform with specialized modules for software development (BMM), agent building (BMB), creative intelligence (CIS), and project management (BMD). Use this skill to understand agent workflows, command patterns, scale-adaptive methodology, and effective utilization of the four-phase development system.
0 · bundle
jarbitechture
API Design
Systematic API design methodology with 6 validated patterns covering parameter categorization, safe refactoring, audit-first approach, automated validation, quality gates, and example-driven documentation. Use when designing new APIs, improving API consistency, implementing breaking change policies, or building API quality enforcement. Provides deterministic decision trees (5-tier parameter system), validation tool architecture, pre-commit hook patterns. Validated with 82.5% cross-domain transferability, 37.5% efficiency gains through audit-first refactoring.
0
jarbitechture
Agent Eval
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
0
jarbitechture
Uv Python
uv Python package manager — fast pip/venv replacement. Use when creating virtual environments, installing packages, managing dependencies, or running Python scripts with uv.
0
jarbitechture
Ultrawork
Metasuperhypergraph orchestrator with fractal scale-invariant recursion. Activates maximum performance mode through renormalization-group optimization, power-law resource allocation, and homoiconic self-improvement. Triggers on "ultrawork", complex multi-domain tasks, or when parallelization/delegation yields superlinear returns.
0 · bundle
jarbitechture
Tech Debt
Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options]
0
jarbitechture
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
jarbitechture
Starlette
Starlette 1.0 ASGI framework reference with working code examples for every feature. Use this skill whenever writing Starlette applications, building ASGI middleware, working with FastAPI internals, or writing async Python web services. Also trigger when the user mentions Starlette, ASGI, or needs help with routing, WebSockets, middleware, lifespan handlers, or test clients in the Starlette ecosystem — even if they don't name Starlette explicitly but are clearly working with it (e.g., importing from starlette.*, using TestClient with httpx, or writing ASGI scope/ receive/send functions). Covers the 1.0 API exclusively — all deprecated 0.x patterns have been removed.
0 · bundle
jarbitechture
Senior QA
Generates unit tests, integration tests, and E2E tests for React/Next.js applications. Scans components to create Jest + React Testing Library test stubs, analyzes Istanbul/LCOV coverage reports to surface gaps, scaffolds Playwright test files from Next.js routes, mocks API calls with MSW, creates test fixtures, and configures test runners. Use when the user asks to "generate tests", "write unit tests", "analyze test coverage", "scaffold E2E tests", "set up Playwright", "configure Jest", "implement testing patterns", or "improve test quality".
0 · bundle
jarbitechture
Prompting
Prompt engineering standards and context engineering principles for AI agents based on Anthropic best practices. Covers clarity, structure, progressive discovery, and optimization for signal-to-noise ratio.
0 · bundle
jarbitechture
Hard Call
Hard Call
0
jarbitechture
Gh Fix CI
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
0 · bundle
jarbitechture
Dspy Code
Specialized AI assistant for DSPy development with deep knowledge of predictors, optimizers, adapters, and GEPA integration. Provides session management, codebase indexing, and command-based workflows.
0 · bundle
jarbitechture
Crosspost
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.
0 · bundle
jarbitechture
Component
Generate syntactically correct Claude Code configuration components (commands, subagents, skills, output styles) with optimal cross-component integration. Triggers on requests to create slash commands, agents, subagents, skills, output styles, Claude Code plugins, agentic workflows, or multi-agent pipelines. Ensures parameter validity per component type and semantic coherence across component references.
0 · bundle
jarbitechture
Changelog
Generate changelogs from git history and validate conventional commits. Usage: /changelog <generate|lint> [options]
0
jarbitechture
Challenge
Challenge
0
jarbitechture
Blueprint
Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".
0
jarbitechture
Benchmark
Performance baseline measurement and regression detection. Use when measuring perf before/after a PR, setting up baselines, investigating "feels slow" reports, validating launch performance targets, or comparing your stack against alternatives.
0
jarbitechture
The Team
Run three agents as a newsroom — a Writer, an Editor, and a Fact-checker — that draft, critique, and verify in parallel and argue until the writing survives with zero flags. This is the level above a single self-review loop, for the pieces that matter most. Best run in Claude Cowork against the user's files. Use for high-stakes writing the user wants bulletproof: a newsletter, a launch post, a client email, a public announcement. Trigger whenever the user says 'run the team', 'use the swarm', 'writer editor fact-checker', 'spawn agents to work on this', or wants the strongest possible version of a piece. For a lighter single-agent loop, use red-pen instead.
0
jarbitechture
The Fool
Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning. Invoke to play devil's advocate, run a pre-mortem, red team, or audit evidence and assumptions.
0 · bundle
jarbitechture
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
jarbitechture
Tapestry
Unified content extraction and action planning. Use when user says `tapestry [URL]`, `weave [URL]`, `help me plan [URL]`, `extract and plan [URL]`, `make this actionable [URL]`, or similar phrases indicating they want to extract content and create an action plan. Automatically detects content type (YouTube video, article, PDF) and processes accordingly.
0
jarbitechture
Research
Multi-source comprehensive research using perplexity-researcher, claude-researcher, and gemini-researcher agents. Three modes - Quick (3 agents), Standard (9 agents), Extensive (24 agents with be-creative skill). USE WHEN user says 'do research', 'quick research', 'extensive research', 'find information about', 'investigate', 'analyze trends', 'current events', or any research-related request.
0 · bundle
jarbitechture
Repo RAG
Codebase-wide Retrieval-Augmented Generation for deep code understanding. Use when: (1) Answering questions about large codebases by searching across all files, (2) Finding related code patterns, implementations, or dependencies across a project, (3) Building context from multiple files before making changes, (4) Understanding how a feature works end-to-end across the codebase, (5) Tracing data flow through multiple modules
0
jarbitechture
Remember
Explicitly save important knowledge to auto-memory with timestamp and context. Use when a discovery is too important to rely on auto-capture.
0
jarbitechture
Refactor
Meta-cognitive architecture optimization skill. Use when the user asks to "refactor the architecture", "optimize claude code", "evaluate components", or "run architecture audit". Also triggers automatically every 24 hours.
0 · bundle
jarbitechture
Pipeline
Detect stack and generate CI/CD pipeline configs. Usage: /pipeline <detect|generate> [options]
0
jarbitechture
Obsidian
This skill should be used when working with Obsidian files including .md notes with wikilinks/callouts/properties, .base database views with filters/formulas, or .canvas visual diagrams. Routes to specialized sub-skills based on file type and task context. Features self-iterative learning that improves with use.
0 · bundle
jarbitechture
Imagegen
Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.
0 · bundle
jarbitechture
Grill Me
Interview the user with 10-15 targeted questions BEFORE building anything, then confirm a short spec, then build. Use this skill whenever the user asks Claude to build, create, make, code, design, draft, or generate anything non-trivial — an app, website, script, tool, document, presentation, campaign, plan, or system — even if the request looks detailed enough to start immediately. Especially trigger on vague one-line build requests like "make me a dashboard" or "build an app for my gym". Do NOT use for pure questions, explanations, debugging existing code, tiny edits, or reformatting.
0
jarbitechture
Generate
Generate Playwright tests. Use when user says "write tests", "generate tests", "add tests for", "test this component", "e2e test", "create test for", "test this page", or "test this feature".
0 · bundle