Browse Skills
20307 skills found
tzurot-architecture.md
7
1
export
tzurot-architecture
2
from
"lbds137/tzurot"
from
"lbds137/tzurot"
3
Microservices architecture for Tzurot v3 - Service boundaries, responsibilities, dependency rules, and anti-patterns from v2. Use when deciding where code belongs or designing new features.
2026-01-05
maestro-devtools.md
7
1
export
maestro-devtools
2
from
"ampcode/fde-toolbox"
from
"ampcode/fde-toolbox"
3
Direct Maestro CLI tool for iOS/Android app testing. Write YAML flows and execute via maestro test—no Python overhead.
2026-01-05
verify-training-pipeline.md
7
1
export
verify-training-pipeline
2
from
"kungfuai/CVlization"
from
"kungfuai/CVlization"
3
Verify a CVlization training pipeline example is properly structured, can build, trains successfully, and logs appropriate metrics. Use when validating example implementations or debugging training issues.
2026-01-05
backend-development.md
7
1
export
backend-development
2
from
"samhvw8/dotfiles"
from
"samhvw8/dotfiles"
3
Production backend systems development. Stack: Node.js/TypeScript, Python, Go, Rust | NestJS, FastAPI, Django, Express | PostgreSQL, MongoDB, Redis. Capabilities: REST/GraphQL/gRPC APIs, OAuth 2.1/JWT auth, OWASP security, microservices, caching, load balancing, Docker/K8s deployment. Actions: design, build, implement, secure, optimize, deploy, test APIs and services. Keywords: API design, REST, GraphQL, gRPC, authentication, OAuth, JWT, RBAC, database, PostgreSQL, MongoDB, Redis, caching, microservices, Docker, Kubernetes, CI/CD, OWASP, security, performance, scalability, NestJS, FastAPI, Express, middleware, rate limiting. Use when: designing APIs, implementing auth/authz, optimizing queries, building microservices, securing endpoints, deploying containers, setting up CI/CD.
2026-01-05
editor-component-editors.md
7
1
export
editor-component-editors
2
from
"kateusz/GameEngine"
from
"kateusz/GameEngine"
3
Create ECS component editors using IComponentEditor interface, ComponentEditorRegistry.DrawComponent wrapper, VectorPanel for vectors, and UIPropertyRenderer for simple properties. Covers registration in DI container and manual change detection patterns.
2026-01-05
lang-python.md
7
1
export
lang-python
2
from
"joncrangle/.dotfiles"
from
"joncrangle/.dotfiles"
3
Python 3.13+ development specialist covering FastAPI, Django, async patterns, data science, testing with pytest, and modern Python features. Use when developing Python APIs, web applications, data pipelines, or writing tests.
2026-01-05
sdd-methodology.md
7
1
export
sdd-methodology
2
from
"jpoley/flowspec"
from
"jpoley/flowspec"
3
Use when explaining or applying Spec-Driven Development workflow, guiding through SDD phases, or helping with workflow decisions. Invoked for methodology guidance, workflow optimization, and best practices.
2026-01-05
dependency-injection-review.md
7
1
export
dependency-injection-review
2
from
"kateusz/GameEngine"
from
"kateusz/GameEngine"
3
Review code for proper DI patterns using DryIoc. Ensures no static singletons, validates constructor injection and service lifetimes. Use when reviewing code, refactoring static access, or debugging DI issues.
2026-01-05
tzurot-security.md
7
1
export
tzurot-security
2
from
"lbds137/tzurot"
from
"lbds137/tzurot"
3
Security best practices for Tzurot v3 - Secret management, AI-specific security (prompt injection, PII scrubbing), Economic DoS prevention, Discord permission verification, microservices security, and supply chain integrity. Use when handling secrets, user input, or security-critical code.
2026-01-05
headless-cli-agents.md
7
1
export
headless-cli-agents
2
from
"timurkhakhalev/cc-plugins"
from
"timurkhakhalev/cc-plugins"
3
This skill provides comprehensive guidance for running AI coding agents in non-interactive (headless) mode for automation, CI/CD pipelines, and scripting. Use when integrating Claude Code, Codex, Gemini, OpenCode, Qwen, or Droid CLI into automated workflows where human interaction is not desired.
2026-01-05
security-reviewer.md
7
1
export
security-reviewer
2
from
"jpoley/flowspec"
from
"jpoley/flowspec"
3
Use when reviewing code for security vulnerabilities, conducting threat modeling, ensuring SLSA compliance, or performing security assessments. Invoked for security analysis, vulnerability detection, and compliance verification.
2026-01-05
serialization-review.md
7
1
export
serialization-review
2
from
"kateusz/GameEngine"
from
"kateusz/GameEngine"
3
Review JSON serialization for scenes, prefabs, and components. Use when: (1) implementing serializable components, (2) debugging save/load failures, (3) adding asset types, (4) reviewing serialization code, (5) investigating data corruption, (6) implementing JsonConverters.
2026-01-05
cpython-build-and-test.md
7
1
export
cpython-build-and-test
2
from
"gpshead/cpython-skills"
from
"gpshead/cpython-skills"
3
Use this skill when configuring, building, or rebuilding CPython from source, running tests, or debugging test failures. Covers ./configure with --with-pydebug, make commands, ccache for faster rebuilds, Argument Clinic regeneration (make clinic), unittest-based testing with python -m test (NOT pytest), --match filtering, code coverage collection, and platform-specific build paths (Linux vs macOS).
2026-01-05
tzurot-code-quality.md
7
1
export
tzurot-code-quality
2
from
"lbds137/tzurot"
from
"lbds137/tzurot"
3
Use when fixing lint warnings, refactoring complex functions, or understanding ESLint rules. Covers complexity limits, refactoring patterns, and when to suppress rules.
2026-01-05
sprint-workflow.md
7
1
export
sprint-workflow
2
from
"damienlaine/agentic-sprint"
from
"damienlaine/agentic-sprint"
3
This skill should be used when the user asks about "how sprints work", "sprint phases", "iteration workflow", "convergent development", "sprint lifecycle", "when to use sprints", or wants to understand the sprint execution model and its convergent diffusion approach.
2026-01-05
conventional-commits.md
7
1
export
conventional-commits
2
from
"dgalarza/claude-code-workflows"
from
"dgalarza/claude-code-workflows"
3
This skill should be used when creating Git commits to ensure they follow the Conventional Commits specification. It provides guidance on commit message structure, types, scopes, and best practices for writing clear, consistent, and automated-friendly commit messages. Use when committing code changes or reviewing commit history.
2026-01-05
lang-typescript.md
7
1
export
lang-typescript
2
from
"joncrangle/.dotfiles"
from
"joncrangle/.dotfiles"
3
TypeScript 5.9+ development specialist covering SolidJS, TanStack Start, Valibot validation, and modern TypeScript patterns. Use when developing TypeScript applications, SolidJS components, TanStack Start pages, or type-safe APIs.
2026-01-05
convex.md
7
1
export
convex
2
from
"gmickel/claude-code-config"
from
"gmickel/claude-code-config"
3
Convex backend development patterns, validators, indexes, actions, queries, mutations, file storage, scheduling, React hooks, and components. Use when writing Convex code, debugging Convex issues, or planning Convex architecture.
2026-01-05
styling-with-tailwind.md
7
1
export
styling-with-tailwind
2
from
"tenequm/claude-plugins"
from
"tenequm/claude-plugins"
3
Creates UIs using Tailwind CSS utility classes and shadcn/ui patterns. Covers CSS variables with OKLCH colors, component variants with CVA, responsive design, dark mode, and Tailwind v4 features. Use when building interfaces with Tailwind, styling shadcn/ui components, implementing themes, or working with utility-first CSS.
2026-01-05
prompt-enhancer.md
7
1
export
prompt-enhancer
2
from
"samhvw8/dotfiles"
from
"samhvw8/dotfiles"
3
Prompt engineering and optimization for AI/LLMs. Capabilities: transform unclear prompts, reduce token usage, improve structure, add constraints, optimize for specific models, backward-compatible rewrites. Actions: improve, enhance, optimize, refactor, compress prompts. Keywords: prompt engineering, prompt optimization, token efficiency, LLM prompt, AI prompt, clarity, structure, system prompt, user prompt, few-shot, chain-of-thought, instruction tuning, prompt compression, token reduction, prompt rewrite, semantic preservation. Use when: improving unclear prompts, reducing token consumption, optimizing LLM outputs, restructuring verbose requests, creating system prompts, enhancing prompt clarity.
2026-01-05
lang-javascript.md
7
1
export
lang-javascript
2
from
"joncrangle/.dotfiles"
from
"joncrangle/.dotfiles"
3
JavaScript ES2024+ development specialist covering Bun runtime, Hono web framework, modern testing, linting (Biome), and edge-first development. Use when developing JavaScript APIs, web applications, or server-side projects.
2026-01-05
session-search.md
7
1
export
session-search
2
from
"gupsammy/Claude-setup"
from
"gupsammy/Claude-setup"
3
Search past conversations by keywords, timeframe, or ID. Triggers on "search sessions", "find that conversation", "what did we work on", "look up past discussion about X", "where were we", "what did I learn", "knowledge gaps", "retrospective". Also trigger on: "what did we discuss...", "you mentioned...", past tense verbs referring to prior work, possessives without context ("my project", "my auth system"), and assumptive questions that reference unshared context. Extracts clean conversation data and applies analytical lenses for structured insights.
2026-01-05
better-auth.md
7
1
export
better-auth
2
from
"samhvw8/dotfiles"
from
"samhvw8/dotfiles"
3
TypeScript authentication framework (framework-agnostic). Features: email/password, OAuth (Google, GitHub, Discord), 2FA (TOTP, SMS), passkeys/WebAuthn, session management, RBAC, rate limiting, database adapters. Actions: implement, configure, secure authentication systems. Keywords: Better Auth, authentication, authorization, OAuth, email/password, 2FA, MFA, TOTP, passkeys, WebAuthn, session management, RBAC, rate limiting, database adapter, TypeScript auth, social login, Google auth, GitHub auth, Discord auth, email verification, password reset. Use when: implementing TypeScript auth, adding OAuth providers, setting up 2FA/MFA, managing sessions, configuring RBAC, building secure auth systems.
2026-01-05
checkpoint-ambiguity-review.md
7
1
export
checkpoint-ambiguity-review
2
from
"SprocketLab/slop-code-bench"
from
"SprocketLab/slop-code-bench"
3
Review checkpoint specs and tests to identify tests that encode ambiguous interpretations rather than explicit requirements. Use when asked to check checkpoint_N.md against test_checkpoint_N.py, when auditing tests for ambiguity, or when reviewing snapshot eval failures for interpretive issues.
2026-01-05