███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12851 | monorepo | mindrally/skills |
Monorepo Development You are an expert in TypeScript, React and Next.js, Expo (React Native), Tamagui, Supabase, Zod, Turbo (Monorepo Management), i18next, Zustand, TanStack React Query, Solito, and Stripe. Code Style and Structure Write concise, technical TypeScript code with accurate examples Use functional and declarative programming patterns; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasErro...
|
70 |
| 12852 | moai-workflow-testing | modu-ai/moai-adk |
Development Workflow Specialist Quick Reference Unified Development Workflow provides comprehensive development lifecycle management combining DDD testing, AI-powered debugging, performance optimization, automated code review, and quality assurance into integrated workflows. Core Capabilities: DDD Testing: Characterization tests for legacy code, specification tests for greenfield projects, behavior snapshots AI-Powered Debugging: Intelligent error analysis and solution recommendations Perform...
|
70 |
| 12853 | generators | rshankras/claude-code-apple-skills |
Code Generators Production-ready code generators for iOS and macOS apps. Unlike advisory skills (review, audit), these skills generate working code tailored to your project. When This Skill Activates Use this skill when the user: Wants to add a common app component (logging, analytics, onboarding, etc.) Asks to "set up" or "add" infrastructure code Mentions replacing print() with proper logging Wants to add App Store review prompts Needs analytics or crash reporting setup Key Principles 1. C...
|
70 |
| 12854 | explain-code | zbruhnke/claude-code-starter |
You are a code explainer with expertise in making complex systems understandable. Your explanations are clear, accurate, and appropriately detailed for the audience. Input Handling If no specific file or code is provided: Ask: "What code would you like me to explain?" Suggest: "I can explain a specific file, function, or concept." Never explain code you haven't read . If the target doesn't exist, say so. Anti-Hallucination Rules Read first, explain second : Never explain code without reading it ...
|
70 |
| 12855 | project-discover-preflight-scope | zixun-github/aisdlc |
project-discover-preflight-scope(Step0+1:证据入口盘点 + 范围止损) 概览 Preflight 的目标不是“把信息都写出来”,而是先把 可执行/可定位的证据入口 盘清楚;Scope 的目标是先把 覆盖面止损 (P0/P1/P2),避免逆向工程变成“写全但不可维护”。 开始时宣布: 「我正在使用 project-discover-preflight-scope 技能执行 Discover 的 Preflight 与 Scope 止损。」 输入 / 输出 输入 仓库根目录(代码、配置、依赖、CI/CD 配置) 已有文档入口(README/Makefile/package.json/脚本等) 可观测/运维入口(若存在:dashboard、告警、runbook、回滚) 输出(落盘) .aisdlc/project/components/index.md :模块清单 + P0/P1/P2 + code_entry + 复选框(此时不打勾) .aisdlc/project/memory/structure.md :将“如何跑/如何验/如何发布”的入口以链接...
|
70 |
| 12856 | perplexity | vm0-ai/vm0-skills |
Perplexity Tools Use ONLY when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7), gt CLI (use Graphite MCP), or workspace questions (use Nx MCP). Quick Reference Which Perplexity tool? Need search results/URLs? → Perplexity Search Need conversational answer? → Perplexity Ask Need deep research? → Researcher agent ( /research <topic> ) NOT Perplexity - use these instead: Library/framework docs → Cont...
|
70 |
| 12857 | blockbench-modeling | jasonjgardner/blockbench-mcp-project |
Blockbench Modeling Build 3D models using cubes and meshes in Blockbench. Available Tools Cube Tools Tool Purpose place_cube Create cubes with position, size, texture modify_cube Edit cube properties (position, rotation, UV, etc.) Mesh Tools Tool Purpose place_mesh Create mesh with vertices create_sphere Create sphere mesh create_cylinder Create cylinder mesh extrude_mesh Extrude faces/edges/vertices subdivide_mesh Add geometry detail select_mesh_elements Select vertices/edges/faces move_mesh_...
|
70 |
| 12858 | android-expert | oimiragieo/agent-studio |
Android Expert 1. Jetpack Compose State Management State in Compose flows downward and events flow upward (unidirectional data flow). State hoisting pattern: // Stateless composable — accepts state and callbacks @Composable fun LoginForm ( email : String , password : String , onEmailChange : ( String ) -> Unit , onPasswordChange : ( String ) -> Unit , onSubmit : ( ) -> Unit , ) { Column { TextField ( value = email , onValueChange = onEmailChange , label = { Text ( "Email" ) } ) TextField ( value...
|
70 |
| 12859 | red-team-tools | sickn33/antigravity-awesome-skills |
Red Team Tools and Methodology Purpose Implement proven methodologies and tool workflows from top security researchers for effective reconnaissance, vulnerability discovery, and bug bounty hunting. Automate common tasks while maintaining thorough coverage of attack surfaces. Inputs/Prerequisites Target scope definition (domains, IP ranges, applications) Linux-based attack machine (Kali, Ubuntu) Bug bounty program rules and scope Tool dependencies installed (Go, Python, Ruby) API keys for various...
|
70 |
| 12860 | aws-cloudformation-cloudfront | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation CloudFront CDN Overview Create production-ready CDN infrastructure using AWS CloudFormation templates. This skill covers CloudFront distributions, multiple origins (ALB, S3, Lambda@Edge, VPC Origins), CacheBehaviors, Functions, SecurityHeaders, and best practices for parameters, outputs, and cross-stack references. When to Use Use this skill when: Creating new CloudFront distributions with CloudFormation Configuring multiple origins (ALB, S3, API Gateway, Lambda@Edge, VPC Orig...
|
70 |
| 12861 | setting-detector | wordflowlab/novel-writer-skills |
故事设定自动检测器 核心功能 自动激活知识库系统 - 这是Novel Writer Skills的核心竞争力。 当你提到特定关键词时,我会自动: 检测故事的类型、时代、主题 加载对应的写作知识库 在整个创作过程中应用专业知识 无需手动调用 - 完全自动化,后台运行。 工作原理 关键词映射表 我监听以下关键词并自动激活对应知识库: 类型知识库(Genres) 言情小说(romance): 触发词:言情、爱情、恋爱、浪漫、感情线、关系弧、CP、甜文、虐文、 HE、BE、双洁、破镜重圆、先婚后爱、契约关系 激活:templates/knowledge-base/genres/romance.md 悬疑推理(mystery): 触发词:悬疑、推理、侦探、破案、谜团、线索、真相、凶手、犯罪、 密室、诡计、不在场证明、推理小说 激活:templates/knowledge-base/genres/mystery.md 历史小说(historical): 触发词:历史、古代、朝代、考据、时代背景、历史小说、古言、 穿越、重生...
|
70 |
| 12862 | project-discover-modules-contracts | zixun-github/aisdlc |
project-discover-modules-contracts(Step4:模块单页 SSOT + 契约段落 + 证据链) 概览 模块页是 Discover 的“权威入口”。它的目标不是写全细节,而是让 AI/人能在需要时 快速判断边界与不变量,并且能沿着证据链定位到代码/契约/测试/CI/ops 。 开始时宣布: 「我正在使用 project-discover-modules-contracts 技能为模块建立单页 SSOT(含契约段落与证据链)。」 硬规则(P0 必须满足) 模块页路径固定 .aisdlc/project/components/{module}.md 锚点标题必须存在(稳定跳转) TL;DR API Contract Data Contract Evidence(证据入口) Evidence Gaps(缺口清单) 契约不单独建目录 禁止 .aisdlc/project/contracts/ 缺口必须结构化 所有缺口只写到 Evidence Gaps(缺口清单) (不允许散落“待补/未发现/TODO”) 禁止“占位句”冒充内容 在 API Contr...
|
70 |
| 12863 | yield-opportunities | kukapay/crypto-skills |
Yield Opportunities This skill provides comprehensive workflows for discovering and analyzing DeFi yield opportunities across multiple protocols, blockchains, and yield-generating strategies. Core Research Methodology Parallel Exploration Strategy (MAXIMIZE EFFORT) When researching yield opportunities, launch multiple background agents IN PARALLEL: Librarian Agents (3-6 concurrent) - Best for external research: Protocol-specific yield documentation Yield aggregator platforms GitHub repositories ...
|
70 |
| 12864 | xlsx | dedalus-erp-pas/foundation-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
70 |
| 12865 | agents | danielmiessler/personal_ai_infrastructure |
ElevenLabs Agents Platform Build voice AI agents with natural conversations, multiple LLM providers, custom tools, and easy web embedding. Setup: See Installation Guide for CLI and SDK setup. Quick Start with CLI The ElevenLabs CLI is the recommended way to create and manage agents: Install CLI and authenticate npm install -g @elevenlabs/cli elevenlabs auth login Initialize project and create an agent elevenlabs agents init elevenlabs agents add "My Assistant" --template complete Push to Elev...
|
70 |
| 12866 | writing-bundler-tests | oven-sh/bun |
Bundler tests use `itBundled()` from `test/bundler/expectBundled.ts` to test Bun's bundler. Basic Usage ``` import { describe } from "bun:test"; import { itBundled, dedent } from "./expectBundled"; describe("bundler", () => { itBundled("category/TestName", { files: { "index.js": `console.log("hello");`, }, run: { stdout: "hello", }, }); }); ``` Test ID format: `category/TestName` (e.g., `banner/CommentBanner`, `minify/Empty`) File Setup ``` { files: { ...
|
70 |
| 12867 | feedback | yonatangross/orchestkit |
View and manage the OrchestKit feedback system that learns from your usage. Overview - Checking feedback system status - Pausing/resuming learning - Resetting learned patterns - Exporting feedback data - Managing privacy settings - Enabling/disabling anonymous analytics sharing - Viewing privacy policy Usage ``` /feedback Same as status /feedback status Show current state /feedback pause Pause learning /feedback resume Resum...
|
69 |
| 12868 | filesystem | sundial-org/awesome-openclaw-skills |
Filesystem Skill Claude Code Built-in Tools Reading Files Read Tool: Read file contents Read file_path="/path/to/file.txt" Options: offset: Start line (for large files) limit: Number of lines to read Finding Files Glob Tool: Find files by pattern Glob pattern="/*.ts" Common patterns: /*.ts - All TypeScript files src//*.tsx - React components in src /test*.js - Test files anywhere Searching Content Grep Tool: Search file contents Grep pattern="function myFunc" path="/src" Options: ...
|
69 |
| 12869 | code-interpreter | aws-samples/sample-strands-agent-with-agentcore |
Code Interpreter A general-purpose code execution environment powered by AWS Bedrock AgentCore Code Interpreter. Run code, execute shell commands, and manage files in a secure sandbox. Available Tools execute_code(code, language, output_filename) : Execute Python, JavaScript, or TypeScript code. execute_command(command) : Execute shell commands. file_operations(operation, paths, content) : Read, write, list, or remove files in the sandbox. ci_push_to_workspace(paths) : Save sandbox files to the ...
|
69 |
| 12870 | expert-architect | shipshitdev/library |
Expert Architect - Expert Secrets Builder Overview You are an expert architect thinking like Russell Brunson. You help people build their positioning using Expert Secrets principles—Attractive Character, Epiphany Bridge, Big Domino, and New Opportunity framing. You create expert positioning that makes them the obvious choice. Brunson's Core Principle: "You don't need to be the most qualified—you need to be the most positioned." Your Role: Build positioning. Craft origin stories. Create expert...
|
69 |
| 12871 | aws-cloudformation-ecs | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation ECS Create production-ready container infrastructure using AWS CloudFormation templates. This skill covers ECS clusters, services, task definitions, container configurations, scaling, service discovery, load balancing, and blue/green deployments with CodeDeploy. When to Use Use this skill when: Creating new ECS clusters with CloudFormation Defining task definitions for container workloads Configuring ECS services with deployment strategies Integrating ECS with Application Load...
|
69 |
| 12872 | writing-skills | izyanrajwani/agent-skills-library |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
69 |
| 12873 | better-auth | secondsky/claude-skills |
better-auth - D1 Adapter & Error Prevention Guide Package: better-auth@1.4.16 (Jan 21, 2026) Breaking Changes: ESM-only (v1.4.0), Admin impersonation prevention default (v1.4.6), Multi-team table changes (v1.3), D1 requires Drizzle/Kysely (no direct adapter) ⚠️ CRITICAL: D1 Adapter Requirement better-auth DOES NOT have d1Adapter(). You MUST use: Drizzle ORM (recommended): drizzleAdapter(db, { provider: "sqlite" }) Kysely: new Kysely({ dialect: new D1Dialect({ database: env.DB }) }) See Issu...
|
69 |
| 12874 | pinia | martinholovsky/claude-skills-generator |
Pinia Pinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration. The skill is based on Pinia v3.0.4, generated at 2026-01-28. Core References Topic Description Reference Stores Defining stores, state, getters, actions, storeToRefs, subscriptions core-stores Features Extensibility Topic Description Reference Plugins Extend stores with custom p...
|
69 |
| 12875 | odoo | marcfargas/odoo-toolbox |
/odoo Odoo ERP integration. Two ways to work: CLI (fastest for most tasks) and Library (for scripts and automation). Two Ways to Work with Odoo CLI — Fastest for Most Tasks The odoo CLI lets you search, create, update, and delete records without writing any code. 1. Verify connection (always do this first) odoo config check 2. Search records odoo records search res.partner --fields name,email --limit 5 3. Create a record odoo records create res.partner --data '{"name":"Acme Corp"}' --confirm ...
|
69 |
| 12876 | code-review | cloudflare/cloudflare-docs |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
69 |
| 12877 | human-writing | pr-pm/prpm |
Human-Style Writing This skill helps you write content that reads like it was written by a real person with opinions, personality, and specific knowledge—not a corporate blog generator or AI assistant trying to sound helpful. Core Principle Write like you're explaining something to a colleague over coffee, not presenting to a board room. Good writing is specific, opinionated, and conversational. Bad writing is generic, safe, and sounds like every other tech blog. What Makes Writing Sound AI-Gene...
|
69 |
| 12878 | hig-foundations | raintree-technology/apple-hig-skills |
Apple HIG: Design Foundations Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Prioritize content over chrome. Reduce visual clutter. Use system-provided materials and subtle separators rather than heavy borders and backgrounds. Build in accessibility from the start. Design for VoiceOver, Dynamic Type, Reduce Motion, Increase Contrast, and Switch Control from day one. Every interactive element...
|
69 |
| 12879 | vercel-deploy | davila7/claude-code-templates |
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
|
69 |
| 12880 | pptx | davepoon/buildwithclaude |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
69 |
| 12881 | context-degradation | shipshitdev/library |
Context Degradation Patterns Language models exhibit predictable degradation patterns as context length increases. Understanding these patterns is essential for diagnosing failures and designing resilient systems. Context degradation is not a binary state but a continuum of performance degradation that manifests in several distinct ways. When to Activate Activate this skill when: Agent performance degrades unexpectedly during long conversations Debugging cases where agents produce incorrect or i...
|
69 |
| 12882 | task breakdown specialist | daffy0208/ai-dev-standards |
Task Breakdown Specialist Lower activation energy. Build momentum. Make progress visible. Core Principle ADHD brains struggle with large, ambiguous tasks due to high activation energy. The solution: Break everything into tiny, achievable micro-tasks that provide frequent dopamine hits and visible progress. Key Insight: Starting is the hardest part. Make starting ridiculously easy. The ADHD Task Problem Problem 1: Activation Energy Issue: "Build authentication system" feels overwhelming Result: P...
|
69 |
| 12883 | wpds | automattic/agent-skills |
WordPress Design System (WPDS) Prerequisites This skill works best with the WPDS MCP server installed. The MCP provides access to WordPress Design System documentation and resources, such as components and DS token lists. The following terms should be treated as synonyms: "WordPress" and "WP"; "Design System" and "DS"; "WordPress Design System" and "WPDS". When to use Use this skill when the user mentions: building and/or reviewing any UI in a WordPress-related context (for example, Gutenberg, W...
|
69 |
| 12884 | qr-barcode-reader | dkyazzentwatwa/chatgpt-skills |
Decode and extract data from QR codes and barcodes in images with support for multiple barcode formats. Purpose Barcode scanning for: - Inventory management and tracking - Product information lookup - Document verification - Event check-in systems - Automated data entry Features - Multiple Formats: QR Code, EAN-13, Code128, Code39, UPC-A, DataMatrix - Batch Processing: Scan multiple images in one operation - Data Extraction: Decode to text, URLs, structured data - Image Preprocessi...
|
69 |
| 12885 | alicloud-solution-content-article-illustrator-test | cinience/alicloud-skills |
Category: test Content Article Illustrator Smoke Test Prerequisites Target skill path: skills/solutions/alicloud-solution-content-article-illustrator/ Python 3 Test Steps Compile helper scripts: python3 tests/common/compile_skill_scripts.py \ --skill-path skills/solutions/alicloud-solution-content-article-illustrator \ --output output/alicloud-solution-content-article-illustrator-test/compile-check.json Run the executable smoke test: python3 tests/solutions/alicloud-solution-content-article-illu...
|
69 |
| 12886 | search-company-knowledge | atlassian/atlassian-mcp-server |
Search Company Knowledge Keywords find information, search company knowledge, look up, what is, explain, company docs, internal documentation, Confluence search, Jira search, our documentation, internal knowledge, knowledge base, search for, tell me about, get information about, company systems, terminology, find everything about, what do we know about, deployment, authentication, infrastructure, processes, procedures, how to, how does, our systems, our processes, internal systems, company proce...
|
69 |
| 12887 | axiom-app-store-submission | charleswiltgen/axiom |
App Store Submission Overview Systematic pre-flight checklist that catches 90% of App Store rejection causes before submission. Core principle : Ship once, ship right. Over 40% of App Store rejections cite Guideline 2.1 (App Completeness) — crashes, placeholders, broken links. Another 30% are metadata and privacy issues. A disciplined pre-flight process eliminates these preventable rejections. Key insight : Apple rejected nearly 1.93 million submissions in 2024. Most rejections are not policy di...
|
69 |
| 12888 | typescript | martinholovsky/claude-skills-generator |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
69 |
| 12889 | aws-cloudformation-rds | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation RDS Database Overview Create production-ready Amazon RDS infrastructure using AWS CloudFormation templates. This skill covers RDS instances (MySQL, PostgreSQL, Aurora, MariaDB), DB clusters, multi-AZ deployments, parameter groups, subnet groups, security groups, template structure best practices, parameter patterns, and cross-stack references for modular, reusable infrastructure as code. When to Use Use this skill when: Creating new RDS database instances (MySQL, PostgreSQL, A...
|
69 |
| 12890 | tmux-processes | 0xbigboss/claude-code |
tmux Process Management Interactive Shell Requirement Use send-keys pattern for reliable shell initialization. Creating a session spawns an interactive shell automatically. Use send-keys to run commands within that shell, ensuring PATH, direnv, and other initialization runs properly. WRONG - inline command bypasses shell init, breaks PATH/direnv tmux new-session -d -s "$SESSION" -n main 'tilt up' CORRECT - create session, then send command to interactive shell tmux new-session -d -s "$SESSI...
|
69 |
| 12891 | cocos2d-x | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Create Cocos2d-x v4 games or applications Learn Cocos2d-x v4 core concepts (Node, Sprite, Scene, Action) Set up Cocos2d-x v4 development environment Work with sprites, textures, animations, and labels Implement scene management and node lifecycle Handle input events (touch, mouse, keyboard) Use physics engine (Box2D) and collision detection Implement rendering pipeline, shaders, and particle systems Build and deploy games for mu...
|
69 |
| 12892 | monday | vm0-ai/vm0-skills |
Monday Monday.com is a work operating system where teams can plan, track, and manage their work. It's used by project managers, marketing teams, and sales teams to improve collaboration and execution. Official docs: https://developers.monday.com/ Monday Overview Board Item Column User When to use which actions: Use action names and parameters as needed. Working with Monday This skill uses the Membrane CLI to interact with Monday. Membrane handles authentication and credentials refresh automatica...
|
69 |
| 12893 | react-frontend-expert | hieutrtr/ai1-skills |
React Frontend Expert When to Use Activate this skill when: Creating or modifying React components (functional components only) Writing custom hooks ( useXxx ) Building pages with routing Implementing data fetching with TanStack Query Handling forms with validation Setting up project structure for a React/TypeScript application Do NOT use this skill for: Writing component or hook tests (use react-testing-patterns ) E2E browser testing (use e2e-testing ) API contract design (use api-design-patter...
|
69 |
| 12894 | opentofu-guide | josiahsiegel/claude-plugin-marketplace |
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
|
69 |
| 12895 | dry-principle | oimiragieo/agent-studio |
Dry Principle Skill Follow the DRY (Don't Repeat Yourself) Principle and Avoid Duplicating Code or Logic. Avoid writing the same code more than once. Instead, reuse your code using functions, classes, modules, libraries, or other abstractions. Modify code in one place if you need to change or update it. Iron Laws NEVER extract to a shared abstraction until you have at least 3 concrete instances of the same logic — premature extraction creates wrong abstractions that are harder to remove than the...
|
69 |
| 12896 | run-nx-generator | nrwl/nx |
Run Nx Generator This skill helps you execute Nx generators efficiently, with special focus on workspace-plugin generators from your internal tooling. Generator Priority List Use the mcp__nx-mcp__nx_generator_schema tool to get more information about how to use the generator Choose which generators to run in this priority order: 🔥 Workspace-Plugin Generators (High Priority) These are your custom internal tools in tools/workspace-plugin/ 📦 Core Nx Generators (Standard) Only use these if workspace...
|
69 |
| 12897 | magento-performance-analyst | maxnorm/magento2-agent-skills |
Magento 2 Performance Analyst Expert specialist in conducting comprehensive performance analysis and implementing systematic optimizations that deliver measurable improvements in application speed, scalability, and user experience. When to Use Analyzing performance bottlenecks Profiling applications Optimizing database queries Improving system scalability Conducting load testing Optimizing frontend performance Performance Analysis Profiling Tools Blackfire : Performance profiling and optimizatio...
|
69 |
| 12898 | github | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
69 |
| 12899 | openwork-orchestrator-npm-publish | different-ai/openwork |
Quick usage (already configured) Ensure you are on the default branch and the tree is clean. Bump versions via the shared release bump (this keeps openwork-orchestrator aligned with the app/desktop release). pnpm bump:patch or: pnpm bump:minor or: pnpm bump:major or: pnpm bump:set -- X.Y.Z Commit the bump. Preferred: publish via the "Release App" GitHub Actions workflow by tagging vX.Y.Z . Manual recovery path (sidecars + npm) below. pnpm --filter openwork-orchestrator build:sidecars gh relea...
|
69 |
| 12900 | dependency-manager | 404kidwiz/claude-supercode-skills |
Dependency Manager Purpose Provides expertise in package management, version resolution, and software supply chain security. Handles dependency updates, vulnerability auditing, and conflict resolution across multiple package ecosystems. When to Use Updating project dependencies Resolving version conflicts Auditing for security vulnerabilities Managing lockfiles and reproducibility Migrating between package managers Implementing dependency policies Reducing bundle size via dependency analysis Q...
|
69 |