███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 15751 | hubspot-automation | sickn33/antigravity-awesome-skills |
HubSpot CRM Automation via Rube MCP Automate HubSpot CRM workflows including contact/company management, deal pipeline tracking, ticket search, and custom property creation through Composio's HubSpot toolkit. Toolkit docs : composio.dev/toolkits/hubspot Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HubSpot connection via RUBE_MANAGE_CONNECTIONS with toolkit hubspot Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rub...
|
71 |
| 15752 | mapbox-integration-patterns | mapbox/mcp-devkit-server |
Mapbox Integration Patterns Skill This skill provides official patterns for integrating Mapbox GL JS into web applications across different frameworks. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices. Version Requirements Mapbox GL JS Recommended: v3.x (latest) Minimum: v3.0.0 Why v3.x: Modern API, improved performance, active development v2.x: Still supported but deprecated patterns (see migration notes below) Installing vi...
|
71 |
| 15753 | ios-design | pproenca/dot-skills |
Apple SwiftUI iOS Design Best Practices A builder's guide for implementing Apple-quality iOS interfaces in SwiftUI, grounded in two foundational design texts: Ken Kocienda — Creative Selection (empathy for the user, craft in coding, taste in choosing the best solution, demo culture of iterative refinement) John Edson — Design Like Apple (systems thinking, the product is the marketing, design out loud, design with conviction) Contains 62 rules across 8 principle-based categories. Each rule identi...
|
71 |
| 15754 | tailwindcss-debugging | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Debugging & Troubleshooting Common Issues & Solutions 1. Styles Not Applying Check Content Detection v4 automatically detects content, but if styles are missing: /* Explicitly specify sources */ @import "tailwindcss"; @source "./src//*.{html,js,jsx,ts,tsx,vue,svelte}"; Verify Class Names <!-- WRONG - Dynamic class won't be detected --> <div class={`text-${color}-500`}> <!-- CORRECT - Use complete class names --> <div class={color === 'blue' ? 'text-blue-500' : 'text-red-500'}> ...
|
71 |
| 15755 | codemap | jordancoin/codemap |
Codemap Codemap gives you instant architectural context about any codebase. Use it proactively before exploring or modifying code. Commands codemap . Project structure and top files codemap --deps Dependency flow (imports/functions) codemap --diff Changes vs main branch codemap --diff --ref <branch> Changes vs specific branch When to Use ALWAYS run codemap . when: Starting any new task or feature User asks "where is X?" or "what files hand...
|
71 |
| 15756 | cli-developer | 404kidwiz/claude-supercode-skills |
CLI Developer Senior CLI developer with expertise in building intuitive, cross-platform command-line tools with excellent developer experience. Role Definition You are a senior CLI developer with 10+ years of experience building developer tools. You specialize in creating fast, intuitive command-line interfaces across Node.js, Python, and Go ecosystems. You build tools with <50ms startup time, comprehensive shell completions, and delightful UX. When to Use This Skill Building CLI tools and t...
|
71 |
| 15757 | github-issue-creator | sickn33/antigravity-awesome-skills |
GitHub Issue Creator This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates. Workflow Follow these steps to create a GitHub issue: Identify Issue Type : Determine if the request is a bug report, feature request, or other category. Locate Template : Search for issue templates in .github/ISSUE_TEMPLATE/ . bug_report.yml feature_request.yml website_issue.yml If no relevant YAML template is found, look for .md template...
|
71 |
| 15758 | rich-terminal-output | autumnsgrove/groveengine |
Rich Terminal Output Skill When to Activate Activate this skill when: Building CLI applications Displaying structured data (tables) Showing progress for long operations Creating error/status panels Pretty-printing objects for debugging Enhancing logging output Installation uv add rich Quick test python -c "from rich import print; print('[bold green]Rich working![/]')" Core Concepts Console Object from rich . console import Console console = Console ( ) Basic output console . print ( "Hello, Wo...
|
71 |
| 15759 | ghostty-config | sammcj/agentic-coding |
Ghostty Configuration Guidance for configuring the Ghostty terminal emulator. Ghostty uses text-based config files with sensible defaults and zero required configuration. Config File Locations XDG Path (All Platforms): $XDG_CONFIG_HOME/ghostty/config Defaults to ~/.config/ghostty/config if XDG_CONFIG_HOME undefined macOS Additional Path: ~/Library/Application Support/com.mitchellh.ghostty/config If both XDG and macOS paths exist, both are loaded with macOS path taking precedence Config Syntax C...
|
71 |
| 15760 | creating-agent-skills | everyinc/compound-engineering-plugin |
Creating Agent Skills This skill teaches how to create effective Claude Code Skills following Anthropic's official specification. Core Principles 1. Skills Are Prompts All prompting best practices apply. Be clear, be direct. Assume Claude is smart - only add context Claude doesn't have. 2. Standard Markdown Format Use YAML frontmatter + markdown body. No XML tags - use standard markdown headings. --- name: my-skill-name description: What it does and when to use it --- My Skill Name Qui...
|
71 |
| 15761 | powershell-shell-detection | josiahsiegel/claude-plugin-marketplace |
PowerShell Shell Detection & Cross-Shell Compatibility Critical guidance for distinguishing between PowerShell and Git Bash/MSYS2 shells on Windows, with shell-specific path handling and compatibility notes. Shell Detection Priority (Windows) When working on Windows, correctly identifying the shell environment is crucial for proper path handling and command execution. Detection Order (Most Reliable First) process.env.PSModulePath (PowerShell specific) process.env.MSYSTEM (Git Bash/MinGW spec...
|
71 |
| 15762 | git-expert | personamanagmentlayer/pcl |
Git Expert You are an expert in Git version control with deep knowledge of advanced workflows, branching strategies, collaboration patterns, and best practices. You help teams manage code efficiently and resolve complex version control issues. Core Expertise Essential Git Commands Basic Operations: Initialize repository git init git clone https://github.com/user/repo.git Check status and differences git status git diff Unstaged changes git diff --staged Staged changes git diff main .. .featu...
|
71 |
| 15763 | salesforce-automation | composiohq/awesome-claude-skills |
Salesforce Automation via Rube MCP Automate Salesforce CRM operations through Composio's Salesforce toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/salesforce Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Salesforce connection via RUBE_MANAGE_CONNECTIONS with toolkit salesforce Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — ...
|
71 |
| 15764 | electron-architect | tomlord1122/tomtom-skill |
Electron Architecture Expert Expert assistant for Electron desktop application architecture, Main/Renderer process design, IPC communication, security best practices, and application packaging. How It Works Analyzes application requirements Designs secure Main/Renderer architecture Implements safe IPC communication patterns Provides packaging and distribution configuration Ensures security best practices Usage Scaffold New Project bash /mnt/skills/user/electron-architect/scripts/scaffold-proje...
|
71 |
| 15765 | flutter-patterns | cleydson/flutter-claude-code |
A comprehensive collection of battle-tested Flutter patterns and best practices for building production-quality applications. Overview This skill provides quick-reference patterns for: - Widget Patterns: Common UI components (cards, lists, forms, dialogs, navigation) - Testing Patterns: Unit, widget, and integration testing approaches - Performance Patterns: Optimization techniques and performance checklists - Security Patterns: Security best practices and vulnerability prevention - Anim...
|
71 |
| 15766 | code-hardcode-audit | terrylica/cc-skills |
Code Hardcode Audit When to Use This Skill Use this skill when the user mentions: "hardcoded values", "hardcodes", "magic numbers" "constant detection", "find constants" "duplicate constants", "DRY violations" "code audit", "hardcode audit" "PLR2004", "semgrep", "jscpd", "gitleaks" "secret scanning", "leaked secrets", "API keys" "passwords in code", "credential leaks" Quick Start Full audit (all tools, both outputs) uv run --script scripts/audit_hardcodes.py -- src/ Python magic numbers onl...
|
71 |
| 15767 | expo-react-native-coder | pproenca/dot-skills |
Expo React Native Coder Best Practices Comprehensive feature development guide for Expo React Native applications. Contains 50 rules across 10 categories, covering everything from project setup to testing. Includes production-ready code templates for common features. When to Apply Reference these guidelines when: Setting up a new Expo project with TypeScript Building navigation with Expo Router (tabs, stacks, drawers, modals) Creating screens (list, detail, form, settings) Implementing authentic...
|
71 |
| 15768 | pr-review | proffesor-for-testing/agentic-qe |
PyTorch PR Review Skill Review PyTorch pull requests focusing on what CI cannot check: code quality, test coverage adequacy, security vulnerabilities, and backward compatibility. Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . Instead, ask the user what they would like to review: What would you like me to review? A PR number or URL (e.g., /pr-review 12345 ) A local branch (e.g., /pr-review branch ) Local CLI Mode The user provides a PR number o...
|
71 |
| 15769 | council | danielmiessler/personal_ai_infrastructure |
Council Use this skill to coordinate multiple subagents investigating the same question, with different models first and different assigned perspectives second, then synthesize their reports into one recommendation. This skill is best for judgment-heavy tasks: architecture tradeoffs, risky bug fixes, code review red-teaming, rollout decisions, incident analysis, and “is this alternative worth pursuing?” questions. Workflow 1. Frame the council question State the decision the council should answe...
|
71 |
| 15770 | conversation-archaeologist | onewave-ai/claude-skills |
Conversation Archaeologist Mine ALL past Claude conversations to build a living 'User Manual About You'. Extract writing style, business context, goals, preferences, and patterns. Make all other skills smarter with context. Instructions You are a master conversation analyst and profile builder. Use conversation_search and recent_chats tools to mine hundreds of past conversations. Extract patterns in: writing style, business context, recurring problems, stated goals, preferences, pet peeves, d...
|
71 |
| 15771 | sentry-automation | composiohq/awesome-claude-skills |
Sentry Automation via Rube MCP Automate Sentry error tracking and monitoring operations through Composio's Sentry toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/sentry Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Sentry connection via RUBE_MANAGE_CONNECTIONS with toolkit sentry Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed ...
|
71 |
| 15772 | mkdocs | vamseeachanta/workspace-hub |
MkDocs Documentation Skill Build fast, beautiful project documentation with MkDocs and Material for MkDocs theme. This skill covers everything from basic setup to advanced deployment pipelines with versioning. When to Use This Skill USE When Building project documentation for open source or internal projects Need a fast, searchable static documentation site Want beautiful Material Design without custom CSS Require multi-version documentation (v1.x, v2.x, etc.) Deploying documentation to GitHub...
|
71 |
| 15773 | sqlc | kalbasit/ncps |
This skill provides instructions for working with `sqlc` and database queries in the NCPS repository. NCPS supports multiple database engines (SQLite, PostgreSQL, MySQL), and `sqlc` is used to generate type-safe Go code from SQL queries for each engine. Configuration - SQLC Config: `sqlc.yml` - Queries: SQLite: `db/query.sqlite.sql` - PostgreSQL: `db/query.postgres.sql` - MySQL: `db/query.mysql.sql` - Output: SQLite: `pkg/database/sqlitedb` - PostgreSQL: `pkg/database/postgresdb` - My...
|
71 |
| 15774 | ultrapilot | yeachan-heo/oh-my-claudecode |
Ultrapilot Skill Parallel autopilot that spawns multiple workers with file ownership partitioning for maximum speed. Overview Ultrapilot is the parallel evolution of autopilot. It decomposes your task into independent parallelizable subtasks, assigns non-overlapping file sets to each worker, and runs them simultaneously. Key Capabilities: Decomposes task into parallel-safe components Partitions files with exclusive ownership (no conflicts) Spawns up to 5 parallel workers (Claude Code limit) Coor...
|
71 |
| 15775 | aws-cloudformation-bedrock | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation Amazon Bedrock Overview Create production-ready AI infrastructure using AWS CloudFormation templates for Amazon Bedrock. This skill covers Bedrock agents, knowledge bases for RAG implementations, data source connectors, guardrails for content moderation, prompt management, workflow orchestration with flows, and inference profiles for optimized model access. When to Use Use this skill when: Creating Bedrock agents with action groups and function definitions Implementing Retriev...
|
71 |
| 15776 | bun tanstack start | secondsky/claude-skills |
Bun TanStack Start Run TanStack Start (full-stack React framework) with Bun. Quick Start Create new TanStack Start project bunx create-tanstack-start@latest my-app cd my-app Install dependencies bun install Development bun run dev Build bun run build Preview bun run start Project Setup package.json { "scripts" : { "dev" : "vinxi dev" , "build" : "vinxi build" , "start" : "vinxi start" } , "dependencies" : { "@tanstack/react-router" : "^1.139.0" , "@tanstack/start" : "^1.120.0" , "react" : "...
|
71 |
| 15777 | excalidraw-skill | yctimlin/mcp_excalidraw |
Excalidraw Skill Step 0: Detect Connection Mode Before doing anything, determine which mode is available. Run these checks in order : Check 1: MCP Server (Best experience) mcp-cli tools | grep excalidraw If you see tools like excalidraw/batch_create_elements → use MCP mode . Call MCP tools directly. Check 2: REST API (Fallback — works without MCP server) curl -s http://localhost:3000/health If you get {"status":"ok"} → use REST API mode . Use HTTP endpoints ( curl / fetch ) from the cheatsheet. ...
|
71 |
| 15778 | develop-web-game | davila7/claude-code-templates |
Develop Web Game Build games in small steps and validate every change. Treat each iteration as: implement → act → pause → observe → adjust. Skill paths (set once) export CODEX_HOME = " ${CODEX_HOME :- $HOME / .codex} " export WEB_GAME_CLIENT = " $CODEX_HOME /skills/develop-web-game/scripts/web_game_playwright_client.js" export WEB_GAME_ACTIONS = " $CODEX_HOME /skills/develop-web-game/references/action_payloads.json" User-scoped skills install under $CODEX_HOME/skills (default: ~/.codex/skills )....
|
71 |
| 15779 | backport-pr-assistant | cockroachdb/cockroach |
CockroachDB Backport Assistant Help the user backport pull requests to older release branches, especially when conflicts need resolution. Backport CLI Tool Reference Basic Usage: backport <pull-request>... Backport entire PR(s) backport <pr> -r <release> Target specific release (e.g., -r 23.2) backport <pr> -b <branch> Target specific branch (e.g., -b release-23.1.10-rc) backport <pr> -j "justification" Add release justification backport <pr...
|
71 |
| 15780 | qa-use | desplega-ai/qa-use |
E2E testing and browser automation for AI-driven development workflows. Quick Start ``` qa-use browser create --viewport desktop Create browser session qa-use browser goto https://example.com Navigate qa-use browser snapshot Get element refs qa-use browser click e3 Interact by ref qa-use browser close Cleanup ``` For localhost: Add `--tunnel` to create (browser runs locally with API tunnel). Core Workflow - Create session →...
|
71 |
| 15781 | xcodebuildmcp | getsentry/xcodebuildmcp |
XcodeBuildMCP Prefer XcodeBuildMCP tools over shell commands for Apple platform tasks when available. If a capability is missing, assume your tool list may be hiding tools (search/progressive disclosure) or not loading schemas yet. Use your tool-search or “load tools” mechanism. If you still can’t find the tools, ask the user to enable them in the MCP client configuration. Tools (exact names + official descriptions) Session defaults Most tools require session defaults to be set before they c...
|
71 |
| 15782 | moai-lang-go | modu-ai/moai-adk |
Quick Reference (30 seconds) Go 1.23+ Development Expert for high-performance backend systems and CLI applications. Auto-Triggers: Files with .go extension, go.mod, go.sum, goroutines, channels, Fiber, Gin, GORM, Echo, Chi Core Use Cases: High-performance REST APIs and microservices Concurrent and parallel processing systems CLI tools and system utilities Cloud-native containerized services Quick Patterns: Fiber API Pattern: Create app by calling fiber.New function. Define a get route at ...
|
71 |
| 15783 | project-astrology-numerology | vasilyu1983/ai-agents-public |
Astrology & Numerology - Expert Advisor You are a professional astrologer and numerologist with 30+ years of practice. Priorities: Calculation correctness (timezone/DST, quadrant handling, coordinate systems). Verification against authoritative references (astro.com Swiss Ephemeris, JPL Horizons, Meeus). Psychology-first interpretations (no deterministic fortune-telling). Operating Rules Validate inputs early: birth date, birth time, birthplace (lat/lon), timezone (IANA name), house system, an...
|
71 |
| 15784 | docs-search | davila7/claude-code-templates |
Searching AEM Documentation Overview This skill helps you efficiently search the complete aem.live documentation (docs and blog posts) without wasting context on irrelevant pages. Use the provided search script to find relevant documentation pages, then fetch and read the full content of the most relevant results. When to Use This Skill Use this skill when: You need information about an aem.live feature or concept You've already looked at the project codebase for context You've tried a basic web...
|
71 |
| 15785 | drawio-diagram-forge | aktsmm/agent-skills |
Draw.io Diagram Forge Generate draw.io editable diagrams using AI-powered orchestrated workflow. When to Use General diagram requests - "Create a diagram", "Draw me a chart", etc. Creating architecture diagrams (Azure, AWS, on-premises) Converting flowcharts, system diagrams from text descriptions Transforming existing images/screenshots into editable draw.io format Generating swimlane diagrams, sequence diagrams from Excel/Markdown Prerequisites Tool Purpose Required VS Code IDE ✅ Draw.io Int...
|
71 |
| 15786 | umbraco-backoffice | umbraco/umbraco-cms-backoffice-skills |
Umbraco Backoffice Extensions Overview What This Skill Does Backoffice customisations are combinations of extension types working together: A "custom admin area" = Section + Menu + Dashboard A "data management tool" = Section + Menu + Workspace A "hierarchical browser" = Section + Menu + Tree + Workspace This skill provides complete working blueprints. The source code is in ./examples/ - copy and adapt for your needs. For details on individual extension types, invoke the referenced sub-skills. T...
|
71 |
| 15787 | blender | davincidreams/agent-team-plugins |
This skill lets a coding agent operate Blender on the desktop through Flue , a local shell-to-application bridge. The agent pipes Python into blender_bridge.py and gets structured JSON back. Flue is not an MCP server — it is a thinner, simpler shell contract that drives Blender's own bpy runtime directly. agent shell -> blender_bridge.py -> bpy -> JSON result When to use The human requests work performed inside Blender — inspect the open scene, collections, objects, meshes, materials, selection;...
|
71 |
| 15788 | text-to-speech | martinholovsky/claude-skills-generator |
ElevenLabs Text-to-Speech Generate natural speech from text - supports 70+ languages, multiple models for quality vs latency tradeoffs. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_speech . convert ( text = "Hello, welcome to ElevenLabs!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , George model_id = "eleven_multilingual_v2" ) with open ( "output.mp3" , "wb" ) as f ...
|
71 |
| 15789 | feishu-bitable-task-manager | httprunner/skills |
Feishu Bitable Task Manager Use this skill to read/write tasks in a Feishu Bitable “task status table” while staying compatible with its schema conventions. Path Convention Canonical install and execution directory: ~/.agents/skills/feishu-bitable-task-manager/ . Run commands from this directory: cd ~/.agents/skills/feishu-bitable-task-manager One-off (safe in scripts/loops from any working directory): ( cd ~/.agents/skills/feishu-bitable-task-manager && npx tsx scripts/bitable_task.ts --help ) ...
|
71 |
| 15790 | brevo-automation | composiohq/awesome-claude-skills |
Brevo Automation via Rube MCP Automate Brevo (formerly Sendinblue) email marketing operations through Composio's Brevo toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Brevo connection via RUBE_MANAGE_CONNECTIONS with toolkit brevo Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Ver...
|
71 |
| 15791 | codex-readiness-integration-test | openai/skills |
LLM Codex Readiness Integration Test This skill runs a multi-stage integration test to validate agentic execution quality. It always runs in execute mode (no read-only mode). Entry Point python skills/codex-readiness-integration-test/bin/run_integration_test.py Outputs Each run writes to .codex-readiness-integration-test/<timestamp>/ and updates .codex-readiness-integration-test/latest.json. New outputs per run: agentic_summary.json and logs/agentic.log (agentic loop execution) llm_results....
|
71 |
| 15792 | python | alinaqi/claude-bootstrap |
Python You are an expert in Python development across multiple domains including web development, data science, automation, and machine learning. Universal Principles PEP 8 compliance consistently emphasized Error handling via early returns and guard clauses Async/await for I/O-bound operations Type hints mandatory Modular, functional approaches preferred over classes Code Style Write concise, technical Python with accurate examples Use functional and declarative programming patterns where appro...
|
71 |
| 15793 | vue-expert | 404kidwiz/claude-supercode-skills |
Vue Expert Senior Vue specialist with deep expertise in Vue 3 Composition API, reactivity system, and modern Vue ecosystem. Role Definition You are a senior frontend engineer with 10+ years of JavaScript framework experience. You specialize in Vue 3 with Composition API, Nuxt 3, Pinia state management, and TypeScript integration. You build elegant, reactive applications with optimal performance. When to Use This Skill Building Vue 3 applications with Composition API Creating reusable composa...
|
71 |
| 15794 | wp-playground | automattic/agent-skills |
WordPress Playground When to use Spin up a disposable WordPress to test a plugin/theme without full stack setup. Run or iterate on Playground Blueprints (JSON) locally. Build a reproducible snapshot of a site for sharing or CI. Switch WP/PHP versions quickly to reproduce issues. Debug plugin/theme code with Xdebug in an isolated Playground. Inputs required Host machine readiness: Node.js ≥ 20.18, npm / npx available. Project path to mount ( --auto-mount or explicit mount mapping). Desired WP ver...
|
71 |
| 15795 | renaissance-statistical-arbitrage | copyleftdev/sk1llz |
Renaissance Technologies Style Guide Overview Renaissance Technologies, founded by mathematician Jim Simons, operates the Medallion Fund—the most successful hedge fund in history with ~66% annual returns before fees over 30+ years. The firm hires mathematicians, physicists, and computer ...
|
71 |
| 15796 | intent-check | arcblock/idd |
Intent Check 触发 Intent 检查流程,是 intent-validate 和 intent-sync agents 的用户友好入口。 功能 格式验证 (intent-validate) - 检查 Intent 文件是否符合 IDD 规范 代码同步 (intent-sync) - 检查代码实现与 Intent 的一致性 综合报告 - 汇总两项检查结果 工作流程 /intent-check [options] ↓ ┌───────────────────────────────────┐ │ 确定检查范围 │ │ - 指定路径 or 当前目录 │ │ - 单模块 or 全项目 │ └─────────────┬─────────────────────┘ ↓ ┌───────────────────────────────────┐ │ 调用 intent-validate agent │ │ → 格式合规报告...
|
71 |
| 15797 | aws-cloudformation-task-ecs-deploy-gh | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation Task ECS Deploy with GitHub Actions Comprehensive skill for deploying ECS containers using GitHub Actions CI/CD pipelines with CloudFormation infrastructure management. Overview Deploy containerized applications to Amazon ECS using GitHub Actions workflows. This skill covers the complete deployment pipeline: authentication with AWS (OIDC recommended), building Docker images, pushing to Amazon ECR, updating task definitions, and deploying ECS services. Integrate with CloudForma...
|
71 |
| 15798 | bamboohr-automation | composiohq/awesome-claude-skills |
BambooHR Automation via Rube MCP Automate BambooHR human resources operations through Composio's BambooHR toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/bamboohr Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active BambooHR connection via RUBE_MANAGE_CONNECTIONS with toolkit bamboohr Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — ...
|
71 |
| 15799 | tailwindcss-plugins | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Plugins Official Plugins @tailwindcss/typography Beautiful typographic defaults for content you don't control (Markdown, CMS content). Installation npm install -D @tailwindcss/typography @import "tailwindcss"; @plugin "@tailwindcss/typography"; Basic Usage <article class="prose"> <h1>Article Title</h1> <p>This content gets beautiful default styles...</p> </article> Size Modifiers Class Description prose-sm Smaller text (14px base) prose Default (16px base) prose-lg Larger t...
|
71 |
| 15800 | axiom-xcode-mcp-tools | charleswiltgen/axiom |
Xcode MCP Tool Workflows Core principle : Xcode MCP gives you programmatic IDE access. Use workflow loops, not isolated tool calls. Window Targeting (Critical Foundation) Most tools require a tabIdentifier . Always call XcodeListWindows first. 1. XcodeListWindows → list of (tabIdentifier, workspacePath) pairs 2. Match workspacePath to your project 3. Use that tabIdentifier for all subsequent tool calls Cache the mapping for the session. Only re-fetch if: A tool call fails with an invalid tab ide...
|
71 |