Browse Skills

20307 skills found

flutter-testing.md
0
1 export flutter-testing
2 abhishekbrt from "abhishekbrt/GlowState"
3 Flutter testing patterns with mocktail. Covers unit testing, widget testing, and BLoC/Cubit testing. Use when writing tests or setting up test infrastructure.
2026-01-05
vanilla-rails-controllers.md
0
1 export vanilla-rails-controllers
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when writing Rails controllers, adding controller actions, or implementing state changes (close, archive, publish, assign) - enforces resource extraction instead of custom actions
2026-01-05
persona.md
0
1 export persona
2 JacbK from "JacbK/jacob-kieser-portfolio"
3 AI assistant framework for building unique, authentic portfolio websites from scratch. Guides agents through research, design, and implementation phases.
2026-01-05
frontend-theming.md
0
1 export frontend-theming
2 cotw-fabier from "cotw-fabier/spidart"
3 Your approach to handling frontend theming. Use this skill when working on files where frontend theming comes into play.
2026-01-05
change-contract-generator.md
0
1 export change-contract-generator
2 richhaase from "richhaase/skillz"
3 Conducts structured interviews to produce Change Contracts - definitions of done expressed in terms of behavior, constraints, operability, and acceptance criteria. Use when externalizing intent for work to be delegated to AI agents, when defining requirements without implementation details, or when asked to create a change contract.
2026-01-05
sdd-pr.md
0
1 export sdd-pr
2 tylerburleigh from "tylerburleigh/claude-foundry"
3 AI-powered PR creation after spec completion. Analyzes spec metadata, git diffs, commit history, and journal entries to generate comprehensive PR descriptions with user approval before creation.
2026-01-05
docker-backend-patterns.md
0
1 export docker-backend-patterns
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Docker containerization patterns for Node.js applications. Use when containerizing backend services.
2026-01-05
backend-models.md
0
1 export backend-models
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Define and structure database models with proper data types, relationships, constraints, and validation following ORM best practices. Use this skill when creating or modifying database model classes, ORM entities, schema definitions, or data model files. Use this skill when working with SQLAlchemy models, Django models, ActiveRecord models, Prisma schemas, TypeORM entities, or Sequelize models. Use this skill when defining table schemas, establishing relationships (one-to-many, many-to-many), implementing model validation, adding timestamps and soft deletes, or configuring cascade behaviors. Use this skill when working with files in models/, entities/, schemas/, or orm/ directories that define database table structures and business logic.
2026-01-05
code-executor.md
0
1 export code-executor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Efficiently compose multiple MCP tool operations by launching a subagent that writes and executes TypeScript or Python code. Use when you need to compose 3+ MCP tool calls, process their results together, implement complex logic, or avoid token overhead from loading many MCP tool schemas into main context. The subagent has MCP servers configured and writes code that calls tools dynamically.
2026-01-05
component-refactor.md
0
1 export component-refactor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guia refatoração de componentes React seguindo padrões do Ultrathink, reduzindo duplicação e criando componentes genéricos reutilizáveis
2026-01-05
traefik-swarm.md
0
1 export traefik-swarm
2 Wibson82 from "Wibson82/conexao-de-sorte-backend-resultados"
3 Auditar labels Traefik v3.5.x, networks e secrets em stacks Docker Swarm para garantir roteamento seguro do backend de resultados.
2026-01-05
vanilla-rails-data-modeling.md
0
1 export vanilla-rails-data-modeling
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when designing database schema, writing migrations, or making data storage decisions - enforces UUIDs, account_id multi-tenancy, state-as-records, no foreign keys, and proper index patterns
2026-01-05
fork-bash-skill.md
0
1 export fork-bash-skill
2 rhayalcantara from "rhayalcantara/evaluacionesEmpleadosdocker"
3 Execute agentic coding tools directly via bash commands with output capture. Use this when the user requests to run AI agents (Gemini, Claude Code, etc.) and get their results directly.
2026-01-05
otto-orchestrate.md
0
1 export otto-orchestrate
2 sky-xo from "sky-xo/otto"
3 Use when spawning Codex agents via Otto to delegate implementation work.
2026-01-05
testing-test-writing.md
0
1 export testing-test-writing
2 pdovhomilja from "pdovhomilja/dovhomilja-cz"
3 Write minimal, strategic tests focused on core user flows and critical paths during feature development, deferring comprehensive edge case testing. Use this skill when writing unit tests, integration tests, or end-to-end tests, creating test files (*.test.ts, *.spec.js, __tests__/*), testing critical user workflows, focusing on behavior rather than implementation details, using descriptive test names, mocking external dependencies (databases, APIs, file systems), ensuring tests run quickly, testing business-critical functionality, or determining which tests to write during development versus dedicated testing phases. Apply this skill when completing features at logical milestones, writing tests for primary user flows, or balancing feature development speed with adequate test coverage.
2026-01-05
frontend-verification-testing.md
0
1 export frontend-verification-testing
2 kojder from "kojder/photo-map-app"
3 Verify and test Angular 18 frontend changes using Chrome DevTools MCP. Automatically check console errors, network requests, and visual rendering after implementing tasks or when fixing UI bugs. Use when creating components, debugging visual issues, validating API integration, or ensuring UI requirements are met. File types: .ts, .html, .css, .scss
2026-01-05
python-data-reviewer.md
0
1 export python-data-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Pandas/NumPy code review, data processing, vectorization, memory optimizationWHAT: Vectorization patterns + Memory efficiency + Data validation + Performance optimization + Best practicesWHEN NOT: Web framework → fastapi/django/flask-reviewer, General Python → python-reviewer
2026-01-05
swiss-design.md
0
1 export swiss-design
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when designing interfaces, data visualizations, documentation, or any output where clarity and visual hierarchy matter - applies Swiss design principles of reduction, grid structure, hierarchy, and typography
2026-01-05
pr-description-generator.md
0
1 export pr-description-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate comprehensive pull request descriptions with summaries and test plans. Use when creating PR descriptions or documenting code changes.
2026-01-05
typescript.md
0
1 export typescript
2 segersniels from "segersniels/dotfiles"
3 TypeScript best practices and patterns
2026-01-05
debugging-react-native.md
0
1 export debugging-react-native
2 mikekelly from "mikekelly/debugging-react-native"
3 Use PROACTIVELY when debugging React Native apps. Reads console logs and executes JavaScript in running apps via Metro bundler. Invoke for: app crashes, state inspection, API debugging, error investigation, or running diagnostic code. Requires Metro running (port 8081).
2026-01-05
react-native-patterns.md
0
1 export react-native-patterns
2 GauchoGrowth from "GauchoGrowth/galligo-mobile"
3 React Native component patterns and best practices. Use when building RN components, handling platform differences, or implementing common mobile UI patterns.
2026-01-05
writing-clojure-docstrings.md
0
1 export writing-clojure-docstrings
2 Ramblurr from "Ramblurr/nix-devenv"
3 Guidelines for writing effective Clojure docstrings with markdown formatting, wikilinks, code examples, and tables. Always use this skill when writing or reviewing docstrings in Clojure code, or when asked about docstring formatting and style. Triggers on (1) writing new functions/vars/namespaces with docstrings, (2) updating existing docstrings, (3) questions about docstring best practices, (4) reviewing code with docstrings.
2026-01-05
mermaid-export.md
0
1 export mermaid-export
2 sparkling from "sparkling/claude-config"
3 Export Mermaid diagrams from documents to PNG images. MUST be run immediately after creating or editing any Mermaid diagram, BEFORE committing. Processes .md, .html, .mdx, .rst, .adoc files.
2026-01-05