name stringlengths 2 64 | description stringlengths 3 1.02k ⌀ | source stringclasses 6
values | path stringclasses 198
values | url stringlengths 29 246 | author stringlengths 2 33 ⌀ |
|---|---|---|---|---|---|
skill-creator | Creates new Claude Skills following Anthropic best practices with proper structure, progressive disclosure, and security. Activates when user mentions "create skill", "new skill", "skill for", "make a skill", "создать skill", "помоги создать skill", or wants to package expertise into reusable capability. Self-contained... | skillsmp.com | null | https://github.com/panagoa/kbd_translate/tree/main/.claude/skills/skill-creator | panagoa |
chronicle-assistant-guide | Project-agnostic guidance for AI assistants using Chronicle. Provides search-first directives, best practices, and workflow patterns across ALL Chronicle-tracked projects. Works with or without MCP server. | skillsmp.com | null | https://github.com/ChandlerHardy/chronicle/tree/main/chronicle-skills/chronicle-assistant-guide | ChandlerHardy |
chronicle-context-retriever | Search and retrieve context from past development sessions using Chronicle data. Works with MCP (fast, structured) or CLI commands (portable). Use when user asks about previous work, wants to recall past decisions, needs to understand codebase history, or wants to avoid repeating past approaches. | skillsmp.com | null | https://github.com/ChandlerHardy/chronicle/tree/main/chronicle-skills/chronicle-context-retriever | ChandlerHardy |
chronicle-project-tracker | Manage Chronicle project development using database-tracked milestones, next steps, and roadmap visualization. Works with MCP tools (fast, structured) or CLI commands (portable). Use when planning features, tracking progress, viewing roadmap, or linking sessions to milestones. Eliminates manual DEVELOPMENT_HISTORY.md u... | skillsmp.com | null | https://github.com/ChandlerHardy/chronicle/tree/main/chronicle-skills/chronicle-project-tracker | ChandlerHardy |
chronicle-remote-summarizer | Automate cross-system summarization workflow for Chronicle sessions. Export sessions from remote systems (like FreeBSD) and import/summarize on local machine with Gemini API. Use when you have sessions on a system without Gemini API access and need to summarize them on another machine. | skillsmp.com | null | https://github.com/ChandlerHardy/chronicle/tree/main/chronicle-skills/chronicle-remote-summarizer | ChandlerHardy |
chronicle-session-documenter | Document AI-assisted development sessions to Obsidian vault using Chronicle data. Works with MCP (fastest) or CLI commands (portable). Use when completing a coding session, creating development logs, or maintaining a knowledge base of past work. Automatically creates structured notes with metadata, summaries, and wikil... | skillsmp.com | null | https://github.com/ChandlerHardy/chronicle/tree/main/chronicle-skills/chronicle-session-documenter | ChandlerHardy |
chronicle-workflow | Complete workflow for tracking development work with Chronicle - session recording, git tracking, AI summarization, and Obsidian documentation. Works with CLI commands (portable) or MCP tools (faster). Use when starting a new development session, setting up project tracking, or when user wants comprehensive session man... | skillsmp.com | null | https://github.com/ChandlerHardy/chronicle/tree/main/chronicle-skills/chronicle-workflow | ChandlerHardy |
claude-expert | Essential reference for ALL Claude Code artifact work (Skills, Commands, Subagents, Hooks, Plugins). Automatically activates when creating, updating, validating, or discussing any Claude Code artifact. Provides complete specifications, YAML schemas, field definitions, creation workflows, decision frameworks, comparison... | skillsmp.com | null | https://github.com/eLafo/ouroboros/tree/main/skills/claude-expert | eLafo |
claude-researcher | Research, fetch, analyze, investigate, explain, and clarify official Claude Code documentation from code.claude.com. Retrieve and consult authoritative information about subagents, hooks, skills, commands, plugins, output styles, MCP servers, and best practices using WebFetch. Cross-reference multiple documentation pag... | skillsmp.com | null | https://github.com/eLafo/ouroboros/tree/main/skills/claude-researcher | eLafo |
command-builder | Guide creation of Claude Code Commands with step-by-step workflows, argument handling, frontmatter configuration, and testing. Ensures Commands follow best practices and correct YAML structure. Use when creating Commands, building slash commands, making user-triggered workflows, or when users want explicit command exec... | skillsmp.com | null | https://github.com/eLafo/ouroboros/tree/main/skills/command-builder | eLafo |
hook-builder | Guide Hook creation with mandatory security review checklist, event selection, and safety validation. Hooks execute arbitrary commands automatically and require careful security consideration. Use when creating Hooks, implementing pre-commit hooks, post-command hooks, automatic execution, event-driven workflows, or whe... | skillsmp.com | null | https://github.com/eLafo/ouroboros/tree/main/skills/hook-builder | eLafo |
skill-builder | Guide creation of Claude Code Skills with step-by-step workflows, description crafting, YAML generation, and activation testing. Help write effective descriptions with trigger keywords, validate configurations, and test activation patterns. Use when creating Skills, troubleshooting Skill activation, improving Skill des... | skillsmp.com | null | https://github.com/eLafo/ouroboros/tree/main/skills/skill-builder | eLafo |
subagent-builder | Guide creation of Claude Code Subagents with task scope definition, tool selection, system prompt design, and delegation patterns. Ensures proper subagent configuration with appropriate tool access and context isolation. Use when creating Subagents, delegating tasks, building specialized agents, or when users need isol... | skillsmp.com | null | https://github.com/eLafo/ouroboros/tree/main/skills/subagent-builder | eLafo |
seer-code-review | Analyze, validate, and fix issues identified by sentry bot in GitHub Pull Request reviews. Use this when asked to review or address sentry bot comments on PRs. Can review specific PRs by number or automatically find recent PRs with sentry comments. | skillsmp.com | null | https://github.com/codyde/sentry-claude-code-skills/tree/main/seer-code-review/seer-code-review | codyde |
cohere-v2-python | Master Cohere v2 Chat API with Python, specializing in entity extraction using JSON Schema mode for structured outputs. Use when extracting entities from text, building data extraction pipelines, implementing NER systems, or requiring validated JSON responses from LLMs. | skillsmp.com | null | https://github.com/ActiveInferenceInstitute/Journal-Utilities/tree/main/.claude/skills/cohere-v2-python | ActiveInferenceInstitute |
surrealdb-python | Master SurrealDB 2.3.x with Python for multi-model database operations including CRUD, graph relationships, vector search, and real-time queries. Use when working with SurrealDB databases, implementing graph traversal, semantic search with embeddings, or building RAG applications. | skillsmp.com | null | https://github.com/ActiveInferenceInstitute/Journal-Utilities/tree/main/.claude/skills/surrealdb-python | ActiveInferenceInstitute |
fhir-connectathon-notes | Testing toolkit for the FHIR Writing Clinical Notes specification at connectathons. Use when the user needs to test FHIR DocumentReference write operations, validate conformance with the Writing Clinical Notes spec, or participate in a FHIR connectathon for clinical notes. Includes templates, OAuth helpers, and automat... | skillsmp.com | null | https://github.com/jmandel/write-clinical-notes.skill | jmandel |
e2e-tester | End-to-end testing using Playwright MCP. Automate user workflows, take screenshots, validate UI/UX, perform visual regression testing, and verify complete user journeys. Use after feature implementation or before deployment. | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/e2e-tester | AlexBaum-ai |
git-operations | Advanced Git operations using Git MCP. Manage branches, analyze commit history, review changes, handle merges, investigate file history, and automate Git workflows. Use when working with version control, code reviews, or Git debugging. | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/git-operations | AlexBaum-ai |
memory-keeper | Persistent memory across sessions using Memory MCP. Store decisions, remember context, track project patterns, maintain knowledge base, and recall important information. Use when context needs to persist between sessions or when building project knowledge. | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/memory-keeper | AlexBaum-ai |
postgres-manager | Manage PostgreSQL databases using Postgres MCP. Query data, inspect schemas, analyze table structures, run migrations, debug database issues, and manage test data. Use when working with databases, debugging queries, or validating data integrity. | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/postgres-manager | AlexBaum-ai |
sentry-monitor | Monitor production errors using Sentry MCP. Query errors, analyze patterns, create issues, and verify error tracking is working. Use after deployment, when debugging production issues, or when verifying Sentry integration. | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/sentry-monitor | AlexBaum-ai |
spec-guardian | Ensure features are developed according to specifications by validating implementation against API docs, database schemas, and acceptance criteria. Use before starting implementation, during code review, or when verifying feature completeness. | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/spec-guardian | AlexBaum-ai |
sprint-reader | Read and parse sprint task data from JSON files in .claude/sprints/ directory. Use this skill when starting work on sprint tasks, checking task dependencies, or verifying task details before implementation. | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/sprint-reader | AlexBaum-ai |
task-tracker | Automatically update sprint task status in JSON files and PROGRESS.md. Use when starting a sprint task (mark in-progress), completing a task (mark completed), or encountering blockers (mark blocked). | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/task-tracker | AlexBaum-ai |
test-validator | Validate software functionality by running automated tests, checking endpoints, and verifying implementation against requirements. Use after implementing features, before marking tasks complete, or when deployment readiness needs verification. | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/test-validator | AlexBaum-ai |
todo-sync | Synchronize sprint tasks with the TodoWrite tool to provide real-time visibility into task progress. Use when starting a sprint task (create todos), breaking down work (add sub-tasks), or completing work (sync status). | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/todo-sync | AlexBaum-ai |
web-researcher | Research technical topics using Brave Search MCP. Find documentation, solutions to errors, best practices, library comparisons, API references, and current technical information. Use when you need up-to-date information beyond your knowledge cutoff. | skillsmp.com | null | https://github.com/AlexBaum-ai/NEURM/tree/master/.claude/skills/web-researcher | AlexBaum-ai |
building-blocks | Guide for creating new AEM Edge Delivery blocks or modifying existing blocks. Use this skill whenever you are creating a new block from scratch or making significant changes to existing blocks that involve JavaScript decoration, CSS styling, or content model changes. | skillsmp.com | null | https://github.com/blakebauman/aem-camp/tree/main/.claude/skills/building-blocks | blakebauman |
using-content-driven-development | Apply a Content Driven Development process to AEM Edge Delivery Services development. Use for all development tasks, including building new blocks, modifying existing blocks, making changes to core decoration functionality, etc. | skillsmp.com | null | https://github.com/blakebauman/aem-camp/tree/main/.claude/skills/content-driven-development | blakebauman |
modeling-content | Create effective content models for your blocks that are easy for authors to work with. Use this skill anytime you are building new blocks, making changes to existing blocks that modify the initial structure authors work with. | skillsmp.com | null | https://github.com/blakebauman/aem-camp/tree/main/.claude/skills/content-modeling | blakebauman |
testing-blocks | Guide for testing code changes in AEM Edge Delivery projects including blocks, scripts, and styles. Use this skill after making code changes and before opening a pull request to validate functionality. Covers unit testing for utilities and logic, browser testing with Playwright/Puppeteer, linting, performance validatio... | skillsmp.com | null | https://github.com/blakebauman/aem-camp/tree/main/.claude/skills/testing-blocks | blakebauman |
plantuml-manipulator | Structured manipulation of PlantUML sequence diagrams - insert blocks after groups, add participants, and validate diagram structures across multiple files simultaneously | skillsmp.com | null | https://github.com/skempken/plantuml-manipulator/tree/main/docs/skill | skempken |
shadcn-ui-theme | Apply pre-configured shadcn/ui themes with CSS variables. Use when user requests theme changes, color scheme updates, or design system modifications. Supports 17 themes including Default, Claude, Cyberpunk, Neo Brutalism, Supabase, Vercel, and more. | skillsmp.com | null | https://github.com/Manuelvillarvieites/local-studios-website/tree/main/.claude/skills/shadcn-ui-theme | Manuelvillarvieites |
website-builder | Complete SEO-optimized website creation workflow orchestrator. Coordinates SEO analysis (keywords, competitors), sitemap planning, shadcn component selection, theme application, and content optimization. Use when building websites, creating landing pages, designing web interfaces, optimizing for search engines, plannin... | skillsmp.com | null | https://github.com/Manuelvillarvieites/local-studios-website/tree/main/.claude/skills/website-builder | Manuelvillarvieites |
single-cell-rna-qc | Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations. Use when users request QC analysis, filtering low-quality cells, assessing data quality, or following scverse/scanpy best practices for single-cell analysis. | skillsmp.com | null | https://github.com/biocontext-ai/skill-to-mcp/tree/main/skills/single-cell-rna-qc | biocontext-ai |
help | Provides information about using the skill-to-mcp server and how to install additional skills | skillsmp.com | null | https://github.com/biocontext-ai/skill-to-mcp/tree/main/src/skill_to_mcp/default_skills/help | biocontext-ai |
backend-code-organisation | Kotlin backend layering and packaging guidelines | skillsmp.com | null | https://github.com/sids/airbot/tree/main/plugins/airbot-backend/skills/backend-code-organisation | sids |
kotlin-coroutines | Coroutine usage guardrails for Kotlin backend reviewers | skillsmp.com | null | https://github.com/sids/airbot/tree/main/plugins/airbot-backend/skills/kotlin-coroutines | sids |
sql-dao | SQL data access best practices for AIRBot reviewers | skillsmp.com | null | https://github.com/sids/airbot/tree/main/plugins/airbot-backend/skills/sql-dao | sids |
security-checklist | Security review guardrails for AIRBot | skillsmp.com | null | https://github.com/sids/airbot/tree/main/plugins/airbot-security/skills/security-checklist | sids |
test-coverage | Testing expectations for AIRBot reviewers | skillsmp.com | null | https://github.com/sids/airbot/tree/main/plugins/airbot-typescript/skills/test-coverage | sids |
ts-style | TypeScript style standards for AIRBot reviewers | skillsmp.com | null | https://github.com/sids/airbot/tree/main/plugins/airbot-typescript/skills/ts-style | sids |
bevy | This skill should be used when working on Bevy game engine projects. It provides specialized knowledge for Bevy's Entity Component System (ECS) architecture, component-driven design patterns, system ordering, UI development, build strategies, and common pitfalls. Use this skill when implementing game features, debuggin... | skillsmp.com | null | https://github.com/bfollington/terma/tree/main/skills/bevy | bfollington |
domain-driven-design | This skill should be used whenever domain modeling is taking place. It provides specialized guidance for type-driven and data-driven design based on Rich Hickey and Scott Wlaschin's principles. The skill helps contextualize current modeling within the existing domain model, identifies inconsistencies, builds ubiquitous... | skillsmp.com | null | https://github.com/bfollington/terma/tree/main/skills/domain-driven-design | bfollington |
godot | This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available f... | skillsmp.com | null | https://github.com/bfollington/terma/tree/main/skills/godot | bfollington |
shadertoy | This skill should be used when working with Shadertoy shaders, GLSL fragment shaders, or creating procedural graphics for the web. Use when writing .glsl files, implementing visual effects, creating generative art, or working with WebGL shader code. This skill provides GLSL ES syntax reference, common shader patterns, ... | skillsmp.com | null | https://github.com/bfollington/terma/tree/main/skills/shadertoy | bfollington |
skill-improver | This skill should be used at natural checkpoints (after completing complex tasks, at session end, or when friction occurs) to reflect on skill and process execution and identify targeted improvements. Use when experiencing confusion, repeated failures, or discovering new patterns that should be codified into skills for... | skillsmp.com | null | https://github.com/bfollington/terma/tree/main/skills/skill-improver | bfollington |
strudel | This skill should be used when working with Strudel.cc, a live-coding music environment. Use when creating musical patterns, drum sequences, melodies, basslines, or generative compositions. The user will always want to run Strudel code in the browser, either by copy-pasting or by providing a clickable URL with the code... | skillsmp.com | null | https://github.com/bfollington/terma/tree/main/skills/strudel | bfollington |
coverage-analyzer | Advanced coverage analysis with actionable insights. Use to identify coverage gaps, suggest specific tests, track coverage trends, and highlight critical uncovered code. Essential for reaching 80%+ coverage target. | skillsmp.com | null | https://github.com/Atyantik/python-modern-template/tree/main/.claude/skills/coverage-analyzer | Atyantik |
quality-fixer | Automatically apply safe quality fixes including formatting (Black, isort), linting (Ruff auto-fixes), and resolve formatter conflicts. Use when quality checks fail or before committing code. | skillsmp.com | null | https://github.com/Atyantik/python-modern-template/tree/main/.claude/skills/quality-fixer | Atyantik |
session-template | Apply task-specific templates to AI session plans using ai-update-plan. Use when starting a new task to load appropriate plan structure (feature, bugfix, refactor, documentation, security). | skillsmp.com | null | https://github.com/Atyantik/python-modern-template/tree/main/.claude/skills/session-template | Atyantik |
test-generator | Generate comprehensive test boilerplate following project TDD conventions. Use when creating new tests for modules, classes, or functions. Automatically creates tests with proper structure, type hints, docstrings, and AAA pattern. | skillsmp.com | null | https://github.com/Atyantik/python-modern-template/tree/main/.claude/skills/test-generator | Atyantik |
subgraph-explorer | Explore and query blockchain subgraphs through a private MCP server running in Docker. Use this skill when exploring GraphQL subgraphs, querying blockchain data from subgraphs (NFT transfers, DEX swaps, DeFi metrics), examining subgraph schemas, or exporting discovered queries for project use. The skill manages Docker-... | skillsmp.com | null | https://github.com/nschwermann/claude-tools/tree/master/subgraph-explorer/skills/subgraph-explorer | nschwermann |
cornell-notes | 将文本、URL或文件内容自动转换成美观的Cornell笔记HTML格式,包含Cue Column、Notes Column和Summary三部分,并自动更新index.html索引 | skillsmp.com | null | https://github.com/kevin-pics/notebook/tree/main/.claude-backup/skills/cornell-notes | kevin-pics |
commit-message-generator | Generate conventional commit messages from git diffs with clear summaries and detailed descriptions. Use when the user mentions commits, git commit, staging changes, writing commit messages, or wants to commit code. | skillsmp.com | null | https://github.com/mverab/claude-beyond-code/tree/main/.claude/skills/commit-message-generator | mverab |
documentation-structure-validator | Validate documentation structure, check for missing sections, verify markdown syntax, ensure consistency with templates. Use when user mentions docs validation, structure check, README review, documentation quality, or wants to verify documentation completeness. | skillsmp.com | null | https://github.com/mverab/claude-beyond-code/tree/main/.claude/skills/documentation-structure-validator | mverab |
incident-log-analyzer | Analyze incident logs, extract error patterns, identify root causes, generate insights and metrics. Use when user mentions logs, incidents, errors, failures, debugging, troubleshooting, log analysis, or investigating production issues. | skillsmp.com | null | https://github.com/mverab/claude-beyond-code/tree/main/.claude/skills/incident-log-analyzer | mverab |
git-helper | Advanced Git repository helper that provides branch analysis, commit statistics, and automated workflow suggestions. Use this skill when you need to analyze repository state, generate insights about commit patterns, or get recommendations for Git workflows. | skillsmp.com | null | https://github.com/Epistates/turboclaude/tree/main/crates/turboclaude-skills/skills/git-helper | Epistates |
implement-feature | This skill should be used when implementing non-trivial software features that require planning, review, testing, and documentation. It orchestrates a team of specialized development agents (Groucho, Chico, Zeppo, Harpo) through a rigorous 7-phase workflow to ensure features are properly architected, implemented, revie... | skillsmp.com | null | https://github.com/schuyler/duck-soup/tree/main/skills/implement-feature | schuyler |
cloud-deployment | Cloud deployment workflows for Vercel, AWS, Azure, and GCP. Use before deploying, when user says "deploy" or "ready to deploy". Ensures verification at each stage with comprehensive checklists. | skillsmp.com | null | https://github.com/Ingramml/racial-terror-map/tree/master/.claude/skills/generic-skills/cloud-deployment | Ingramml |
git-commit-message-helper | Generate conventional commit messages following best practices. Use when user is committing code, needs commit message help, or says "commit" or "create commit". Provides consistent commit formatting across projects. | skillsmp.com | null | https://github.com/Ingramml/racial-terror-map/tree/master/.claude/skills/generic-skills/commit-strategy | Ingramml |
generic-completion-report | Generate completion reports from template for any project. Use when phase complete, milestone reached, or user says "create completion report" or "phase done". Ensures standardized project documentation and progress tracking. | skillsmp.com | null | https://github.com/Ingramml/racial-terror-map/tree/master/.claude/skills/generic-skills/completion-report | Ingramml |
database-integration | Database integration patterns for SQL and NoSQL databases. Use when working with database schemas, queries, migrations, or ORM configurations. Supports PostgreSQL, BigQuery, MongoDB, MySQL with progressive disclosure. | skillsmp.com | null | https://github.com/Ingramml/racial-terror-map/tree/master/.claude/skills/generic-skills/database-integration | Ingramml |
documentation-structure | Organize project documentation following best practices. Use when setting up project docs, reorganizing documentation, or user says "documentation structure". Provides standard templates and organization. | skillsmp.com | null | https://github.com/Ingramml/racial-terror-map/tree/master/.claude/skills/generic-skills/documentation-structure | Ingramml |
generic-phase-planning | Template-based phase planning for any project. Use when user requests to start a new phase, create implementation plan, or begin major feature development. Ensures master plan consultation and structured planning workflow. | skillsmp.com | null | https://github.com/Ingramml/racial-terror-map/tree/master/.claude/skills/generic-skills/phase-planning | Ingramml |
testing-workflow | Test execution and verification workflows for any testing framework. Use when user says "run tests", "testing workflow", or before deployment. Ensures comprehensive testing coverage and verification. | skillsmp.com | null | https://github.com/Ingramml/racial-terror-map/tree/master/.claude/skills/generic-skills/testing-workflow | Ingramml |
resume-tailoring | Use when creating tailored resumes for job applications - researches company/role, creates optimized templates, conducts branching experience discovery to surface undocumented skills, and generates professional multi-format resumes from user's resume library while maintaining factual integrity | skillsmp.com | null | https://github.com/varunr89/resume-tailoring-skill | varunr89 |
gitlab | Ultimate comprehensive GitLab documentation covering ALL features - API, GraphQL, webhooks, CI/CD, runners, security, container registry, packages, pages, projects, merge requests, and more | skillsmp.com | null | https://github.com/lucacri/Claude-Gitlab-documentation/tree/main/gitlab-documentation-skill/skills/gitlab | lucacri |
backend-migrations | Create and manage database schema changes through versioned migration files with proper rollback support, zero-downtime deployment considerations, and backwards compatibility. Use this skill when creating migration files, modifying database schemas, adding/removing tables or columns, creating indexes, or working in mig... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/backend-migrations | grimmolf |
backend-models | Define database models and ORM classes with proper data types, relationships, constraints, and validation logic following framework conventions. Use this skill when working with model definitions, schema classes, entity files, or database table representations in files like models.py, entities.ts, schema.prisma, or mod... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/backend-models | grimmolf |
backend-queries | Write secure, performant database queries using parameterized statements, proper indexing, eager loading, and transaction management to prevent SQL injection and N+1 query problems. Use this skill when writing database queries, constructing SQL statements, using ORM query builders, optimizing database performance, or w... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/backend-queries | grimmolf |
frontend-accessibility | Ensure UI components are accessible to all users including those using assistive technologies through semantic HTML, keyboard navigation, ARIA attributes, color contrast, and screen reader compatibility. Use this skill when building UI components, forms, interactive elements, modals, or any frontend code in React, Vue,... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/frontend-accessibility | grimmolf |
frontend-components | Build reusable, composable UI components with single responsibilities, clear prop interfaces, proper state management, and minimal coupling. Use this skill when creating React, Vue, Angular, or web components with well-defined APIs, sensible defaults, and documentation. Applies to component files, component libraries, ... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/frontend-components | grimmolf |
frontend-css | Apply consistent CSS styling following project methodology (Tailwind, BEM, CSS Modules, utility classes) with minimal custom CSS, design system tokens, and performance optimization. Use this skill when writing styles in .css, .scss, .module.css files, applying Tailwind classes, maintaining design tokens, or working wit... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/frontend-css | grimmolf |
global-coding-style | Write reality-first code with intentional naming, small focused functions, automated formatting, and no speculative features. Use this skill when writing any code that needs clear structure, guard clauses, documented trade-offs, and deterministic side effects. Applies across all file types when making design decisions ... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/global-coding-style | grimmolf |
global-commenting | Write self-documenting code that explains itself through clear structure and naming, adding only minimal, evergreen comments for complex logic sections. Use this skill when deciding whether code needs comments, removing outdated temporal comments about changes/fixes, or writing concise explanations. Applies to all code... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/global-commenting | grimmolf |
global-error-handling | Implement loud failures with specific exception types, actionable error messages, centralized boundary handling, and graceful degradation with telemetry. Use this skill when writing try/catch blocks, error handlers, exception classes, logging statements, retry logic, or resource cleanup code. Applies to all error scena... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/global-error-handling | grimmolf |
testing-test-writing | Follow TDD cycle (RED-GREEN-REFACTOR) writing failing tests first, covering edge cases and error states, using explicit fixtures, and maintaining fast test suites with coverage gates. Use this skill when writing unit tests, integration tests, contract tests, or any test code in test files. Applies to test directories, ... | skillsmp.com | null | https://github.com/grimmolf/mga-soap-calculator/tree/main/.claude/skills/testing-test-writing | grimmolf |
major-platform-resources | Use this skill when the user wants to interact with databases (PostgreSQL), storage (Amazon S3), APIs (HubSpot CRM, custom REST APIs), or other external services. Provides secure invocation patterns through Major's API. | skillsmp.com | null | https://github.com/major-technology/basic-template/tree/main/.claude/skills/major-resources | major-technology |
code-patterns-practices | React Native coding patterns, best practices, and common solutions for mobile development. Use when implementing features or refactoring code. | skillsmp.com | null | https://github.com/BabakBar/VibeKeeper/tree/main/.claude/skills/code-patterns | BabakBar |
mobile-debugging | Debug React Native apps including metro bundler issues, native errors, performance problems, and crash analysis. Use when troubleshooting errors or investigating issues. | skillsmp.com | null | https://github.com/BabakBar/VibeKeeper/tree/main/.claude/skills/debugging | BabakBar |
project-setup-architecture | Set up project infrastructure including TypeScript, database, state management, navigation, and testing. Use when initializing new features or configuring development environment. | skillsmp.com | null | https://github.com/BabakBar/VibeKeeper/tree/main/.claude/skills/project-setup | BabakBar |
react-native-mobile-development | Build and manage React Native/Expo mobile apps including project setup, development workflows, and platform-specific guidance. Use when working on mobile app development, configuration, or running apps. | skillsmp.com | null | https://github.com/BabakBar/VibeKeeper/tree/main/.claude/skills/react-native-mobile | BabakBar |
mobile-testing | Write and run tests for React Native apps using Jest and React Native Testing Library. Use when creating tests, debugging failures, or setting up test infrastructure. | skillsmp.com | null | https://github.com/BabakBar/VibeKeeper/tree/main/.claude/skills/testing | BabakBar |
pl-cost-analysis | Calculate monthly COGS, cost percentages, and manager bonuses (COGS + Top Line) using NET SALES for accuracy and detailed inventory data for restaurant locations. | skillsmp.com | null | https://github.com/devinbostwick/Skills-pl-cost-analysis | devinbostwick |
frontend-orchestrator | Coordinates frontend development tasks (React, TypeScript, UI/UX). Use when implementing user interfaces, components, state management, or visual features. Applies frontend-standard.md for quality gates. | skillsmp.com | null | https://github.com/Brownbull/ayni_core/tree/main/.claude/skills/frontend-orchestrator | Brownbull |
human-docs-generator | Generates role-based human documentation (<1000 words per doc). Use when epics complete, breaking changes occur, or architecture decisions are made. Creates guides for developers, QA, DevOps, and business stakeholders. | skillsmp.com | null | https://github.com/Brownbull/ayni_core/tree/main/.claude/skills/human-docs-generator | Brownbull |
test-orchestrator | Coordinates testing strategy and execution across all test types. Use when creating test plans, implementing tests (unit/integration/E2E), or enforcing coverage requirements (80% minimum). Applies testing-requirements.md. | skillsmp.com | null | https://github.com/Brownbull/ayni_core/tree/main/.claude/skills/test-orchestrator | Brownbull |
google-calendar-sync | Manages Google Calendar through the Calendar API. Create, read, update, and delete events, manage multiple calendars, set reminders, handle recurring events, and sync with local schedules. Use when working with Google Calendar, scheduling events, checking availability, managing meetings, or automating calendar workflow... | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/google/google-calendar-sync | astoreyai |
google-docs-collaboration | Manages Google Docs, Sheets, and Slides through the Docs, Sheets, and Slides APIs. Create, read, and edit documents, spreadsheets, and presentations programmatically. Format content, manage collaboration, extract data, and automate document workflows. Use when working with Google Workspace documents, editing content, e... | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/google/google-docs-collaboration | astoreyai |
google-drive-management | Manages Google Drive files and folders through the Drive API. Search for files, read content, create and update documents, organize folders, manage permissions, and sync files. Use when working with Google Drive, uploading/downloading files, searching Drive content, or managing Drive organization. | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/google/google-drive-management | astoreyai |
google-gmail-integration | Manages Gmail through the Gmail API. Search and read emails, send messages, manage labels and filters, handle attachments, and automate email workflows. Use when working with Gmail, reading/sending emails, searching inbox, managing email organization, or processing email data. | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/google/google-gmail-integration | astoreyai |
obsidian-knowledge-capture | Transforms conversations and discussions into structured documentation notes in Obsidian. Captures insights, decisions, and knowledge from chat context, formats with appropriate templates and frontmatter, and saves to vault with proper tagging, linking, and organization for easy discovery. | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/obsidian/obsidian-knowledge-capture | astoreyai |
obsidian-meeting-prep | Prepares meeting materials by gathering context from Obsidian vault, enriching with research, and creating comprehensive meeting documentation. Generates both internal prep notes with background and external agendas with structure, all saved as properly linked markdown notes in vault. | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/obsidian/obsidian-meeting-prep | astoreyai |
obsidian-research-synthesis | Searches across Obsidian vault, synthesizes findings from multiple notes, and creates comprehensive research documentation. Gathers scattered information using filesystem search and dataview queries, analyzes content, and produces structured research reports with proper citations and wiki-links. | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/obsidian/obsidian-research-synthesis | astoreyai |
obsidian-spec-to-implementation | Transforms product or technical specifications into concrete implementation plans and task notes within Obsidian. Parses spec documents, extracts requirements, creates structured implementation plans with linked tasks, and manages development workflow from requirements to completion using markdown files and frontmatter... | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/obsidian/obsidian-spec-to-implementation | astoreyai |
claude-code-service | Run Claude Code as a background service, web server, or API endpoint instead of CLI. Enable always-on Claude assistance, web UI access, API integrations, scheduled tasks, and automated workflows. Transform Claude Code from command-line tool to persistent service infrastructure. | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/utility/claude-code-service | astoreyai |
smart-screenshot | Intelligent screenshot and screen capture with OCR, markdown conversion, and annotation. Triggered by PrtSc key, captures screen regions, extracts text with OCR, converts to markdown using MarkItDown, saves with auto-formatting. Similar to Windows Snipping Tool with AI enhancements for text extraction and document proc... | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/utility/smart-screenshot | astoreyai |
stt-transcription | Speech-to-text transcription using multiple engines (Whisper, Google Speech, Azure, AssemblyAI). Record audio, transcribe files, real-time transcription, speaker diarization, timestamps, and multi-language support. Use for meeting transcription, voice notes, audio file processing, or accessibility features. | skillsmp.com | null | https://github.com/astoreyai/claude-skills/tree/master/skills/utility/stt-transcription | astoreyai |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.