Browse Skills

44915 skills found

frontend-css.md
6
1 export frontend-css
2 coreyja from "coreyja/coreyja.com"
3 Write maintainable CSS following the project's established methodology, whether using Tailwind utility classes, BEM naming, CSS modules, or styled-components. Use this skill when styling UI components or pages with CSS, applying design system tokens for colors and spacing, or working with CSS frameworks. When writing utility classes, custom styles, or responsive design rules. When working with .css, .scss, .module.css files, or inline styles in JSX/templates. When establishing or maintaining design tokens for consistent styling. When optimizing CSS for production builds with purging or tree-shaking unused styles.
2026-01-05
dismech-terms.md
6
1 export dismech-terms
2 monarch-initiative from "monarch-initiative/dismech"
3 Skill for adding and validating ontology term references in the dismech knowledge base. This skill should be used when working with disorder YAML files that need ontology term annotations (HPO for phenotypes, CL for cell types, GO for biological processes, MONDO for diseases, UBERON for anatomical entities). Use this skill when adding phenotype_term, cell_types term, biological_processes term, or other ontology-bound fields to disorder files.
2026-01-05
godot-gameplay-developer.md
6
1 export godot-gameplay-developer
2 hhhh124hhhh from "hhhh124hhhh/godot-mcp"
3 Godot 核心玩法逻辑开发专家,支持自然语言描述自动实现角色控制、物理系统、游戏规则等核心功能
2026-01-05
uv-tool-management.md
6
1 export uv-tool-management
2 laurigates from "laurigates/dotfiles"
3 Install and manage global Python CLI tools with uv (pipx alternative). Coversuv tool install, uvx for ephemeral execution, tool isolation, and updates.Use when user mentions uv tool, uvx, installing CLI tools globally, pipxreplacement, or running Python tools without installation.
2026-01-05
functype-user.md
6
1 export functype-user
2 jordanburke from "jordanburke/functype"
3 Help developers use functype functional programming patterns in their TypeScript projects. Use this skill when converting imperative/OOP code to functional patterns, looking up functype APIs and methods, handling nulls with Option, managing errors with Either/Try, or working with immutable collections like List and Set.
2026-01-05
global-tech-stack.md
6
1 export global-tech-stack
2 coreyja from "coreyja/coreyja.com"
3 Reference and maintain knowledge of the project's technical stack including frameworks, languages, databases, testing tools, and third-party services. Use this skill when making architectural decisions about which technologies to use. When adding new dependencies or integrating third-party services. When setting up development environments or deployment infrastructure. When choosing between different libraries or frameworks for a feature. When documenting the technology choices made in the project. When onboarding new team members to understand the tech stack. This skill helps ensure technology choices align with the established stack and provides a reference for all technical decisions.
2026-01-05
global-error-handling.md
6
1 export global-error-handling
2 coreyja from "coreyja/coreyja.com"
3 Implement robust error handling with user-friendly messages, specific exception types, centralized error boundaries, and graceful degradation strategies. Use this skill when implementing error handling logic in any part of the application. When writing try-catch blocks, error boundaries, or exception handlers. When validating input and failing fast with clear error messages. When handling API errors, network failures, or external service timeouts. When implementing retry strategies with exponential backoff. When ensuring resources are properly cleaned up in finally blocks. When displaying error messages to users without exposing technical details. This skill applies to all error handling across frontend and backend code.
2026-01-05
review-documentation.md
6
1 export review-documentation
2 feather-lang from "feather-lang/feather"
3 Use this skill when asked to review the package documentation of the Go implementation of Feather.
2026-01-05
mcp-server-management.md
6
1 export mcp-server-management
2 laurigates from "laurigates/dotfiles"
3 Intelligent MCP server installation and management. Suggests MCP servers based on project context and helps install them project-by-project. Use when configuring MCP servers or when project needs specific integrations.
2026-01-05
godot-animation-studio.md
6
1 export godot-animation-studio
2 hhhh124hhhh from "hhhh124hhhh/godot-mcp"
3 Godot 资源与动画创建专家,支持自然语言描述自动完成精灵导入、动画配置、特效制作、音效集成等资源工作
2026-01-05
frontend-accessibility.md
6
1 export frontend-accessibility
2 coreyja from "coreyja/coreyja.com"
3 Build accessible user interfaces with semantic HTML, proper ARIA attributes, keyboard navigation, and screen reader compatibility. Use this skill when creating or modifying HTML markup, UI components, forms, or interactive elements. When implementing keyboard navigation, focus management, or tab order. When adding alternative text for images or labels for form inputs. When ensuring sufficient color contrast ratios. When working with navigation menus, modals, buttons, or dynamic content. When structuring pages with proper heading hierarchy (h1-h6). When testing UI changes for screen reader compatibility.
2026-01-05
story-explanation.md
6
1 export story-explanation
2 jeffh from "jeffh/claude-plugins"
3 Create compelling story-format summaries using UltraThink to find the best narrative framing. Support multiple formats - 3-part narrative, n-length with inline links, abridged 5-line, or comprehensive via Foundry MCP. USE WHEN user says 'create story explanation', 'narrative summary', 'explain as a story', or wants content in Daniel's conversational first-person voice.
2026-01-05
playwright-browser-press-key.md
6
1 export playwright-browser-press-key
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To press a keyboard key in the page, send a key press for shortcuts or input behavior.
2026-01-05
dbcli-exec.md
6
1 export dbcli-exec
2 tteamtm from "tteamtm/dbcli"
3 Execute INSERT, UPDATE, DELETE statements on 30+ databases using DbCli. Includes mandatory backup procedures before destructive operations. Use when user needs to modify data, insert records, update fields, or delete rows. Always create backups first.
2026-01-05
dev-swarm-refine-mcp-skill-descriptions.md
6
1 export dev-swarm-refine-mcp-skill-descriptions
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Review and refine MCP skill descriptions to follow the agent skill specification, and record approved overrides in dev-swarm/mcp_descriptions.yaml. Use when the user asks to update one MCP skill description, all skills from a server, or all MCP skills.
2026-01-05
initiate-new-disorder-creation.md
6
1 export initiate-new-disorder-creation
2 monarch-initiative from "monarch-initiative/dismech"
3 Skill for initiating new disorder YAML files in the dismech knowledge base. Use this skill when the user asks to create a new disorder entry. Also useful for enhancing existing entries.
2026-01-05
obsidian-markdown-structure.md
6
1 export obsidian-markdown-structure
2 jykim from "jykim/claude-obsidian-skills"
3 Validate and enforce markdown document structure including frontmatter positioning, heading hierarchy, and content organization. Use when creating or validating markdown files.
2026-01-05
code-antipatterns-analysis.md
6
1 export code-antipatterns-analysis
2 laurigates from "laurigates/dotfiles"
3 Analyze codebases for anti-patterns, code smells, and quality issues using ast-grep structural pattern matching. Use when reviewing code quality, identifying technical debt, or performing comprehensive code analysis across JavaScript, TypeScript, Python, Vue, React, or other supported languages.
2026-01-05
dart-signature-help.md
6
1 export dart-signature-help
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To see function or method signatures at a cursor position, get signature help for the API being called.
2026-01-05
awslabs-aws-api-mcp-server-suggest-aws-commands.md
6
1 export awslabs-aws-api-mcp-server-suggest-aws-commands
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To get possible AWS CLI commands from a natural-language request, suggest candidate `aws ...` commands when the exact service, operation, or syntax is unclear; use before call-aws.
2026-01-05
ci-fix-failures.md
6
1 export ci-fix-failures
2 mvillmow from "mvillmow/ml-odyssey"
3 Diagnose and fix CI/CD failures by analyzing logs, reproducing locally, and applying fixes. Use when CI checks fail on pull requests.
2026-01-05
dart-add-roots.md
6
1 export dart-add-roots
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To register project roots for Dart tooling access, add one or more root paths before using other Dart tools on those projects.
2026-01-05
code-review.md
6
1 export code-review
2 Wizard1209 from "Wizard1209/letta-client-bot"
3 Reviews code changes with brief annotations. Use when user says "review code", "review changes", "what changed", or runs /code-review.
2026-01-05
fixing-templates.md
6
1 export fixing-templates
2 plvo from "plvo/create-faster"
3 Use when fixing template issues in create-faster - indentation, spacing, typos, or formatting problems in .hbs files
2026-01-05