Browse Skills
44358 skills found
otto-orchestrate.md
0
1
export
otto-orchestrate
2
from
"sky-xo/otto"
from
"sky-xo/otto"
3
Use when spawning Codex agents via Otto to delegate implementation work.
2026-01-05
mcp2cli.md
0
1
export
mcp2cli
2
from
"nicobailon/mcp2cli-plugin"
from
"nicobailon/mcp2cli-plugin"
3
Convert MCP servers into standalone Bash-invokable scripts. Use when user wants to make an MCP server usable as bash commands, convert MCP to CLI, or wrap MCP tools for agent use.
2026-01-05
testing-test-writing.md
0
1
export
testing-test-writing
2
from
"pdovhomilja/dovhomilja-cz"
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
from
"kojder/photo-map-app"
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
from
"majiayu000/claude-skill-registry"
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
agent-architecture.md
0
1
export
agent-architecture
2
from
"settlemint/agent-marketplace"
from
"settlemint/agent-marketplace"
3
Prompt-native architecture patterns, agent orchestration, iteration loops, and state management for autonomous work.
2026-01-05
swiss-design.md
0
1
export
swiss-design
2
from
"ZempTime/zemptime-marketplace"
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
from
"majiayu000/claude-skill-registry"
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
pubmed-field-validator.md
0
1
export
pubmed-field-validator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validate PubMed search field tags against official NCBI documentation before implementing them. Use when adding new field tags to the query builder, debugging search queries, or verifying existing field tag implementations. Prevents invalid tags like [organism] and ensures compliance with NCBI PubMed standards.
2026-01-05
git-push.md
0
1
export
git-push
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Multi-remote git push workflow for GitHub and Azure DevOps. Use when the user says"push to github", "push to azure", "push to origin", "push to secondary", "push to devops","push to both", "sync remotes", or any variation requesting git push operations.Handles the azure-sync branch workflow that excludes .claude/, specs/, and CLAUDE.md from Azure.
2026-01-05
bio-seq.md
0
1
export
bio-seq
2
from
"dakesan/cc-dnawork-plugin"
from
"dakesan/cc-dnawork-plugin"
3
Read/write FASTA, GenBank, FASTQ files. Sequence manipulation (complement, translate). Indexed random access via faidx. For NGS pipelines (SAM/BAM/VCF), use pysam. For BLAST, use gget or blat-integration.
2026-01-05
collect-chats.md
0
1
export
collect-chats
2
from
"alexisvincent/mia"
from
"alexisvincent/mia"
3
Orchestrate the LOPS collect workflow to process unprocessed chats and create Linear issues. Use when triaging messages, user asks to collect chats, processing chat backlog, or running collect workflow.
2026-01-05
typescript.md
0
1
export
typescript
2
from
"segersniels/dotfiles"
from
"segersniels/dotfiles"
3
TypeScript best practices and patterns
2026-01-05
debugging-react-native.md
0
1
export
debugging-react-native
2
from
"mikekelly/debugging-react-native"
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
from
"GauchoGrowth/galligo-mobile"
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
from
"Ramblurr/nix-devenv"
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
from
"sparkling/claude-config"
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
github-actions-workflow.md
0
1
export
github-actions-workflow
2
from
"ehtbanton/ClaudeSkillsRepo"
from
"ehtbanton/ClaudeSkillsRepo"
3
Generate GitHub Actions workflow YAML files for CI/CD pipelines including testing, building, and deployment automation. Triggers on "create GitHub Actions workflow", "generate CI/CD pipeline", "GitHub workflow for", "actions yaml for".
2026-01-05
career-advisor.md
0
1
export
career-advisor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Career Advisor agent for PhD application planning and career management. Helps with university research, application tracking, professor matching, and career documentation.
2026-01-05
reverse-proxy.md
0
1
export
reverse-proxy
2
from
"lakowske/network-admin"
from
"lakowske/network-admin"
3
Manage incoming internet traffic and reverse proxy configuration on the home network gateway. Configure Caddy, OAuth2 authentication, fail2ban security, and traffic routing.
2026-01-05
notebook-module-refactoring.md
0
1
export
notebook-module-refactoring
2
from
"smith6jt-cop/Skills_Registry"
from
"smith6jt-cop/Skills_Registry"
3
Safe refactoring of Jupyter notebook code into Python modules
2026-01-05
spec.md
0
1
export
spec
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create traceable specifications from architecture. Use after architecture is approved to define invariants, edge cases, and acceptance criteria.
2026-01-05
styling-web-tools.md
0
1
export
styling-web-tools
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Applying consistent visual design to HTML tools in this repository. Use when creating new tools, updating UI components, or adding buttons/icons/controls. Based on Vercel Geist design system with Claude app influences.
2026-01-05
quality-gates.md
0
1
export
quality-gates
2
from
"CheekyCodexConjurer/quant-lab"
from
"CheekyCodexConjurer/quant-lab"
3
Enforce Definition of Done checks from QUALITY_GATES.md.
2026-01-05