Ggithubv1.0.6MCP ServerMCP RegistryManage repositories, users, releases, and automate GitHub workflowsstdiopypiociregistry 收录
Ddatabase-schemavmainSkillSkillsMPSchema awareness - read before coding, type generation, prevent column errorssource在 SkillsMP 查看
Aapi-diffvmainSkillSkillsMPDownload, inspect, and diff .NET APIs for a given build or release. Use `dotnet-inspect` to verify that APIs actually exist in the shipped packages, detect missed reverts, and generate before/after API diffs. Use `RunApiDiff.ps1` when a full markdown diff report is needed.source在 SkillsMP 查看
Ccode-refactorvmainSkillSkillsMP基于 Martin Fowler 方法论的系统化代码重构 skill。适用于用户请求重构代码、改进代码结构、减少技术债、清理旧代码、消除 code smell 或提升可维护性时。这个 skill 采用分阶段、带研究与计划的安全增量实施方式。source在 SkillsMP 查看
Aapi-documentation-generatorvmainSkillSkillsMP从源代码生成全面且准确的 API 文档。适用于创建或更新 API 文档、生成 OpenAPI 规范,或在用户提到 API 文档、端点或说明时使用。source在 SkillsMP 查看
Aapi-resource-lifecyclevmainSkillSkillsMPGuides CRUD operations for API resources with cascading dependencies, descriptive validation, and orphan prevention. Use when adding delete/remove operations, creating validation logic, building resources that depend on other resources, or when the user mentions "cascade delete", "orphan records", "duplicate detection", "validation errors", "resource cleanup", or "rollback on failure".source在 SkillsMP 查看
Ccode-refactorvmainSkillSkillsMPRefactor code có hệ thống dựa trên phương pháp luận của Martin Fowler. Sử dụng khi người dùng yêu cầu refactor code, cải thiện cấu trúc code, giảm nợ kỹ thuật, dọn code legacy, loại bỏ code smells, hoặc cải thiện khả năng duy trì code. Skill này hướng dẫn qua cách tiếp theo từng giai đoạn với nghiên cứu, lập kế hoạch, và triển khai tăng dần an toàn.source在 SkillsMP 查看
Ddatabase-lateral-pivotvmasterSkillSkillsMP数据库横向移动与跨库攻击。当已获取一个数据库权限(PostgreSQL/MySQL/MSSQL)需要横向到其他数据库或内网服务时使用。覆盖 PostgreSQL dblink 跨库连接、MSSQL Linked Server 横向、MySQL 联邦引擎跨库、数据库→SSRF→内网探测。当目标网络隔离但数据库可通信时(数据库通常有比应用服务器更宽松的网络策略),这是突破隔离的关键路径。发现任何数据库间通信需求、内网数据库横向、跨库查询场景都应使用此技能source在 SkillsMP 查看
Ssql-queryvdevSkillSkillsMP当用户提出数据查询需求(如'查数'、'查一下订单量'、'有多少用户'、'帮我跑个SQL'等),使用数据源工具发现表结构,生成并执行只读 SQL 查询。source在 SkillsMP 查看
Ssql-queryvdevSkillSkillsMP当用户提出数据查询需求(如'查数'、'查一下订单量'、'有多少用户'、'帮我跑个SQL'等),使用数据源工具发现表结构,生成并执行只读 SQL 查询。source在 SkillsMP 查看
Aautomation-audit-opsvmainSkillSkillsMPEvidence-first automation inventory and overlap audit workflow for ECC. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything.source在 SkillsMP 查看
Rreview-changevmasterSkillSkillsMPMulti-layer adversarial code review of a diff or branch using parallel specialized reviewers with triagesource在 SkillsMP 查看
Ccss-layoutvmainSkillSkillsMPCreate or fix layouts using modern CSS Grid, Flexbox, container queries, and logical properties. Includes a Grid vs Flexbox decision tree and patterns for common layouts. Use when the user asks for a CSS layout, grid layout, flexbox layout, sidebar layout, holy grail, card grid, centering, or layout fix.source在 SkillsMP 查看
Ccss-auditvmainSkillSkillsMPDeep CSS quality audit that scores architecture, specificity, redundancy, accessibility, performance, and modernity on a 0-10 scale. Flags anti-patterns and generates a prioritized fix plan. Report-only — does not modify code. Use when the user asks for a CSS audit, CSS review, stylesheet quality check, CSS health check, or CSS score.source在 SkillsMP 查看
Ccss-animatevmainSkillSkillsMPCreate performant CSS animations using composited properties, scroll-driven animations, View Transitions, and @keyframes choreography. Always includes prefers-reduced-motion fallback. Use when the user asks for CSS animation, transition, scroll animation, view transition, keyframes, hover effect, entrance animation, or motion design.source在 SkillsMP 查看
Ccss-debugvmainSkillSkillsMPSystematic CSS debugging. Covers specificity analysis, inheritance tracing, computed value inspection, layout debugging (overflow, unexpected sizing, collapsing margins), CSS containment issues, z-index stacking context mapping, custom property resolution chains, and paint/layout performance diagnosis. Uses outline technique for visual debugging. Use when debugging CSS, fixing layout bugs, resolving specificity conflicts, tracing z-index issues, or diagnosing rendering performance.source在 SkillsMP 查看
Ccss-a11yvmainSkillSkillsMPCSS accessibility audit and fixes. Checks focus-visible styles, reduced motion support, contrast preferences, forced-colors mode, visually-hidden patterns, touch target sizes, color contrast ratios, color-only indicators, skip links, and reading order. Use when auditing accessibility, fixing a11y issues, adding focus styles, supporting reduced motion, improving contrast, or making CSS accessible.source在 SkillsMP 查看
Ccss-themevmainSkillSkillsMPBuild theming systems with modern CSS. Covers custom properties architecture (primitive, semantic, component tokens), oklch/oklab color spaces, color-mix() for tints and shades, light-dark() for automatic dark mode, @property for typed custom properties, multiple theme support, contrast themes, and forced-colors mode. Use when building a theme, adding dark mode, creating color systems, setting up design tokens, or implementing color schemes.source在 SkillsMP 查看
Ccss-responsivevmainSkillSkillsMPModern responsive design using container queries, fluid typography, responsive images, logical properties, viewport units, intrinsic sizing, and preference queries. Prioritizes container queries over media queries. Use when the user asks for responsive CSS, responsive design, mobile layout, fluid typography, responsive images, dark mode, prefers-reduced-motion, or adaptive design.source在 SkillsMP 查看
Ccss-refactorvmainSkillSkillsMPUpgrade legacy CSS to modern standards. Scans stylesheets for outdated patterns (floats, clearfix, vendor prefixes, old flexbox syntax, px media queries, @import, !important abuse) and replaces them with modern equivalents. Introduces cascade layers, extracts design tokens, and consolidates redundancy. Use when refactoring CSS, modernizing stylesheets, upgrading legacy code, removing vendor prefixes, or replacing floats with grid/flexbox.source在 SkillsMP 查看
Aautomation-advisorvmainSkillSkillsMPAnalisa ROI de automacoes — identifica o que automatizar e quanto vai economizarsource在 SkillsMP 查看
Ddocker-extendvdevSkillSkillsMPUse when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization. Triggers: 'extend docker', 'docker-extend', 'add tools to docker', 'customize docker', 'add my tools to the container', 'personalize docker setup', 'docker user setup', 'install tools in docker'. Does: Interactively sets up Dockerfile.user and docker-compose.override.yml so users can add personal tools to their Docker environment without affecting maintainer files or committing user-specific config to git.source在 SkillsMP 查看
Wwriting-guidevmainSkillSkillsMPUse when writing or editing any Spacebot copy — README sections, docs, release notes, marketing text, design doc summaries. Covers voice, tone, patterns to avoid, and what good Spacebot writing sounds like.source在 SkillsMP 查看
RrefactorvmainSkillSkillsMPSafe refactoring - extract methods, rename, move, and restructure code while preserving behavior.source在 SkillsMP 查看
Ggrace-refactorvmainSkillSkillsMPRefactor GRACE-governed code safely: rename, move, split, merge, or extract modules while keeping contracts, graph, verification, and semantic markup synchronized.source在 SkillsMP 查看
Ffrontend-designvmainSkillSkillsMPCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.source在 SkillsMP 查看
Wwriting-sopvmainSkillSkillsMPFour-phase iterative protocol for academic writing and document production. Covers outline → draft → self-review → polish with Stop Points, material supplementation loops, version comparison, and mechanical self-check. Includes IMRaD, LaTeX, docx/markdown, citation formatting, and md2pdf.source在 SkillsMP 查看
Ccode-documentationvmainSkillSkillsMPUse this skill when the user requests to generate, create, or improve documentation for code, APIs, libraries, repositories, or software projects. Supports README generation, API reference documentation, inline code comments, architecture documentation, changelog generation, and developer guides. Trigger on requests like "document this code", "create a README", "generate API docs", "write developer guide", or when analyzing codebases for documentation purposes.source在 SkillsMP 查看
Ccode-simplifiervmainSkillSkillsMPSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.source在 SkillsMP 查看
Ccode-review-excellencevmainSkillSkillsMPTransform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.source在 SkillsMP 查看
Ssql-provmainSkillSkillsMPMaster modern SQL with cloud-native databases, OLTP/OLAP optimization, and advanced query techniques. Expert in performance tuning, data modeling, and hybrid analytical systems.source在 SkillsMP 查看
Ggithub-actions-templatesvmainSkillSkillsMPProduction-ready GitHub Actions workflow patterns for testing, building, and deploying applications.source在 SkillsMP 查看
Bbackend-architectvmainSkillSkillsMPExpert backend architect specializing in scalable API design, microservices architecture, and distributed systems.source在 SkillsMP 查看
Kkubernetes-architectvmainSkillSkillsMPExpert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration.source在 SkillsMP 查看
Ddatabase-optimizervmainSkillSkillsMPExpert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures.source在 SkillsMP 查看
Ddatabase-migrationvmainSkillSkillsMPMaster database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments.source在 SkillsMP 查看
Ddatabase-architectvmainSkillSkillsMPExpert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures.source在 SkillsMP 查看
Ssecurity-auditvmainSkillSkillsMPComprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security hardening.source在 SkillsMP 查看
Aapi-security-testingvmainSkillSkillsMPAPI security testing workflow for REST and GraphQL APIs covering authentication, authorization, rate limiting, input validation, and security best practices.source在 SkillsMP 查看
Aapi-design-principlesvmainSkillSkillsMPMaster REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time.source在 SkillsMP 查看
Ppython-testing-patternsvmainSkillSkillsMPImplement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.source在 SkillsMP 查看
Ppython-provmainSkillSkillsMPMaster Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem including uv, ruff, pydantic, and FastAPI.source在 SkillsMP 查看
Ttypescript-provmainSkillSkillsMPMaster TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns.source在 SkillsMP 查看
Nnextjs-app-router-patternsvmainSkillSkillsMPComprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.source在 SkillsMP 查看