Browse Skills

2024 skills found

east-py-datascience.md
1
1 export east-py-datascience
2 elaraai from "elaraai/east-py"
3 Data science and machine learning platform functions for the East language (TypeScript types). Use when writing East programs that need optimization (MADS, Optuna, SimAnneal, Scipy), machine learning (XGBoost, LightGBM, NGBoost, Torch MLP, Lightning, GP), ML utilities (Sklearn preprocessing, metrics, splits), or model explainability (SHAP). Triggers for: (1) Writing East programs with @elaraai/east-py-datascience, (2) Derivative-free optimization with MADS, (3) Bayesian optimization with Optuna, (4) Discrete/combinatorial optimization with SimAnneal, (5) Gradient boosting with XGBoost or LightGBM, (6) Probabilistic predictions with NGBoost or GP, (7) Neural networks with Torch MLP or Lightning, (8) Data preprocessing and metrics with Sklearn, (9) Model explainability with Shap.
2026-01-05
working-on-feature.md
1
1 export working-on-feature
2 asermax from "asermax/claude-plugins"
3 Load when executing spec/design/plan/implement commands for a specific feature. Provides templates, agent dispatch patterns, and workflow orchestration for per-feature work.
2026-02-03
nuxt-content.md
1
1 export nuxt-content
2 alexanderop from "alexanderop/awesome-claude-code-vue"
3 Use when answering questions about OR implementing features with Nuxt Content (queries, MDC components, document-driven mode), especially when uncertain about current API - Nuxt Content is frequently updated with breaking changes, so fetch current documentation from llms.txt before responding to ensure accuracy over training data
2026-01-05
draft-section.md
1
1 export draft-section
2 testaco from "testaco/agentic-coding-book"
3 Incremental content drafting skill that writes specific sections within existing scaffolds. Supports drafting 1 section at a time or batch-drafting multiple sections with user control. Each operation stays under 10k tokens to avoid context compacting.
2026-01-05
whole-regrouper.md
1
1 export whole-regrouper
2 Goobee811 from "Goobee811/Whole"
3 "Whole" Thinking System
2026-02-01
elo-ratings-math.md
1
1 export elo-ratings-math
2 mcclowes from "mcclowes/elo-elo"
3 An elo rating implementation
2026-01-12
gemini-research-subagent.md
1
1 export gemini-research-subagent
2 DasBluEyedDevil from "DasBluEyedDevil/Multi-Agent-Workflow"
3 Delegates large-context code analysis to Gemini CLI. Use when analyzing codebases, tracing bugs across files, reviewing architecture, or performing security audits. Gemini reads, Claude implements.
2026-01-05
task-orchestrator.md
1
1 export task-orchestrator
2 totalaudiopromo from "totalaudiopromo/total-audio-platform"
3 Use when complex tasks require multiple specialized approaches or parallel work - coordinates Task tool usage for multi-agent workflows, parallel execution patterns, and delegation decision framework for 3-5x faster execution
2026-01-05
mcp-executor.md
1
1 export mcp-executor
2 mcfearsome from "mcfearsome/cc-colony"
3 Execute complex multi-tool MCP workflows directly using TypeScript or Python. As the MCP executor agent, you have MCP servers configured and write code that composes multiple tool calls. Use for 3+ MCP tool calls, complex data processing, parallel operations, or retry logic. This skill is colony-aware - you execute code directly via Bash without subagents.
2026-01-05
error-handling-patterns.md
1
1 export error-handling-patterns
2 tipmaster from "tipmaster/claude-config"
3 Use when adding error handling, designing APIs, or debugging failures - guides selection of fail-fast vs graceful degradation, error boundaries, retry strategies, and user-facing messages to build resilient systems
2026-01-05
launch-planner.md
1
1 export launch-planner
2 rspeciale0519 from "rspeciale0519/MailingListManager"
3 Converts app ideas into shippable MVPs by providing structured product planning, technical guidance, and decision-making support focused on rapid validation. Use when the user shares an app idea, needs help scoping an MVP, wants to generate PRDs or starter prompts for Claude Code, needs product decisions during a build, or when they need to be kept focused on shipping rather than over-engineering. Also use for questions about tech stack choices (Next.js/Supabase/Vercel), feature prioritization, or avoiding common early-stage mistakes.
2026-01-05
flecs-dylib-modules.md
1
1 export flecs-dylib-modules
2 andrewgazelka from "andrewgazelka/rgb"
3 Hot-reloadable Flecs modules as Rust dylibs. Covers module architecture, component vs system modules, and inter-module dependencies.
2026-01-05
data-architecture.md
1
1 export data-architecture
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-software-architect"
3 Software architect plugin for architectural decisions and enterprise patterns
2026-01-07
atl-cli.md
1
1 export atl-cli
2 lroolle from "lroolle/atlas-cli"
3 Atlassian Server CLI (Jira/Confluence/Bitbucket). This skill should be used when working with Jira issues, Confluence page operations, Bitbucket pull requests, or any Atlassian Server tasks. Triggers on: issue tracking, wiki pages, PR management, CQL queries.
2026-01-05
critical-echo.md
1
1 export critical-echo
2 koriym from "koriym/critical-echo"
3 Constructive criticism for articles worth critiquing
2026-01-22
jira.md
1
1 export jira
2 averycrespi from "averycrespi/claudefiles"
3 This skill should be used when the user asks about Jira work items, sprints, boards,or projects. Activates when detecting: ticket IDs (PROJ-123), questions about "currentsprint", "my tickets", "Jira issues", board information, project status, or any Jira-relatedqueries. Provides read-only access to Jira Cloud via Atlassian CLI.
2026-01-05
dependency-analysis.md
1
1 export dependency-analysis
2 hubvue from "hubvue/fe-analysis-skills"
3 Claude skills supporting analysis of front-end projects
2025-12-29
factory-status.md
1
1 export factory-status
2 golergka from "golergka/claude-code-plays-factorio"
3 Get comprehensive factory status - research progress, drill status, inventory, production overview. Use when checking progress or deciding what to do next.
2026-01-05
training-hub.md
1
1 export training-hub
2 RobbieJ from "RobbieJ/training-hub-skills"
3 Fine-tune LLMs using Red Hat training-hub library with SFT, LoRA, and OSFT algorithms. Use when preparing JSONL datasets, running training jobs, configuring hardware, scaling to clusters, evaluating models, or deploying with vLLM.
2026-01-05
uv.md
1
1 export uv
2 stickystyle from "stickystyle/claude-skills"
3 Python package manager and project tooling using uv. Use when working with Python projects, managing dependencies, creating virtual environments, running Python scripts, configuring workspaces/monorepos, or troubleshooting uv issues. Triggers on pyproject.toml projects, uv commands, pip replacement workflows, Python version management, workspace configuration, or CI/CD Python setup.
2026-01-05
skill-creator.md
1
1 export skill-creator
2 mk0e from "mk0e/devskills"
3 An MCP server that brings Anthropic's Agent Skills to any MCP-compatible coding agent.
2026-01-25
graphql.md
1
1 export graphql
2 specvital from "specvital/collector"
3 Provides GraphQL API schema design and implementation expertise. Ensures proper type definitions, query/mutation patterns, pagination strategies, and error handling standards. Specializes in schema-first design, resolver implementation, DataLoader for N+1 prevention, subscription patterns, and federation architecture. Implements Relay cursor connections and Apollo best practices.Use when: designing GraphQL schemas, defining types and interfaces, implementing queries and mutations, creating resolvers, designing pagination with connections and edges, solving N+1 query problems with DataLoader, implementing subscriptions for real-time updates, handling errors and nullability, setting up GraphQL federation, or integrating with Apollo Server/Client or other GraphQL libraries.
2026-01-05
gemini-image-gen.md
1
1 export gemini-image-gen
2 St3v3a from "St3v3a/gemini-image-skill"
3 Generate and edit images using Google's Gemini API (gemini-3-pro-image-preview model). Use when users request (1) Generating images from text prompts, (2) Editing existing images with AI instructions, (3) Creating images with specific styles or templates, (4) Generating multiple variations of images, (5) Creating images with reference images for style consistency, (6) Any image generation task mentioning Gemini, Google AI, or requiring professional image output. Supports aspect ratios (1:1, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9), 7 style templates (3 glass styles, 4 other creative styles), reference images (up to 14), and batch processing.
2026-01-05
hotwire-turbo-stimulus.md
1
1 export hotwire-turbo-stimulus
2 sjnims from "sjnims/rails-expert"
3 This skill should be used when the user asks about Hotwire, Turbo Drive, Turbo Frames, Turbo Streams, Stimulus controllers, frontend interactivity, server-rendered HTML updates, websocket updates, progressive enhancement, data attributes, importing JavaScript modules, or building interactive UIs without React/Vue. Also use when discussing the "HTML over the wire" approach or NO BUILD philosophy. Examples:
2026-01-05