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 โ |
|---|---|---|---|---|---|
simplification-cascades | Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z" | skillsmp.com | null | https://github.com/nibsbin/quillmark/tree/main/.claude/skills/simplification-cascades | nibsbin |
fly | Deploy and manage the photography portfolio backend on fly.io. Use when deploying the app, checking logs, checking status, scaling machines, or managing the fly.io deployment. | skillsmp.com | null | https://github.com/bs7280/photo-portfolio/tree/main/.claude/skills/fly | bs7280 |
migration | Create reversible database migrations with rollback scripts. Use when modifying database schemas. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/implementation/migration | vneseyoungster |
pattern-detection | Detect and document existing code patterns in a codebase. Use to maintain consistency with established conventions when writing new code. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/research/pattern-detection | vneseyoungster |
security-scan | Scan code for OWASP vulnerabilities and security issues. Use for security-sensitive implementations. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/validation/security-scan | vneseyoungster |
task-breakdown | Break down high-level plans into specific tasks with file paths, line numbers, and verification steps. Creates execution-ready implementation plans. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/planning/task-breakdown | vneseyoungster |
codebase-mapping | Generate structured codebase maps with dependency graphs, file relationships, and architectural patterns. Use when exploring unfamiliar codebases or documenting project structure. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/research/codebase-mapping | vneseyoungster |
architecture-planning | Create detailed architecture plans with decision records and risk assessments. Use when planning significant features or system changes. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/planning/architecture-planning | vneseyoungster |
code-review | Review code for quality, security, performance, and maintainability. Auto-activate after code modifications. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/validation/code-review | vneseyoungster |
requirement-clarification | Generate clarifying questions from research findings. MUST be used before planning phase. Validates requirements are complete and unambiguous before technical work begins. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/questioning/requirement-clarification | vneseyoungster |
user-intent-parser | Parse user requirements into structured format with explicit assumptions, constraints, and acceptance criteria. Use when initial requirements are ambiguous or informal. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/questioning/user-intent-parser | vneseyoungster |
documentation | Generate and update documentation from code. Use after successful implementation. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/validation/documentation | vneseyoungster |
systematic-debugging | Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/systematic-debugging | vneseyoungster |
context-preservation | Generate structured handoff summaries between workflow phases. Use when transitioning between RQPIV phases. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/shared/context-preservation | vneseyoungster |
dependency-analysis | Analyze project dependencies for security vulnerabilities, outdated packages, and upgrade paths. Use when auditing dependencies or planning upgrades. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/research/dependency-analysis | vneseyoungster |
figma-analyzer | Extract design assets and metadata from Figma using the Figma REST API. Supports exporting frames/components as images, extracting node metadata, design tokens, and file structure. Use with ai-multimodal skill for comprehensive UI research. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/figma-analyzer | vneseyoungster |
git-workflow | Follow git conventions for commits, branches, and PRs. Auto-activated during git operations. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/shared/git-workflow | vneseyoungster |
error-handling | Implement consistent error handling across the application. Use when adding try-catch blocks, error boundaries, or custom error classes. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/implementation/error-handling | vneseyoungster |
clean-code | Enforce SOLID, DRY, KISS principles during implementation. Auto-activated when writing or modifying code. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/implementation/clean-code | vneseyoungster |
component-design | Design React/Vue components following atomic design and composition patterns. Use when creating UI components. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/implementation/component-design | vneseyoungster |
test-generation | Generate comprehensive tests following project testing patterns. Use after implementing features. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/validation/test-generation | vneseyoungster |
api-design | Design RESTful APIs following conventions with proper error handling, versioning, and documentation. Use when creating or modifying API endpoints. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/implementation/api-design | vneseyoungster |
project-documentation | Comprehensive codebase documentation generator following a layered methodology. This skill should be used when scanning and documenting a codebase for the first time, when creating onboarding documentation for new developers, when generating architecture overviews, walkthroughs, and API references. Supports README gene... | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/documentation/project-documentation | vneseyoungster |
brainstorming | You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. | skillsmp.com | null | https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/brainstorming | vneseyoungster |
api-contract-change-end-to-end | Use this when changing REST endpoints so Rust DTOs, UI DTOs, OpenAPI, and docs stay in sync. | skillsmp.com | null | https://github.com/localtaskrepo/lotar/tree/main/.github/skills/api-contract-change-end-to-end | localtaskrepo |
vitest-targeted-testing | Use this when adding/fixing UI or smoke tests; prefer targeted Vitest runs first, then widen. | skillsmp.com | null | https://github.com/localtaskrepo/lotar/tree/main/.github/skills/vitest-targeted-testing | localtaskrepo |
local-dev-serve-troubleshooting | Use this to run and debug the UI + server locally (Vite dev server, `lotar serve`, ports, SSE). | skillsmp.com | null | https://github.com/localtaskrepo/lotar/tree/main/.github/skills/local-dev-serve-troubleshooting | localtaskrepo |
lotar-task-tracking | Use this to create and maintain LoTaR tasks for work tracking, with minimal friction and consistent updates. | skillsmp.com | null | https://github.com/localtaskrepo/lotar/tree/main/.github/skills/lotar-task-tracking | localtaskrepo |
smoke-suite-debugging | Use this when smoke tests fail (binary/web assets, Playwright setup, server lifecycle, ports, env vars). | skillsmp.com | null | https://github.com/localtaskrepo/lotar/tree/main/.github/skills/smoke-suite-debugging | localtaskrepo |
nextest-targeted-testing | Use this to run the Rust suite quickly with `cargo nextest`, starting targeted and widening to full CI parity. | skillsmp.com | null | https://github.com/localtaskrepo/lotar/tree/main/.github/skills/nextest-targeted-testing | localtaskrepo |
skill-discovery | Use this at the start of non-trivial work to quickly load the right runbooks (skills + path-scoped instructions) before making changes. | skillsmp.com | null | https://github.com/localtaskrepo/lotar/tree/main/.github/skills/skill-discovery | localtaskrepo |
agent-friendly-commands | Use these when you want low-noise lint/test output (good for LLM/CI logs) while staying aligned with repo policy. | skillsmp.com | null | https://github.com/localtaskrepo/lotar/tree/main/.github/skills/agent-friendly-commands | localtaskrepo |
firebase | Google's mobile and web application development platform. | skillsmp.com | null | https://github.com/MemoryReload/mySkillConfigs/tree/main/output/Firebase | MemoryReload |
wcdb | Use when working with wcdb | skillsmp.com | null | https://github.com/MemoryReload/mySkillConfigs/tree/main/output/wcdb | MemoryReload |
yytext | GitHub repository skill for ibireme/YYText | skillsmp.com | null | https://github.com/MemoryReload/mySkillConfigs/tree/main/output/YYText | MemoryReload |
smartcodable | Use when working with SmartCodable | skillsmp.com | null | https://github.com/MemoryReload/mySkillConfigs/tree/main/output/SmartCodable | MemoryReload |
firebase-ios | Firebase SDK documentation for iOS and Swift development, covering authentication, databases, cloud messaging, analytics, and more. | skillsmp.com | null | https://github.com/MemoryReload/mySkillConfigs/tree/main/output/Firebase-iOS | MemoryReload |
visual-qa | Complete visual QA - screenshots with full-page scroll to trigger animations, then analyze with Claude. Run after CSS/template changes. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/visual-qa | CrazySwami |
wordpress-admin | Full WordPress site management - create pages/posts, configure SEO (Yoast), upload media, manage settings. Use when creating content, setting up SEO, or managing any WordPress site. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/wordpress-admin | CrazySwami |
white-label | Complete WordPress white-labeling using FREE plugins only - ASE, Branda, White Label CMS, Admin Menu Editor. Covers login page branding, admin cleanup, security hardening, and client handoff preparation. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/white-label | CrazySwami |
form-testing | Test WordPress form submissions and email delivery. Validates contact forms, checks WP Mail SMTP configuration, and sends test emails. Use when verifying form functionality or troubleshooting email delivery issues. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/form-testing | CrazySwami |
gsap-animations | GSAP animation best practices for web design - scroll triggers, performance optimization, accessibility, responsive animations, and testing integration. Use when implementing or reviewing animations on WordPress or any web project. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/gsap-animations | CrazySwami |
wordpress-dev | WordPress development best practices - coding standards, custom post types, security, performance, hooks/filters, and template hierarchy. Use for any WordPress theme or plugin development guidance. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/wordpress-dev | CrazySwami |
wp-playground | WordPress Playground for instant browser-based WordPress testing. Use for quick demos, plugin testing, or ephemeral development environments without Docker. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/wp-playground | CrazySwami |
wp-docker | Docker-based WordPress development environment. Use when setting up new WordPress sites, managing Docker containers, or automating site deployment with WP-CLI. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/wp-docker | CrazySwami |
seo-optimizer | Audit and optimize WordPress SEO (Yoast/Rank Math) - checks focus keywords, meta descriptions, featured images. Uses Unsplash API for missing images. Run on all pages/posts to identify and fix SEO issues. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/seo-optimizer | CrazySwami |
brand-guide | Generate and maintain brand style guides - colors, fonts, imagery, voice/tone, responsive specs. Use when documenting brand identity or creating style guide pages. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/brand-guide | CrazySwami |
wp-performance | WordPress performance optimization - Core Web Vitals, image/video compression, caching, asset optimization, and speed testing. Use when optimizing site speed or diagnosing performance issues. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/wp-performance | CrazySwami |
wp-orchestrator | Master WordPress project orchestrator - coordinates all WordPress skills for complete site setup, audit, and optimization. Use for new project setup, site audits, or comprehensive reviews. Runs interview phases and manages todo lists. | skillsmp.com | null | https://github.com/CrazySwami/wordpress-dev-skills/tree/main/skills/wp-orchestrator | CrazySwami |
miro-sdk-integration | Use when working with Miro SDK v2 operations, board manipulation, creating shapes, text, frames, or syncing data between Miro and database. Helps implement features for master board, project rows, and client reports. | skillsmp.com | null | https://github.com/wendleyw/brianna-dawes-studio-app/tree/main/.claude/skills/miro-sdk-integration | wendleyw |
supabase-patterns | Use when working with Supabase database queries, RLS policies, Edge Functions, migrations, real-time subscriptions, or storage. Ensures best practices for backend operations and data security. | skillsmp.com | null | https://github.com/wendleyw/brianna-dawes-studio-app/tree/main/.claude/skills/supabase-patterns | wendleyw |
typescript-strict-checks | Use when fixing TypeScript errors, implementing new features, or reviewing code. Ensures adherence to strict mode with noUncheckedIndexedAccess and exactOptionalPropertyTypes. Automatically applied to all TypeScript work. | skillsmp.com | null | https://github.com/wendleyw/brianna-dawes-studio-app/tree/main/.claude/skills/typescript-strict-checks | wendleyw |
agentic-structure | Collaborative programming framework for production-ready development. Use when starting features, writing code, handling security/errors, adding comments, discussing requirements, or encountering knowledge gaps. Applies to all development tasks for clear, safe, maintainable code. | skillsmp.com | null | https://github.com/BackGwa/Agentic-Structure/tree/main/plugins/skills/agentic-structure | BackGwa |
art | Visual content generation with Excalidraw hand-drawn aesthetic. USE WHEN user wants diagrams, visualizations, comics, or editorial illustrations. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.claude/skills/Art | edheltzel |
createskill | Create and validate skills. USE WHEN create skill, new skill, skill structure, canonicalize. SkillSearch('createskill') for docs. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.claude/skills/CreateSkill | edheltzel |
frontend-design | Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.config/opencode/skill/frontend-design | edheltzel |
converting-slash-commands | Convert Claude Code slash commands to OpenCode commands format. Use when migrating from Claude Code to OpenCode or when you have existing slash command definitions to port. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.claude/skills/converting-slash-commands | edheltzel |
agents | Dynamic agent composition and management system. USE WHEN user says create custom agents, spin up custom agents, specialized agents, OR asks for agent personalities, available traits, agent voices. Handles custom agent creation, personality assignment, voice mapping, and parallel agent orchestration. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.claude/skills/Agents | edheltzel |
prompting | Meta-prompting system for dynamic prompt generation using templates, standards, and patterns. USE WHEN meta-prompting, template generation, prompt optimization, or programmatic prompt composition. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.claude/skills/Prompting | edheltzel |
browser | Code-first browser automation and web verification. USE WHEN browser, screenshot, navigate, web testing, verify UI, VERIFY phase. Replaces Playwright MCP with 99% token savings. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.claude/skills/Browser | edheltzel |
converting-claude-subagents | Convert Claude Code Subagents to OpenCode Agents format. Use when migrating from Claude Code to OpenCode or when you have existing subagent definitions to port. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.claude/skills/converting-claude-subagents | edheltzel |
core | Personal AI Infrastructure core. AUTO-LOADS at session start. USE WHEN any session begins OR user asks about identity, response format, contacts, stack preferences. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.claude/skills/CORE | edheltzel |
creating-claude-skills | Design and create Claude Skills for this Rails event-sourced codebase. Use when you need to capture repeatable workflows, complex multi-step processes, or domain-specific patterns that Claude should handle consistently. | skillsmp.com | null | https://github.com/edheltzel/atlas/tree/master/.claude/skills/creating-claude-skills | edheltzel |
crossplane-renderer | Renders and validates Crossplane compositions with security and policy checks. Automatically activates when testing compositions, rendering examples, or validating resources with Polaris, kube-linter, and Datree. Works standalone or as part of complete KCL validation workflow. | skillsmp.com | null | https://github.com/Smana/cloud-native-ref/tree/main/.claude/skills/crossplane-renderer | Smana |
kcl-composition-validator | Validates KCL Crossplane compositions with comprehensive checks including formatting, syntax validation, and rendering tests. Automatically activates when working with KCL files, Crossplane compositions, or before commits touching infrastructure/base/crossplane/configuration/. Prevents CI failures and catches critical ... | skillsmp.com | null | https://github.com/Smana/cloud-native-ref/tree/main/.claude/skills/kcl-composition-validator | Smana |
slim-meeting-agenda | Write comprehensive meeting agendas by orchestrating context gathering from previous summaries, querying external services (GitHub, Slack, etc. via TECH.md), and matching custom format templates. Automatically identifies and suggests generation of missing meeting summaries. Use when preparing for upcoming meetings and ... | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-meeting-agenda | NASA-AMMOS |
slim-project-aware-workspace | Sets up a folder based project-aware workspace area on local disk with date-organized dynamic folders for project-aware skill execution and a static folder for relevant information about a project such as personnel, project background, meeting information, products, repos etc. This skill is a foundation skill that sets... | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-project-aware-workspace | NASA-AMMOS |
slim-executive-summary | Generate comprehensive executive summaries from workspace communication files using AI analysis with automatic context discovery | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-executive-summary | NASA-AMMOS |
slim-issue-templates | Add standardized GitHub issue templates for bug reports and feature requests | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-issue-templates | NASA-AMMOS |
slim-contributing-guide | Create comprehensive contributing guides for open source projects with customizable templates, including guidance for developers, documentation contributors, issue reporters, and community reviewers. Use when helping projects establish clear contribution workflows, onboard new contributors, set up development processes... | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-contributing-guide | NASA-AMMOS |
slim-skill-creator | Meta-skill for creating and integrating new best practices (skills, agents, MCP servers) into the SLIM marketplace with dependency tracking and automated registry updates. Use when users want to create custom skills, develop specialized workflows, build skill templates, add new capabilities to SLIM, create project-spec... | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-skill-creator | NASA-AMMOS |
slim-governance | Create governance models and structures for open source projects with team-specific templates for small, medium, and large teams, including NASA/government compliance guidance | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-governance | NASA-AMMOS |
slim-container-vulnerability-scanning | Implement container and dependency vulnerability scanning using Grype for automated security testing in development workflows, CI/CD pipelines, and repository maintenance. Use when setting up security scanning, adding vulnerability detection to projects, implementing pre-commit hooks for security, or scanning Docker co... | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-container-vulnerability-scanning | NASA-AMMOS |
slim-continuous-testing | Implement comprehensive continuous testing strategies with documentation templates and automated pre-commit configurations for static analysis, security scanning, and code quality checks across multiple programming languages. Use when projects need testing automation setup, documentation templates for testing procedure... | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-continuous-testing | NASA-AMMOS |
slim-website | AI-powered website generator that analyzes your project content and creates customized Docusaurus documentation websites. Use when you want to automatically generate a professional website based on your project's code, documentation, and other materials. Handles content analysis, template customization, and intelligent... | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-website | NASA-AMMOS |
slim-code-of-conduct | Create and implement code of conduct and collaboration policies using Contributor Covenant standards, with specialized templates for scientific research environments and academic citation. Use when establishing team culture, promoting inclusive communities, implementing governance policies, or setting up collaboration ... | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-code-of-conduct | NASA-AMMOS |
slim-changelog | Create and maintain human-readable changelogs for software projects using Keep a Changelog standards. Use when creating project changelogs, documenting releases, managing version history, or establishing transparent communication about software changes for users and contributors. | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-changelog | NASA-AMMOS |
slim-meeting-summary | Write comprehensive meeting summaries with action items from meeting notes, transcripts, or agendas. Automatically fulfills actionable tasks using available tools discovered from TECH.md (MCP servers, APIs, local scripts) and provides guidance for manual tasks. Use when creating meeting summaries, extracting action ite... | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-meeting-summary | NASA-AMMOS |
slim-readme | Create a comprehensive README.md template for your project | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-readme | NASA-AMMOS |
slim-license | Detect project type and add appropriate NASA/Open Source licenses | skillsmp.com | null | https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/slim-license | NASA-AMMOS |
health-assistant | Health thinking partner. Use when user has health questions, describes symptoms, wants to prepare for an appointment, or is setting up their health project. | skillsmp.com | null | https://github.com/kmunki/health-skills/tree/master/skills/health-assistant | kmunki |
documentation-automation | Automatically maintains project documentation including CHANGELOG.md, README files, inline code documentation, and cross-references. Use proactively after implementing features, fixing bugs, making API changes, or completing significant work. Updates CHANGELOG.md with conventional commit format, adds README sections fo... | skillsmp.com | null | https://github.com/ecto/muni/tree/main/.claude/skills/documentation-automation | ecto |
mcu-embedded-review | Reviews embedded Rust firmware for RP2350 (Raspberry Pi Pico 2 W) and ESP32-S3 (Heltec) microcontrollers with focus on Embassy async runtime, memory constraints, LED control, CAN attachment protocols, and SLCAN bridging. Use when reviewing MCU firmware changes, debugging LED controller issues, evaluating Embassy async ... | skillsmp.com | null | https://github.com/ecto/muni/tree/main/.claude/skills/mcu-embedded-review | ecto |
console-frontend-review | Reviews React/TypeScript code for the depot console web application with focus on real-time rover teleoperation, state management, WebSocket communication, and 3D visualization. Use when reviewing console frontend changes, debugging teleop UI issues, optimizing rendering performance, validating WebSocket protocols, che... | skillsmp.com | null | https://github.com/ecto/muni/tree/main/.claude/skills/console-frontend-review | ecto |
firmware-review | Reviews Rust firmware code for the BVR (Base Vectoring Rover) with focus on safety-critical systems, CAN bus protocol compliance, motor control logic, state machine correctness, and embedded testing patterns. Use when reviewing BVR firmware changes, debugging actuator control, testing motor communication, validating sa... | skillsmp.com | null | https://github.com/ecto/muni/tree/main/.claude/skills/firmware-review | ecto |
complete-task | Complete the next task in the TODO.md file | skillsmp.com | null | https://github.com/deybhayden/dotfiles/tree/main/.claude/skills/complete-task | deybhayden |
create-task | Create a task and add it to the master TODO.md file | skillsmp.com | null | https://github.com/deybhayden/dotfiles/tree/main/.claude/skills/create-task | deybhayden |
code-review | Do a code-review on outstanding changes | skillsmp.com | null | https://github.com/deybhayden/dotfiles/tree/main/.claude/skills/code-review | deybhayden |
complete-all-tasks | Complete all tasks in order in the TODO.md file. | skillsmp.com | null | https://github.com/deybhayden/dotfiles/tree/main/.claude/skills/complete-all-tasks | deybhayden |
kanban-architect | Kanban Architect role. USE WHEN user says /kanban-architect OR wants to plan, assign, or monitor kanban tasks. | skillsmp.com | null | https://github.com/SimonBlancoE/kanban-mcp/tree/main/.claude/skills/kanban-architect | SimonBlancoE |
kanban-qa | Kanban QA role. USE WHEN user says /kanban-qa OR wants to review completed kanban tasks. | skillsmp.com | null | https://github.com/SimonBlancoE/kanban-mcp/tree/main/.claude/skills/kanban-qa | SimonBlancoE |
kanban-sprint | Kanban Sprint orchestrator. USE WHEN user says /kanban-sprint OR wants to run a full automated development cycle. | skillsmp.com | null | https://github.com/SimonBlancoE/kanban-mcp/tree/main/.claude/skills/kanban-sprint | SimonBlancoE |
kanban-review-loop | Kanban continuous health monitoring daemon. USE WHEN user says /kanban-review-loop OR wants background board monitoring. | skillsmp.com | null | https://github.com/SimonBlancoE/kanban-mcp/tree/main/.claude/skills/kanban-review-loop | SimonBlancoE |
kanban-agent | Kanban Agent role. USE WHEN user says /kanban-agent OR wants to work on assigned kanban tasks as an agent. | skillsmp.com | null | https://github.com/SimonBlancoE/kanban-mcp/tree/main/.claude/skills/kanban-agent | SimonBlancoE |
moonbit-refactoring | Refactor MoonBit codebases by minimizing public APIs, modularizing packages, converting free functions to methods/chaining, using ArrayView/StringView pattern matching, adding Dafny-style loop specs, and improving tests/coverage without regressions. Use when asked to refactor or modernize MoonBit projects. | skillsmp.com | null | https://github.com/bobzhang/moonbit-refactoring | bobzhang |
sample-skill | ๊ฐ๋จํ ์คํฌ ์์ | skillsmp.com | null | https://github.com/jykim/ai4pkm-vault/tree/main/Personal/ํ๊ธธ๋/Skills/sample-skill | jykim |
deep-research | OpenAI Deep Research API๋ฅผ ํ์ฉํ ํ์ ๋ฆฌ์์น. ๋
ผ๋ฌธ, ์ํฐํด ๋ฑ ๊น์ด ์๋ ์กฐ์ฌ๊ฐ ํ์ํ ๋ ์ฌ์ฉ. | skillsmp.com | null | https://github.com/jykim/ai4pkm-vault/tree/main/Personal/๊น์ง์/Skills/deep-research | jykim |
multi-agent-patterns | Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality. | skillsmp.com | null | https://github.com/ken-cavanagh-glean/fieldkit/tree/main/skills/context-engineering/multi-agent-patterns | ken-cavanagh-glean |
memory-systems | Design and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge. | skillsmp.com | null | https://github.com/ken-cavanagh-glean/fieldkit/tree/main/skills/context-engineering/memory-systems | ken-cavanagh-glean |
glean-mcp | Glean MCP is the primary tool for enterprise context. Use chat to talk to the Glean guideโan AI agent who searches the user's internal enterprise knowledge graph for you. Use search for precise queries. Specialized tools: employee_search (people/org), meeting_lookup (calendar), gmail_search (email), code_search (repos)... | skillsmp.com | null | https://github.com/ken-cavanagh-glean/fieldkit/tree/main/skills/glean-mcp | ken-cavanagh-glean |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.