Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,500
总 Skills
92.2M
总安装量
2,584
贡献者
# Skill 仓库 描述 安装量
14501 capacitor-security cap-go/capgo-skills
Capacitor Security with Capsec Zero-config security scanning for Capacitor and Ionic apps. When to Use This Skill User wants to secure their app User asks about security vulnerabilities User needs to run security audit User has hardcoded secrets User needs CI/CD security scanning User asks about OWASP mobile security Quick Start with Capsec Run Security Scan Scan current directory (no installation needed) bunx capsec scan Scan specific path bunx capsec scan ./my-app CI mode (exit code 1 o...
86
14502 content-creation-and-marketing manojbajaj95/claude-gtm-plugin
Content Creation & Marketing Unified skill for creating and distributing high-converting B2B content across channels. When to Use Writing blog posts, LinkedIn posts, case studies Creating video scripts or webinar content Developing email nurture sequences Repurposing content across formats Planning content distribution Part 1: LinkedIn Content Post Formats That Work The Hook + Story + Lesson [Provocative hook - 1 line] [Story - 3-5 lines] [Lesson/takeaway - 2-3 lines] [Call to action or question...
86
14503 n8n-code-python sickn33/antigravity-awesome-skills
Python Code Node (Beta) Expert guidance for writing Python code in n8n Code nodes. ⚠️ Important: JavaScript First Recommendation: Use JavaScript for 95% of use cases. Only use Python when: You need specific Python standard library functions You're significantly more comfortable with Python syntax You're doing data transformations better suited to Python Why JavaScript is preferred: Full n8n helper functions ($helpers.httpRequest, etc.) Luxon DateTime library for advanced date/time operatio...
86
14504 memory-search davila7/claude-code-templates
AI Maestro Memory Search Search your conversation history using semantic, keyword, and symbol matching. Recall past decisions, discussions, and context across sessions. Part of the AI Maestro suite. Prerequisites Requires AI Maestro running locally. Memory indexing uses CozoDB for vector search. Install memory tools git clone https://github.com/23blocks-OS/ai-maestro-plugins.git cd ai-maestro-plugins && ./install-memory-tools.sh Core Behavior Before starting any task, search memory for relevant...
86
14505 security-bluebook-builder sickn33/antigravity-awesome-skills
Security Bluebook Builder Overview Build a minimal but real security policy for sensitive apps. The output is a single, coherent Blue Book document using MUST/SHOULD/CAN language, with explicit assumptions, scope, and security gates. Workflow 1) Gather inputs (ask only if missing) Collect just enough context to fill the template. If the user has not provided details, ask up to 6 short questions: What data classes are handled (PII, PHI, financial, tokens, content)? What are the trust boundaries (...
86
14506 aws-strands hoodini/ai-agents-skills
Strands Agents SDK Build model-agnostic AI agents with the Strands framework. Installation pip install strands-agents strands-agents-tools Or with npm npm install @strands-agents/sdk Quick Start from strands import Agent from strands.tools import tool @tool def get_weather(city: str) -> str: """Get current weather for a city.""" Implementation return f"Weather in {city}: 72°F, Sunny" agent = Agent( model="anthropic.claude-3-sonnet", tools=[get_weather] ) response = ag...
86
14507 twitter-automation composiohq/awesome-claude-skills
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 75.6K Repository qu-skills/skills GitHub Stars 511 First Seen 3 days ago
86
14508 saga-orchestration sickn33/antigravity-awesome-skills
Saga Orchestration Patterns for managing distributed transactions and long-running business processes. When to Use This Skill Coordinating multi-service transactions Implementing compensating transactions Managing long-running business workflows Handling failures in distributed systems Building order fulfillment processes Implementing approval workflows Core Concepts 1. Saga Types Choreography Orchestration ┌─────┐ ┌─────┐ ┌─────┐ ┌─────────────┐ │Svc A│─►│Svc B│─►│Svc...
86
14509 clawdhub elliottminns/dreamfox-skills
ClawdHub CLI Install npm i -g clawdhub Auth (publish) clawdhub login clawdhub whoami Search clawdhub search "postgres backups" Install clawdhub install my-skill clawdhub install my-skill --version 1.2 .3 Update (hash-based match + upgrade) clawdhub update my-skill clawdhub update my-skill --version 1.2 .3 clawdhub update --all clawdhub update my-skill --force clawdhub update --all --no-input --force List clawdhub list Publish clawdhub publish ./my-skill --slug my-skill --name "My Skill" --versio...
86
14510 skill-editor davidkiss/smart-ai-skills
Skills Editor Skill Description This skill enables the agent to create and maintain "Agent Skills" - modular capabilities that extend the agent's functionality. It ensures that all skills follow the standardized directory structure and file format required by the deepagents environment. When to Use When the user asks to "create a skill" or "add a capability". When the user wants to package a specific workflow (e.g., "teach the agent how to handle PDF invoices"). When modifying existing skills to...
86
14511 customer-feedback-analyzer daffy0208/ai-dev-standards
Customer Feedback Analyzer Collect, analyze, and prioritize user feedback to inform product decisions. Core Principle Never collect feedback you won't act on. Collecting feedback creates expectation of action. If you can't commit to reviewing and acting on it, don't ask for it. Destroys trust. Feedback Channels 1. In-App Feedback Widget Best for: Contextual feedback, low friction // Contextual feedback <FeedbackWidget context={{ page: 'dashboard', feature: 'export', user_acti...
86
14512 convex-backend cloudai-x/claude-workflow-v2
Convex Backend Guidelines Comprehensive guide for building Convex backends with TypeScript. Covers function syntax, validators, schemas, queries, mutations, actions, scheduling, and file storage. When to Apply Reference these guidelines when: Writing new Convex functions (queries, mutations, actions) Defining database schemas and validators Implementing real-time data fetching Setting up cron jobs or scheduled functions Working with file storage Designing API structure Rule Categories Catego...
86
14513 copywriting-core manojbajaj95/claude-gtm-plugin
Copywriting Core Check Context First If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md ), read it before writing or editing. Use brand voice and customer language from that context to guide all copy decisions. Identity & Principles You are a copywriter who has written for brands like Apple, Mailchimp, and Basecamp—crafting headlines that stopped scrolls, emails that drove millions in revenue, and product copy that turned features into feelings. You're also a...
86
14514 dbt-transformation-patterns sickn33/antigravity-awesome-skills
dbt Transformation Patterns Production-ready patterns for dbt (data build tool) including model organization, testing strategies, documentation, and incremental processing. When to Use This Skill Building data transformation pipelines with dbt Organizing models into staging, intermediate, and marts layers Implementing data quality tests Creating incremental models for large datasets Documenting data models and lineage Setting up dbt project structure Core Concepts 1. Model Layers (Medallion Ar...
86
14515 ascii-diagram-validator terrylica/cc-skills
ASCII Diagram Validator Validate and fix alignment issues in ASCII box-drawing diagrams commonly used in architecture documentation, README files, and code comments. Overview ASCII diagrams using box-drawing characters (─│┌┐└┘├┤┬┴┼ and double-line variants ═║╔╗╚╝╠╣╦╩╬) require precise column alignment. This skill provides: Validation script - Detects misaligned characters with file:line:column locations Actionable fixes - Specific suggestions for correcting each issue Multi-file support - Va...
86
14516 swagger-doc-creator jeremylongshore/claude-code-plugins-plus-skills
Swagger Doc Creator Purpose This skill provides automated assistance for swagger doc creator tasks within the API Development domain. When to Use This skill activates automatically when you: Mention "swagger doc creator" in your request Ask about swagger doc creator patterns or best practices Need help with api development skills covering rest, graphql, openapi, authentication, and api design patterns. Capabilities Provides step-by-step guidance for swagger doc creator Follows industry best prac...
86
14517 vercel-observability bobmatnyc/claude-mpm-skills
Vercel Observability Skill progressive_disclosure: entry_point: summary: "Vercel observability: analytics, Speed Insights, logs, tracing, alerts, and performance monitoring." when_to_use: - "When monitoring application performance" - "When debugging production issues" - "When setting alerts for availability and errors" quick_start: - "Enable Web Analytics" - "Enable Speed Insights" - "Review logs and tracing" - "Configure alerts" token_estimate: entry: 90-110 full: 3600-4700 Overview Vercel obs...
86
14518 laravel-multi-tenancy leeovery/claude-laravel
Multi-tenancy separates application logic into central (non-tenant) and tenanted (tenant-specific) contexts. Related guides: - [tenancy-testing.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-multi-tenancy/references/tenancy-testing.md) - Testing multi-tenant features - [Actions](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-multi-tenancy/../laravel-actions/SKILL.md) - Central vs Tenanted action organization - [Models](https://github.com/leeovery...
86
14519 aspire-configuration aaronontheweb/dotnet-skills
Aspire Configuration When to Use This Skill Use this skill when: Wiring AppHost resources to application configuration in Aspire-based repos Ensuring production configuration is transparent and portable outside of Aspire Avoiding Aspire client/service-discovery packages inside application code Designing feature toggles for dev/test without changing app code paths Core Principles AppHost owns Aspire infrastructure packages Aspire Hosting packages belong in AppHost only. App projects should not re...
86
14520 playwright-e2e-builder davila7/claude-code-templates
Playwright E2E Test Suite Builder When to use Use this skill when you need to: Set up Playwright from scratch in an existing project Build E2E tests for critical user flows (signup, checkout, dashboards) Implement Page Object Model for maintainable test architecture Configure authentication state persistence across tests Set up visual regression testing with screenshots Integrate Playwright into CI/CD with sharding and retries Phase 1: Explore (Plan Mode) Enter plan mode. Before writing any test...
86
14521 sql-expert questfortech-investments/claude-code-skills
SQL Expert Skill Expert guidance for writing, optimizing, and managing SQL databases across PostgreSQL, MySQL, SQLite, and SQL Server. Core Capabilities This skill enables you to: Write complex SQL queries with JOINs, subqueries, CTEs, and window functions Optimize slow queries using EXPLAIN plans and index recommendations Design database schemas with proper normalization (1NF, 2NF, 3NF, BCNF) Create effective indexes for query performance Write database migrations safely with rollback suppo...
86
14522 video-engineer 404kidwiz/claude-supercode-skills
Provides expertise in video processing, encoding, streaming, and infrastructure. Specializes in FFmpeg automation, adaptive streaming protocols, real-time communication, and building scalable video delivery systems. When to Use - Implementing video encoding and transcoding pipelines - Setting up HLS or DASH streaming infrastructure - Building WebRTC applications for real-time video - Automating video processing with FFmpeg - Optimizing video quality and compression - Creating video thumb...
86
14523 session-management alinaqi/claude-bootstrap
Session Management Overview Implement comprehensive session management systems with secure token handling, session persistence, token refresh mechanisms, proper logout procedures, and CSRF protection across different backend frameworks. When to Use Implementing user authentication systems Managing session state and user context Handling JWT token refresh cycles Implementing logout functionality Protecting against CSRF attacks Managing session expiration and cleanup Instructions 1. JWT Token Ge...
86
14524 lead-generation-and-demand manojbajaj95/claude-gtm-plugin
Lead Generation & Demand Comprehensive demand generation playbook for B2B SaaS companies focused on pipeline creation, CAC optimization, and multi-channel lead acquisition. Quick Start Define ICP — Identify ideal customer profile (firmographics, psychographics, technographics) Map Funnel — TOFU → MOFU → BOFU stages with clear goals Select Channels — Prioritize by CAC, lead quality, and timeline Create Assets — Lead magnets, landing pages, nurturing sequences Launch & Optimize — Track, measure, i...
86
14525 playwright-e2e-init shipshitdev/library
Playwright E2E Testing Initialization Sets up Playwright for end-to-end testing in Next.js and React applications. When to Use This skill should be used when: Adding E2E tests to a Next.js project Setting up browser automation testing Creating user flow tests for critical paths Integrating E2E tests with CI/CD pipeline What It Does Installs Playwright and browsers Creates configuration (playwright.config.ts) Sets up test directory (e2e/) Creates example tests for common flows Adds npm script...
86
14526 langgraph bobmatnyc/claude-mpm-skills
LangGraph Role: LangGraph Agent Architect You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production. You know when cycles are needed and how to prevent infinite loops. Capabilities Graph construction (StateGraph) State management and reducers Node and edge definitions Conditional ...
86
14527 appsec-expert martinholovsky/claude-skills-generator
Application Security Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement security features, you MUST: Verify Before Implementing ✅ Check official documentation for all security APIs ✅ Confirm configuration options exist in target framework ✅ Validate OWASP guidance is current (2025 version) ❌ Never guess security method signatures ❌ Never invent configuration options ❌ Never assume...
86
14528 whatsapp-automation composiohq/awesome-claude-skills
WhatsApp Automation Automate WhatsApp Business communications including customer support, notifications, chatbots, and broadcast messaging. Based on n8n's WhatsApp integration templates. Overview This skill covers: WhatsApp Business API setup Automated chatbot flows Order/shipping notifications Customer support automation Broadcast messaging Setup & Configuration WhatsApp Business API setup_requirements : 1. meta_business_account : - Create at business.facebook.com - Verify business 2. whatsapp_...
86
14529 zabbix julianobarbosa/claude-code-skills
This skill provides guidance for automating Zabbix monitoring operations via the API and official Python library `zabbix_utils`. Quick Start Installation ``` pip install zabbix-utils --break-system-packages ``` Authentication ``` from zabbix_utils import ZabbixAPI Option 1: Username/password api = ZabbixAPI(url="https://zabbix.example.com") api.login(user="Admin", password="zabbix") Option 2: API token (Zabbix 5.4+, preferred) api = ZabbixAPI(url="https://zabbix.example.com") api.lo...
86
14530 spec-product-demo zixun-github/aisdlc
spec-product-demo(R4:基于原型生成可交互 Demo) 概览 R4 的目标是把 {FEATURE_DIR}/requirements/prototype.md 的页面清单与交互说明落地为 可运行、可交互 的 Demo,用于走查/验证/对齐: 唯一页面来源 :只能来自 prototype.md/页面/弹窗清单(P-xxx…) (禁止自创页面) 共享工程模式 :默认落到 {REPO_ROOT}/demo/prototypes/{CURRENT_BRANCH}/ 先骨架后细节 :先跑通路由/导航/跳转链路,再补字段/状态/校验/错误处理 数据可 Mock :后端未就绪允许 Mock,但要把“真实数据接入”当作明确替换点 开始时宣布: 「我正在使用 spec-product-demo 技能基于 prototype.md 生成可交互 Demo。」 R4 的核心价值是“把线框变成可点可跑”,不是替代设计稿,也不是在 Demo 里自由发挥新增需求。 何时使用 / 不使用 使用时机 已完成 R3,且存在 {FEATURE_DIR}/requirements/prototype.md ...
86
14531 spider johnlindquist/claude
Web Spider Crawl and analyze websites. Prerequisites curl for fetching curl --version Gemini for analysis pip install google-generativeai export GEMINI_API_KEY=your_api_key Optional: better HTML parsing npm install -g puppeteer pip install beautifulsoup4 Basic Crawling Fetch Page Simple fetch curl -s "https://example.com" With headers curl -s -H "User-Agent: Mozilla/5.0" "https://example.com" Follow redirects curl -sL "https://example.com" Save to file curl -s "https://example.com...
86
14532 pdf-parser jeremylongshore/claude-code-plugins-plus-skills
Pdf Parser Purpose This skill provides automated assistance for pdf parser tasks within the Business Automation domain. When to Use This skill activates automatically when you: Mention "pdf parser" in your request Ask about pdf parser patterns or best practices Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities Provides step-by-step guidance for pdf parser Follows industry best prac...
86
14533 youtube-video-analyst manojbajaj95/claude-gtm-plugin
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
86
14534 langfuse-prompt-migration langfuse/skills
Langfuse Prompt Migration Migrate hardcoded prompts to Langfuse for version control, A/B testing, and deployment-free iteration. Prerequisites Verify credentials before starting: echo $LANGFUSE_PUBLIC_KEY pk-... echo $LANGFUSE_SECRET_KEY sk-... echo $LANGFUSE_HOST https://cloud.langfuse.com or self-hosted If not set, ask user to configure them first. Migration Flow 1. Scan codebase for prompts 2. Analyze templating compatibility 3. Propose structure (names, subprompts, vari...
86
14535 stride-analysis-patterns sickn33/antigravity-awesome-skills
STRIDE Analysis Patterns Systematic threat identification using the STRIDE methodology. When to Use This Skill Starting new threat modeling sessions Analyzing existing system architecture Reviewing security design decisions Creating threat documentation Training teams on threat identification Compliance and audit preparation Core Concepts 1. STRIDE Categories S - Spoofing → Authentication threats T - Tampering → Integrity threats R - Repudiation → Non-repudiation threats I - Info...
86
14536 filmmaker dylantarre/animation-principles
You are a filmmaker using animation to tell stories. Apply Disney's 12 principles to create emotionally resonant, visually compelling narratives. The 12 Principles for Cinematic Storytelling 1. Squash and Stretch Narrative Use: Emotional elasticity. Characters physically embody emotional states—deflated in sadness, inflated in joy. Objects reflect story weight. Cinematic Moment: The hero's shoulders compress under burden, then expand with resolve. 2. Anticipation Narrative Use: Build ten...
86
14537 bmad-bmm-analyst 404kidwiz/claude-supercode-skills
Business Analysis Expert Purpose Provides comprehensive business analysis expertise within the BMAD methodology, specializing in market research, competitive intelligence, requirements discovery, and strategic project scoping. Ensures projects are built on validated business assumptions with clear market fit and measurable success criteria. When to Use Project Initiation Scenarios New product ideas requiring market validation Feature expansion into new markets or segments Competitive responses...
86
14538 skill-authoring pproenca/dot-skills
Skill Authoring Guide This skill provides guidance for writing Agent Skills that comply with the agentskills.io specification . When to Use Creating a new skill for this repository Reviewing a skill PR for compliance Checking if an existing skill follows best practices Understanding token budgets and progressive disclosure Constraints name : 1-64 chars, lowercase + hyphens, match directory description : 1-1024 chars, ≤60 words, explain WHAT and WHEN Use WHEN: with quoted trigger phrases (preferr...
86
14539 neon-instagres davila7/claude-code-templates
You are an expert at provisioning instant, production-ready PostgreSQL databases using Neon's Instagres service. Core Command ``` npx get-db --yes --ref 4eCjZDz ``` This provisions a Neon Postgres database in 5 seconds and creates: - `DATABASE_URL` - Connection pooler (for app queries) - `DATABASE_URL_DIRECT` - Direct connection (for migrations) - `PUBLIC_INSTAGRES_CLAIM_URL` - Claim URL (72-hour window) Workflow 1. Check Existing Database ``` cat .env 2>/dev/null | grep DATABASE_UR...
86
14540 svelte5-runes-static bobmatnyc/claude-mpm-skills
Svelte 5 Runes with adapter-static (SvelteKit) Overview Build static-first SvelteKit applications with Svelte 5 runes without breaking hydration. Apply these patterns when using adapter-static (prerendering) and combining global stores with component-local runes. Related Skills svelte (Svelte 5 runes core patterns) sveltekit (adapters, deployment, SSR/SSG patterns) typescript-core (TypeScript patterns and validation) vitest (unit testing patterns) Core Expertise Building static-first Svelte 5...
86
14541 late-api getlate-dev/late-api
Late API Reference Schedule posts across 13 social media platforms with a single API. Base URL: https://getlate.dev/api/v1 Docs: getlate.dev/docs Quick Start 1. Create profile curl -X POST https://getlate.dev/api/v1/profiles \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"name": "My Brand"}' 2. Connect account (opens OAuth) curl "https://getlate.dev/api/v1/connect/twitter?profileId=PROFILE_ID" \ -H "Authorization: Bearer YOUR_API_KEY" 3. Create post curl -X POST https://getlate....
86
14542 rest-api-design-patterns manutej/luxor-claude-marketplace
REST API Design Patterns A comprehensive skill for designing, implementing, and maintaining RESTful APIs. Master resource modeling, HTTP methods, versioning strategies, pagination, filtering, error handling, and best practices for building scalable, maintainable APIs using FastAPI, Express.js, and modern frameworks. When to Use This Skill Use this skill when: Designing a new RESTful API from scratch Building microservices with HTTP/REST interfaces Refactoring existing APIs for better design ...
86
14543 vant-vue3 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Build mobile Vue 3 applications with Vant components Use Vant UI components (Button, Cell, Form, Dialog, Toast, etc.) Create mobile-friendly interfaces Customize Vant theme Implement internationalization with Vant Use Vant with TypeScript Handle mobile gestures and interactions Implement mobile navigation patterns Use mobile form components Create mobile data display components How to use this skill This skill is organized to m...
86
14544 multi-tenant-platform-architecture mblode/agent-skills
Multi-Tenant Platform Architecture (Cloudflare · Vercel) Workflow (order matters) Choose platform Cloudflare : Workers for Platforms + dispatch namespaces for per-tenant code isolation; best when tenants run untrusted code or you need edge-first compute with D1/KV/DO primitives. Vercel : Next.js App Router + Middleware for shared-app multi-tenancy; best when tenants share one codebase and you need ISR, React Server Components, and managed deployment. Pick one; do not mix hosting. The remaining s...
86
14545 web-design-guidelines vercel-labs/claude-skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
86
14546 database-design vudovn/antigravity-kit
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
86
14547 senior-devops borghei/claude-skills
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
86
14548 sales-and-revenue-operations manojbajaj95/claude-gtm-plugin
Sales & Revenue Operations Full-stack sales playbook: founder-led sales, team building, enterprise deals, RevOps, ICP definition, buyer personas, and compensation design. Quick Start Assess stage — Founder-led, first reps, or scaling? Define motion — Inbound, outbound, PLG, or hybrid? Build ICP — Who are you selling to? Design process — Discovery → Demo → Close Instrument RevOps — Lead lifecycle, scoring, routing ICP & Buyer Persona ICP Stack (build bottom-up) ┌─────────────────────────────┐ │ ...
86
14549 design-principles srbhr/resume-matcher
Design Principles You are an expert in crafting design principles that genuinely guide teams through decisions. What You Do You help teams articulate principles that are specific, actionable, and memorable. Qualities of Strong Principles Opinionated — takes a clear stance Actionable — resolves debates Memorable — short enough to recall Distinctive — reflects this product's values Testable — designs can be evaluated against it Prioritized — rank order for conflicts Principle Structure For each: t...
86
14550 database-migration bobmatnyc/claude-mpm-skills
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
86