Wwriting-plansvmainSkillSkillsMPUse when you have a spec or requirements for a multi-step task, before touching codesource在 SkillsMP 查看
Ccode-refactorvmainSkillSkillsMPSystematic code refactoring based on Martin Fowler's methodology. Use when users ask to refactor code, improve code structure, reduce technical debt, clean up legacy code, eliminate code smells, or improve code maintainability. This skill guides through a phased approach with research, planning, and safe incremental implementation.source在 SkillsMP 查看
Rreact-best-practicesvmainSkillSkillsMPComprehensive React and Next.js performance optimization guide with 40+ rules for eliminating waterfalls, optimizing bundles, and improving rendering. Use when optimizing React apps, reviewing performance, or refactoring components.source在 SkillsMP 查看
Ddatabase-schema-validatorvmainSkillSkillsMPValidates SQL schema files for compliance with internal safety and naming policies.source在 SkillsMP 查看
Mmcp-buildervmasterSkillSkillsMPGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).source在 SkillsMP 查看
Mmobile-designvmainSkillSkillsMPMobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.source在 SkillsMP 查看
Nnextjs-best-practicesvmainSkillSkillsMPNext.js App Router principles. Server Components, data fetching, routing patterns.source在 SkillsMP 查看
Sswiftui-view-refactorvmasterSkillSkillsMPRefactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.source在 SkillsMP 查看
Ggithub-release-managementvmainSkillSkillsMPComprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback managementsource在 SkillsMP 查看
Vv3-mcp-optimizationvmainSkillSkillsMPMCP server optimization and transport layer enhancement for claude-flow v3. Implements connection pooling, load balancing, tool registry optimization, and performance monitoring for sub-100ms response times.source在 SkillsMP 查看
Aagentdb-vector-searchvmainSkillSkillsMPImplement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.source在 SkillsMP 查看
Aagentdb-performance-optimizationvmainSkillSkillsMPOptimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.source在 SkillsMP 查看
Aagentdb-memory-patternsvmainSkillSkillsMPImplement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.source在 SkillsMP 查看
Aagentdb-learning-pluginsvmainSkillSkillsMPCreate and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.source在 SkillsMP 查看
Aagentdb-advanced-featuresvmainSkillSkillsMPMaster advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.source在 SkillsMP 查看
Nnextjs-security-scanvmainSkillSkillsMPComprehensive security vulnerability scanner for Next.js and TypeScript/JavaScript projects. Detects OWASP Top 10 vulnerabilities, XSS, injection flaws, authentication issues, hardcoded secrets, and Next.js-specific security problems. Audits dependencies for known CVEs and generates actionable security reports.source在 SkillsMP 查看
Ttesting-pythonvmainSkillSkillsMPWrite and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing.source在 SkillsMP 查看
Ccss-layout-helpervmasterSkillSkillsMPExplain CSS layout issues and propose fixes. Use when a junior developer is struggling with alignment or spacing.source在 SkillsMP 查看
Ccode-review-securityvmainSkillSkillsMPSecurity-focused code review checklist and automated scanning patterns. Use when reviewing pull requests for security issues, auditing authentication/authorization code, checking for OWASP Top 10 vulnerabilities, or validating input sanitization. Covers SQL injection prevention, XSS protection, CSRF tokens, authentication flow review, secrets detection, dependency vulnerability scanning, and secure coding patterns for Python (FastAPI) and React. Does NOT cover deployment security (use docker-best-practices) or incident handling (use incident-response).source在 SkillsMP 查看
DdeployvmainSkillSkillsMPDeploy the Simba chat widget to a client website. Use when embedding the widget, connecting to Simba cloud or local, and configuring appearance.source在 SkillsMP 查看
Kkubernetes-manifest-generatorvmainSkillSkillsMPGenerates Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, Ingress, and HPA with best practices. Use when users request "Kubernetes setup", "K8s manifests", "deploy to Kubernetes", "container orchestration", or "K8s configuration".source在 SkillsMP 查看
Rrailway-deployvmainSkillSkillsMPDeploy code to Railway using "railway up". Use when user wants to push code, says "railway up", "deploy", "ship", or "push". For initial setup or creating services, use railway-new skill. For Docker images, use railway-environment skill.source在 SkillsMP 查看
Mmcp-chainingvmainSkillSkillsMPResearch-to-implement pipeline chaining 5 MCP tools with graceful degradationsource在 SkillsMP 查看
SsecurityvmainSkillSkillsMPSecurity audit workflow - vulnerability scan → verificationsource在 SkillsMP 查看
Ggit-commit-helpervmainSkillSkillsMPGenerate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.source在 SkillsMP 查看
BbrowservmasterSkillSkillsMPThis skill should be used for browser automation tasks using Chrome DevTools Protocol (CDP). Triggers when users need to launch Chrome with remote debugging, navigate pages, execute JavaScript in browser context, capture screenshots, or interactively select DOM elements. No MCP server required.source在 SkillsMP 查看
Mmobile-responsivenessvmasterSkillSkillsMPBuild responsive, mobile-first web applications. Use when implementing responsive layouts, touch interactions, mobile navigation, or optimizing for various screen sizes. Triggers on responsive design, mobile-first, breakpoints, touch events, viewport.source在 SkillsMP 查看
Ttesting-patternsvmainSkillSkillsMPJest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.source在 SkillsMP 查看
Rreact-ui-patternsvmainSkillSkillsMPModern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.source在 SkillsMP 查看
Ccode-reviewvmainSkillSkillsMPPerform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.source在 SkillsMP 查看
Ccss-modulesvmainSkillSkillsMPCSS Modules with Lightning CSS and PostCSS for component-scoped styling. Covers *.module.css patterns, TypeScript integration, Vite configuration, and composition. Use when building complex animations, styling third-party components, or migrating legacy CSS.source在 SkillsMP 查看
Wwriting-registry-metavmasterSkillSkillsMPUse this skill when writing meta file for MUI Treasury registry.source在 SkillsMP 查看
DdeployvmainSkillSkillsMPBuild and deploy the rectified-flow-explainer site. Use when deploying, publishing, or pushing to production.source在 SkillsMP 查看
Vv3-mcp-optimizationvmainSkillSkillsMPMCP server optimization and transport layer enhancement for claude-flow v3. Implements connection pooling, load balancing, tool registry optimization, and performance monitoring for sub-100ms response times.source在 SkillsMP 查看
Mmcp-buildervmainSkillSkillsMPGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).source在 SkillsMP 查看
Kkubernetes-specialistvmainSkillSkillsMPExpert Kubernetes specialist for production-grade container orchestration. Invoke for cluster management, workload deployment, security hardening, and performance optimization. Keywords: Kubernetes, K8s, kubectl, Helm, RBAC, NetworkPolicy.source在 SkillsMP 查看
Ccursor-git-commitvmainSkillSkillsMPProvide a pre-commit checklist and staging hygiene (review diffs, stage specific files, avoid common noise like dist/ or .env, and fix mistakes with reset/rm --cached/amend). Use when the user is about to commit, asks for a commit workflow, or needs help cleaning up staged files.source在 SkillsMP 查看
Ccursor-debatevmainSkillSkillsMPRun a research-first, multi-perspective debate to explore complex technical decisions (trade-offs, architecture choices, integration strategies) using concrete codebase evidence. Use when the user asks to "debate" approaches, compare options, or needs a structured exploration before deciding.source在 SkillsMP 查看
Ccursor-remarkable-uploadvmainSkillSkillsMPUpload markdown (including docmgr ticket docs) to a reMarkable device as PDF via a local uploader script, with a safe dry-run and optional mirroring of ticket structure. Use when the user asks to send docs to reMarkable, export markdown to PDF for reMarkable, or troubleshoot rmapi/pandoc/xelatex.source在 SkillsMP 查看
Ccursor-docmgrvmainSkillSkillsMPUse the docmgr CLI to manage ticketed docs (create tickets, add docs, relate code files with file-note, update changelog, and search). Use when the user asks how to use docmgr, wants a docmgr command sequence, or needs docmgr best practices (file-note, quoting, doctor).source在 SkillsMP 查看
Ttypescript-rulesvmainSkillSkillsMPApplies type safety and error handling rules. Enforces no-any policy and type guards. Use when implementing TypeScript or reviewing types.source在 SkillsMP 查看
Mmcp-managementvmainSkillSkillsMPManage Model Context Protocol (MCP) servers - discover, analyze, and execute tools/prompts/resources from configured MCP servers. Use when working with MCP integrations, need to discover available MCP capabilities, filter MCP tools for specific tasks, execute MCP tools programmatically, access MCP prompts/resources, or implement MCP client functionality. Supports intelligent tool selection, multi-server management, and context-efficient capability discovery.source在 SkillsMP 查看