Browse Skills
18175 skills found
research-literature-search.md
1
1
export
research-literature-search
2
from
"chc273/claude-automation"
from
"chc273/claude-automation"
3
Automated literature search using the `lit` CLI tool for comprehensive paper discovery, citation analysis, and bibliography management.Use this skill when:- Conducting systematic literature reviews- Building citation networks from seed papers- Searching for academic papers on a topic- Fetching and managing BibTeX references- Downloading and extracting text from PDFs- Managing research projects with paper collectionsPrerequisites:- BRIGHTDATA_API_KEY for Google Scholar searches- UNPAYWALL_EMAIL for Open Access PDF lookup (optional)- OPENALEX_MAILTO for higher API rate limits (optional)
2026-01-05
ux-sequence-diagram.md
1
1
export
ux-sequence-diagram
2
from
"CANTAGESTUDIO/CosmicAtlasPacker"
from
"CANTAGESTUDIO/CosmicAtlasPacker"
3
[UI/UX] Visualizes interaction sequences and system communications as ASCII diagrams. Represents user-system interactions, API call sequences, and event flows. Use when requesting 'sequence diagram', 'interaction flow', or 'API sequence'.
2026-01-05
video-watching.md
1
1
export
video-watching
2
from
"possumworx/claude-autonomy-platform"
from
"possumworx/claude-autonomy-platform"
3
Watch and understand video files by converting them to viewable image storyboards for enjoyment, analysis, species identification, behavior tracking, and comprehension
2026-01-05
cloudflare-d1.md
1
1
export
cloudflare-d1
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Build with D1 serverless SQLite database on Cloudflare's edge. Use when: creating databases, writing SQL migrations, querying D1 from Workers, handling relational data, or troubleshooting D1_ERROR, statement too long, migration failures, or query performance issues.
2026-01-05
game-design-theory.md
1
1
export
game-design-theory
2
from
"pluginagentmarketplace/custom-plugin-game-developer"
from
"pluginagentmarketplace/custom-plugin-game-developer"
3
Comprehensive game design theory covering MDA framework, player psychology,balance principles, and progression systems. Master why games are fun.
2026-01-05
scientific-figures.md
1
1
export
scientific-figures
2
from
"chc273/claude-automation"
from
"chc273/claude-automation"
3
Generate publication-ready scientific figures for research papers.Use this skill when:- Creating any figures for manuscripts (Nature, Science, Cell quality)- Generating data plots from CSV/Excel/JSON datasets- Creating conceptual diagrams, flowcharts, or schematics- Composing multi-panel figures with letter labels (A, B, C, D)- Visualizing architectures, timelines, or workflowsThis skill handles THREE types of figures:1. DATA PLOTS - Line, scatter, bar, violin, heatmap, etc. from tabular data2. SCHEMATICS - AI-generated conceptual diagrams and illustrations3. COMPOSITIONS - Multi-panel figures combining plots and/or schematicsPrerequisites:- For plots: pandas, matplotlib, seaborn- For schematics: OPENROUTER_AI_API_KEY environment variable- For composition: matplotlib or PIL
2026-01-05
template-discovery.md
1
1
export
template-discovery
2
from
"rafaelcalleja/claude-market-place"
from
"rafaelcalleja/claude-market-place"
3
This skill should be used when the user asks about "to-be-continuous templates", "gitlab ci templates", "semantic-release", "what templates exist", "show me templates for X", "pipeline templates", "deployment templates", "build templates", "S3 deployment", "kubernetes templates", "docker templates", "template variants", "vault integration", "OIDC authentication", or mentions needing GitLab CI/CD pipeline configuration. Provides interactive guidance for discovering, combining, and adapting to-be-continuous templates with cross-component variant learning.
2026-01-05
validate-test-reality.md
1
1
export
validate-test-reality
2
from
"adolfoaranaes12/BMAD-ENHANCED"
from
"adolfoaranaes12/BMAD-ENHANCED"
3
Meta-validation skill that generates edge cases, production scenarios, and reality gaps not covered by original specifications. Identifies specification-reality mismatches by analyzing what tests claim versus what production data reveals. Creates test deficiency reports showing coverage gaps for Quinn review. Use before quality gate approval to ensure tests reflect production reality, not just specification compliance.
2026-01-05
flutter-performance-docs.md
1
1
export
flutter-performance-docs
2
from
"CANTAGESTUDIO/CosmicAtlasPacker"
from
"CANTAGESTUDIO/CosmicAtlasPacker"
3
[Flutter] Flutter performance best practices and optimization guide. Build cost, rendering, lists, animations, and anti-patterns. (project)
2026-01-05
skill-creator.md
1
1
export
skill-creator
2
from
"ScriptedAlchemy/codex-native"
from
"ScriptedAlchemy/codex-native"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
visual-regression-testing.md
1
1
export
visual-regression-testing
2
from
"jgtolentino/insightpulse-odoo"
from
"jgtolentino/insightpulse-odoo"
3
Comprehensive visual regression testing using Playwright and jest-image-snapshot. Implements screenshot comparison, baseline management, CI/CD integration, and visual diff reporting following Ant Design best practices. Use for preventing visual bugs, ensuring UI consistency, and automating visual QA. (project)
2026-01-05
implementation-verification.md
1
1
export
implementation-verification
2
from
"marcos-abreu/connect_kit"
from
"marcos-abreu/connect_kit"
3
Use after implementation complete to verify all tasks done, update roadmap, run full test suite, and create final report - ensures implementation completeness before finishing development branch
2026-01-05
testing-tdd-workflow.md
1
1
export
testing-tdd-workflow
2
from
"CoderMariusz/MonoPilot"
from
"CoderMariusz/MonoPilot"
3
Apply when implementing new features, fixing bugs, or refactoring code. TDD ensures tests drive design and all code is covered.
2026-01-05
metacognitive-thinking-monitor.md
1
1
export
metacognitive-thinking-monitor
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Evaluate reasoning quality by watching for logical errors, biases, and flawed inferences in real-time. Use when: (1) building multi-step arguments with dependent reasoning chains, (2) making claims about causation or logical necessity, (3) receiving feedback that challenges your approach or reasoning, (4) noticing you're pattern-matching or applying familiar solutions without verification
2026-01-05
agentuity-cli-cloud-secret-list.md
1
1
export
agentuity-cli-cloud-secret-list
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
List all secrets. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
database-design.md
1
1
export
database-design
2
from
"akaszubski/anyclaude-local"
from
"akaszubski/anyclaude-local"
3
Database schema design, migrations, query optimization, and ORM patterns. Use when designing database schemas, writing migrations, optimizing queries, or working with ORMs like SQLAlchemy or Django ORM.
2026-01-05
doc-ears.md
1
1
export
doc-ears
2
from
"vladm3105/aidoc-flow-framework"
from
"vladm3105/aidoc-flow-framework"
3
Create EARS (Easy Approach to Requirements Syntax) formal requirements - Layer 3 artifact using WHEN-THE-SHALL-WITHIN format
2026-01-05
clip-aware-embeddings.md
1
1
export
clip-aware-embeddings
2
from
"erichowens/some_claude_skills"
from
"erichowens/some_claude_skills"
3
Semantic image-text matching with CLIP and alternatives. Use for image search, zero-shot classification, similarity matching. NOT for counting objects, fine-grained classification (celebrities, car models), spatial reasoning, or compositional queries. Activate on "CLIP", "embeddings", "image similarity", "semantic search", "zero-shot classification", "image-text matching".
2026-01-05
gh-fix-ci.md
1
1
export
gh-fix-ci
2
from
"saldanaj97/atlaris"
from
"saldanaj97/atlaris"
3
Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
2026-01-05
d20-monsters.md
1
1
export
d20-monsters
2
from
"rjroy/adventure-engine-corvran"
from
"rjroy/adventure-engine-corvran"
3
This skill should be used when the GM needs to create NPCs or monsters, generate stat blocks, determine enemy stats, design creatures, or generate adversaries for d20-style RPG encounters. Provides SRD 5.2 stat block format and NPC templates.
2026-01-05
git-commits.md
1
1
export
git-commits
2
from
"huGgW/dotfiles"
from
"huGgW/dotfiles"
3
Guideline for creating multiple commits.
2026-01-05
hotwire-patterns.md
1
1
export
hotwire-patterns
2
from
"sjnims/Iron-Claude"
from
"sjnims/Iron-Claude"
3
Expert guidance on Hotwire/Turbo 8 patterns for Rails 8 applications following DHH's omakase philosophy. Use when choosing between Turbo morphing/frames/streams, implementing real-time features, optimizing perceived performance, or converting from React/Vue to Hotwire.
2026-01-05
synthetic-rehearsal.md
1
1
export
synthetic-rehearsal
2
from
"Cloudhabil/AGI-Server"
from
"Cloudhabil/AGI-Server"
3
Run autonomous simulations and synthetic user rehearsals for risk, crisis, or UX validation; use when asked to simulate scenarios, tabletop exercises, or agent-based modeling.
2026-01-05
spec-pipeline.md
1
1
export
spec-pipeline
2
from
"GodSpeedAI/SEA"
from
"GodSpeedAI/SEA"
3
Explains the required sequence and success signals for each stage.
2026-01-05