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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,500
总 Skills
92.2M
总安装量
2,584
贡献者
# Skill 仓库 描述 安装量
14651 jira-automation composiohq/awesome-claude-skills
Jira Automation via Rube MCP Automate Jira operations through Composio's Jira toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/jira Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Jira connection via RUBE_MANAGE_CONNECTIONS with toolkit jira 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. Veri...
84
14652 ab-test-setup manojbajaj95/claude-gtm-plugin
A/B Test Setup You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before designing a test, understand: Test Context ...
84
14653 nansen-fund-watch nansen-ai/nansen-cli
Fund Watch Answers: "What are crypto funds and VCs holding right now?" nansen research smart-money holdings --chain ethereum --labels "Fund" --limit 20 → token_symbol, value_usd, holders_count, balance_24h_percent_change, share_of_holdings_percent nansen research smart-money holdings --chain solana --labels "Fund" --limit 20 nansen research smart-money netflow --chain ethereum --labels "Fund" --limit 10 → token_symbol, net_flow_1h/24h/7d/30d_usd, market_cap_usd, trader_count nansen research sm...
84
14654 competitor-analysis manojbajaj95/claude-gtm-plugin
Competitor Analysis SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
84
14655 root cause tracing bobmatnyc/claude-mpm-skills
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. This skill is a specialized technique within the systematic-debugging workflow, typically applied during Phase 1 (Root Cause Investigation...
84
14656 outbound-email-strategy manojbajaj95/claude-gtm-plugin
Outbound Email Strategy Expert outbound email execution for B2B sales and business development. Build high-response cold outreach campaigns that feel personalized and drive conversations. Quick Start Define ICP — Who are you targeting and why? Research Prospects — Find personalization signals Craft the Hook — Lead with value, not a pitch Build Sequence — 5-7 touches across channels Handle Responses — Script for every outcome ICP Framework Define Your Target Element Question Example Title Who dec...
84
14657 frontend-async-best-practices sergiodxa/agent-skills
Performance optimization patterns for asynchronous JavaScript code. Contains 5 rules focused on eliminating request waterfalls and maximizing parallelism. Impact: CRITICAL - Waterfalls are the 1 performance killer. Each sequential await adds full network latency. When to Apply Reference these guidelines when: - Writing Remix loaders or actions - Implementing data fetching logic - Working with multiple async operations - Reviewing code for waterfall patterns - Optimizing response times ...
84
14658 plantuml-syntax melodic-software/claude-code-plugins
PlantUML Syntax Reference Overview PlantUML is a Java-based tool that creates diagrams from text descriptions. It supports comprehensive UML diagrams and many non-UML diagram types. Key advantages: Most comprehensive diagram support (15+ types) Mature C4 model integration with icons/sprites Extensive customization options Battle-tested (since 2009) Requirements: Java Runtime Environment (JRE) GraphViz (for some diagram types) Or use Docker: docker run -p 8080:8080 plantuml/plantuml-server D...
84
14659 javascript-pro 404kidwiz/claude-supercode-skills
JavaScript Pro Senior JavaScript developer with 10+ years mastering modern ES2023+ features, asynchronous patterns, and full-stack JavaScript development. Role Definition You are a senior JavaScript engineer with 10+ years of experience. You specialize in modern ES2023+ JavaScript, Node.js 20+, asynchronous programming, functional patterns, and performance optimization. You build clean, maintainable code following modern best practices. When to Use This Skill Building vanilla JavaScript appl...
84
14660 linkedin-personal-branding manojbajaj95/claude-gtm-plugin
LinkedIn Personal Branding Skill ⚠️ CRITICAL: Mandatory Requirements Every audit MUST include these elements - no exceptions: Requirement What Why Industry Classification Identify user's industry/sector Determines which benchmarks to apply Profile Type Employee / Consultant / Freelancer / Entrepreneur / Job Seeker Affects recommendations (e.g., Services section) Target Audience Recruiters / Clients / Peers / Investors / Partners Shapes content and positioning strategy Engagement Rate CALCULATE...
84
14661 email-drafter rysweet/amplihack
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
84
14662 rss-agent-discovery brooksy4503/rss-agent-discovery
RSS Agent Discovery AI agent-focused RSS feed discovery tool with machine-parseable JSON output. Quick start npx -y rss-agent-discovery https://vercel.com Output: { "success" : true , "results" : [ { "url" : "https://vercel.com/" , "feeds" : [ { "url" : "https://vercel.com/atom" , "title" : "atom" , "type" : "atom" } ] , "error" : null , "diagnostics" : [ ] } ] } Core workflow npx -y rss-agent-discovery < url > [ url2 ] [ url3 ] .. . Parse JSON output: npx -y rss-agent-discovery https://example....
84
14663 voice-audio-engineer erichowens/some_claude_skills
Voice & Audio Engineer: Voice Synthesis, TTS & Speech Processing Expert in voice synthesis, speech processing, and vocal production using ElevenLabs and professional audio techniques. Specializes in TTS, voice cloning, podcast production, and voice UI design. When to Use This Skill ✅ Use for: Text-to-speech (TTS) generation Voice cloning and voice design Speech-to-speech voice transformation Podcast production and editing Audiobook production Voice UI/conversational AI audio Dialogue mixing ...
84
14664 react-best-practices onekeyhq/app-monorepo
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
84
14665 viral-hooks omer-metin/skills-for-antigravity
Viral Hooks Identity Role: Attention Architect Personality: You understand that in an attention economy, earning the first 3 seconds is everything. You craft openings that make people stop, read, and want more. You know the difference between manipulative clickbait and genuine curiosity creation. You design hooks that deliver on their promise. Expertise: Curiosity gap creation Pattern interrupt design Emotional triggers Platform-specific optimization Payoff matching Hook testing Reference Sy...
84
14666 azure-devops rysweet/amplihack
Azure DevOps API Skill This skill provides comprehensive guidance for working with the Azure DevOps REST API, enabling programmatic access to all Azure DevOps Services and Azure DevOps Server resources. Overview Azure DevOps REST API is a RESTful web API enabling you to access and manage work items, repositories, pipelines, test plans, artifacts, and more across all Azure DevOps services. Base URL: https://dev.azure.com/{organization}/{project}/_apis/{area}/{resource}?api-version={version} ...
84
14667 fal-generate sickn33/antigravity-awesome-skills
fal-generate Curated from the fal.ai community team. What it does Generate images and videos using fal.ai AI models. Production-grade catalogue covering Flux, SDXL, ideogram, and other community-hosted endpoints. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, inst...
84
14668 marketing-automation manojbajaj95/claude-gtm-plugin
Marketing Skills Collection A collection of 23 sub-skills for marketing deliverables. Generates repeatable, high-quality outputs across CRO, copywriting, SEO, analytics, and growth. When to use this skill Marketing Deliverables Needed : CRO, copy, SEO, analytics, growth outputs Repeatable High-Quality Outputs : Generate assets tuned to a single KPI Business Goal → Skill Mapping : Convert goals to specific marketing sub-skills 23 Sub-Skills Overview CRO (Conversion Rate Optimization) Sub-Skill De...
84
14669 debugging-capacitor cap-go/capgo-skills
Debugging Capacitor Applications Complete guide to debugging Capacitor apps on iOS and Android. When to Use This Skill User reports app crashes User needs to debug WebView/JavaScript User needs to debug native code User has network/API issues User sees unexpected behavior User asks how to debug Quick Reference: Debugging Tools Platform WebView Debug Native Debug Logs iOS Safari Web Inspector Xcode Debugger Console.app Android Chrome DevTools Android Studio adb logcat WebView Debugging iOS: Safar...
84
14670 git-commit-message vasilyu1983/ai-agents-public
Git Commit Message Generator Auto-generates conventional commit messages from git diffs with tiered format enforcement Purpose Analyze staged git changes and generate concise, meaningful commit messages following a tiered Conventional Commits specification. This skill examines file modifications, additions, and deletions to infer the type and scope of changes, producing commit messages that match the importance of the change - from detailed documentation for critical features to concise messa...
84
14671 gemini-designer oil-oil/gemini-designer
Gemini Designer — Your Design Partner Delegate design tasks to Gemini via ZenMux API. Gemini creates HTML page designs, SVG icons, and provides design advice. Critical rules ONLY interact with Gemini through the bundled shell script. NEVER call the API directly. Run the script ONCE per task. Read the output file and proceed. The script requires a ZenMux API key. It checks (in order): ZENMUX_API_KEY env var, .env.local in current/parent dirs, ~/.config/gemini-designer/api_key file. How to call th...
84
14672 app-store-optimization manojbajaj95/claude-gtm-plugin
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
84
14673 supabase-detect yoanbernabeu/supabase-pentest-skills
Supabase Detection 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill determines whether a web ...
84
14674 solidity-auditor schwepps/skills
Solidity Smart Contract Auditor A professional-grade smart contract audit skill covering security vulnerabilities, gas optimization, storage patterns, and code architecture. Adapted to Solidity version specifics. Audit Types Determine the audit type based on user request: User Request Audit Type Primary Reference "Full audit", "comprehensive review" Full Audit All references "Security audit", "vulnerability scan" Security Focused references/security-checklist.md "Gas optimization", "reduce g...
84
14675 technology-impact jwynia/agent-skills
Technology Impact Analysis (McLuhan Tetrad) Purpose Systematically analyze the societal impacts of technologies using McLuhan's Tetrad of Media Effects. Examines what technology enhances, obsoletes, retrieves, and reverses to reveal non-obvious consequences. Core Framework: The Tetrad Every technology simultaneously has four effects: Effect Question What It Reveals Enhancement What does it amplify? Primary capabilities increased Obsolescence What does it displace? What becomes less relevant ...
84
14676 pr-specialist manojbajaj95/claude-gtm-plugin
PR Specialist Expert public relations guidance for earned media strategy, media relations, and reputation building — from press releases to crisis communication. Philosophy Great PR is earned, not bought: Build relationships before you need them — Journalists remember who helped them, not who pitched them Newsworthy first, company second — Lead with the story, not the press release Credibility compounds — Every interaction builds or erodes your reputation Measure what matters — Coverage quality ...
84
14677 linkedin-content manojbajaj95/claude-gtm-plugin
LinkedIn Content Write high-engagement LinkedIn posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research trending LinkedIn content patterns infsh app run tavily/search-assistant --input '{ "query": "LinkedIn viral post examples 2024 high engagement patterns" }' Post to X (cross-posting reference) infsh app run x/post-create --input '{ "text": "Your cross-posted version here" }...
84
14678 tiktok-app-marketing upload-post/upload-post-larry-marketing-skill
TikTok App Marketing Automate your entire TikTok slideshow marketing pipeline: generate → overlay → post → track → iterate. Proven results: 7 million views on the viral X article, 1M+ TikTok views, $670/month MRR — all from an AI agent running on an old gaming PC. Prerequisites This skill does NOT bundle any dependencies. Your AI agent will need to research and install the following based on your setup. Tell your agent what you're working with and it will figure out the rest. Required Node.js (v...
84
14679 stripe-automation sickn33/antigravity-awesome-skills
Stripe Automation via Rube MCP Automate Stripe payment operations through Composio's Stripe toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/stripe Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Stripe connection via RUBE_MANAGE_CONNECTIONS with toolkit stripe 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 endpoin...
84
14680 sqlite-vec existential-birds/beagle
sqlite-vec sqlite-vec is a lightweight SQLite extension for vector similarity search. It enables storing and querying vector embeddings directly in SQLite databases without external vector databases. Quick Reference Load Extension import sqlite3 import sqlite_vec from sqlite_vec import serialize_float32 db = sqlite3.connect(":memory:") db.enable_load_extension(True) sqlite_vec.load(db) db.enable_load_extension(False) Basic KNN Query -- Create table CREATE VIRTUAL TABLE vec_items USING vec0( ...
84
14681 keycloak-administration dauquangthanh/hanoi-rainbow
KeyCloak Administration Overview Provides systematic KeyCloak administration guidance covering installation, configuration, realm management, security hardening, and operational best practices. Supports both standalone and clustered deployments for secure, scalable identity and access management (IAM) solutions. Quick Start Guide Choose your task and load the appropriate reference: New Installation → Continue to Installation & Setup Realm & User Management → Load realm-management.md Client Confi...
84
14682 react-flow-architect sickn33/antigravity-awesome-skills
ReactFlow Architect Build production-ready ReactFlow applications with hierarchical navigation, performance optimization, and advanced state management. Quick Start Create basic interactive graph: import ReactFlow , { Node , Edge } from "reactflow" ; const nodes : Node [ ] = [ { id : "1" , position : { x : 0 , y : 0 } , data : { label : "Node 1" } } , { id : "2" , position : { x : 100 , y : 100 } , data : { label : "Node 2" } } , ] ; const edges : Edge [ ] = [ { id : "e1-2" , source : "1" , targ...
84
14683 layerchart-svelte5 spences10/svelte-skills-kit
LayerChart Svelte 5 Use next.layerchart.com docs (NOT layerchart.com - that's Svelte 4). Quick Start <Chart {data} x="date" y="value" tooltip={{ mode: 'bisect-x' }}> <Svg> <Axis placement="left" grid rule /> <Area class="fill-primary/20" line={{ class: 'stroke-primary' }} /> <Highlight points lines /> </Svg> <Tooltip.Root> {snippet children({ data })} <Tooltip.Header>{data.date}</Tooltip.Header> <Tooltip.Item label="Value" value={data.value} /> {/snippet} </Tooltip....
84
14684 spec-design zixun-github/aisdlc
spec-design 概览 本技能是 D2 worker skill :只负责产出可评审的 决策文档(Decision Doc / RFC) 到 {FEATURE_DIR}/design/design.md 。 路由权威 :是否跳过 design(D0)、是否需要 research(D1)均由 using-aisdlc 作为唯一路由器判定;本技能不做分流决策。 核心原则: 门禁优先(spec-context)→ 强制消费影响分析与项目知识库 → 决策落盘(D2) 。在任何压力下都禁止猜路径、禁止在缺少 SSOT 时脑补推进。 开始时宣布: 「我正在使用 spec-design 技能产出设计决策文档(design/design.md / RFC)。」 何时使用 / 不使用 使用时机 用户要求产出 design/design.md (RFC/Decision Doc),或“做设计再进入 implementation”。 你被要求把接口字段/表结构/任务拆分塞进设计文档,担心文档分层被破坏。 不要用在 需求尚未完成 R1(没有 requirements/solution.md ):先完成需...
84
14685 customer-success-and-retention manojbajaj95/claude-gtm-plugin
Customer Success & Retention Comprehensive framework for customer success, retention, and lifetime value maximization. Quick Reference Situation Use This Skill For Designing onboarding flows Onboarding Excellence Reducing churn Churn Prevention & Recovery Building health monitoring Health Score Models Improving LTV Retention & Ascension Cancel flow optimization Cancel Flow Design Payment failures Dunning & Recovery Part 1: Core Principles Time to Value Is Everything The faster users get value, t...
84
14686 writing-proofreading niracler/skill
Writing Proofreading 文章审校助手,提供 6 步审校流程,帮助打磨中文文章。 Prerequisites Tool Type Required Install markdownlint-cli2 cli No npx markdownlint-cli2 (no install needed, used in step 6) markdown-lint skill No Included in npx skills add niracler/skill (for repo setup) Do NOT proactively verify these tools on skill load. If a command fails due to a missing tool, directly guide the user through installation and configuration step by step. 核心原则 原则 说明 先讨论再修改 提出方案让用户选择,不直接动手 分段审校 按 Markdown 标题为节点,每次 1-2 个标题 启发式提问 ...
84
14687 jotai-expert s-hiraoku/skills-factory
Jotai is a primitive and flexible state management library for React using an atomic approach. Always reference [https://jotai.org/](https://jotai.org/) for the latest API details. Decision Tree ``` Need state management? ├── Simple local state → useState (no Jotai needed) ├── Shared state across components │ ├── Few components, same tree → Context may suffice │ └── Many components, complex → Use Jotai ✓ └── Global app state → Use Jotai ✓ Choosing atom type: ├── Static value → atom(initi...
84
14688 voice-interface-builder daffy0208/ai-dev-standards
Voice Interface Builder Skill I help you build voice-enabled interfaces using the Web Speech API and modern voice technologies. What I Do Speech Recognition: Voice commands and controls Voice-to-text input Continuous dictation Command detection Text-to-Speech: Reading content aloud Voice feedback and notifications Multilingual speech output Voice selection and customization Voice UI: Voice-first interfaces Accessibility features Hands-free controls Voice search Web Speech API Basics Spee...
83
14689 aws-aurora alinaqi/claude-bootstrap
AWS Aurora Skill Load with: base.md + [typescript.md | python.md] Amazon Aurora is a MySQL/PostgreSQL-compatible relational database with serverless scaling, high availability, and enterprise features. Sources: Aurora Docs | Serverless v2 | RDS Proxy Core Principle Use RDS Proxy for serverless, Data API for simplicity, connection pooling always. Aurora excels at ACID-compliant workloads. For serverless architectures (Lambda), always use RDS Proxy or Data API to handle connection management...
83
14690 product-hunt-launch manojbajaj95/claude-gtm-plugin
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height": ...
83
14691 jq-json-processing laurigates/claude-plugins
jq JSON Processing Expert knowledge for processing, querying, and transforming JSON data using jq, the lightweight and flexible command-line JSON processor. Core Expertise JSON Operations Query and filter JSON with path expressions Transform JSON structure and shape Combine, merge, and split JSON data Validate JSON syntax and structure Data Extraction Extract specific fields from JSON objects Filter arrays based on conditions Navigate nested JSON structures Handle null values and missing keys Es...
83
14692 nft-standards sickn33/antigravity-awesome-skills
NFT Standards Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features. When to Use This Skill Creating NFT collections (art, gaming, collectibles) Implementing marketplace functionality Building on-chain or off-chain metadata Creating soulbound tokens (non-transferable) Implementing royalties and revenue sharing Developing dynamic/evolving NFTs ERC-721 (Non-Fungible Token Standard) // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppe...
83
14693 ask-user-question memtensor/memos
Ask User Question Use this MCP tool to ask users questions and get their responses. This is the ONLY way to communicate with the user - they cannot see CLI/terminal output. Critical Rule The user CANNOT see your text output or CLI prompts! If you write "Let me ask you..." and then just output text - THE USER WILL NOT SEE IT. You MUST call this tool to display a modal in the UI. When to Use Clarifying questions before starting ambiguous tasks Asking user preferences (e.g., "How would you lik...
83
14694 tooling-engineer 404kidwiz/claude-supercode-skills
Provides expertise in building developer productivity tools including command-line interfaces, IDE extensions, build system optimizations, and local development environment automation. Focuses on improving developer experience and workflow efficiency. When to Use - Building command-line tools and utilities - Creating IDE/editor extensions (VS Code, JetBrains) - Optimizing build systems and compilation times - Automating repetitive development tasks - Setting up local development environme...
83
14695 geospatial-postgis-patterns linehaul-ai/linehaulai-claude-marketplace
Use when: - Creating geofence boundaries around facilities - Calculating distances between points (truck to facility, origin to destination) - Detecting geofence entry/exit events for tracking - Building ETA calculations or routing features - Querying fleet positions and historical tracks - Implementing spatial indexes for location queries - Integrating with mapping frontends (Mapbox, Leaflet) PostGIS Fundamentals Geography vs Geometry Types Use `geography` for real-world distance ca...
83
14696 base-ui itechmeat/llm-code
Base UI provides unstyled, composable React components. This skill focuses on assembling multi-part components, composing with the `render` prop, and meeting accessibility requirements while you supply styling. When to use Use this skill when the user wants to: - Build UI with `@base-ui/react` primitives. - Compose unstyled components with custom markup and styling. - Implement menus, overlays, toasts, and toolbars. - Build accessible form controls and grouped inputs. Quick navigation (...
83
14697 java-expert personamanagmentlayer/pcl
Java Expert You are an expert Java developer with deep knowledge of modern Java (21+), Spring ecosystem, build tools (Maven/Gradle), and enterprise application development. You write clean, performant, and maintainable Java code following industry best practices. Core Expertise Modern Java (Java 21+) Records (Data Classes): // Immutable data carrier public record User ( String name , int age , String email ) { // Compact constructor for validation public User { if ( age < 0 ) { throw new Illegal...
83
14698 debugging-protocol jwilger/agent-skills
Debugging Protocol Value: Feedback -- systematic investigation produces understanding. Understanding produces correct fixes. Correct fixes prevent recurrence. Skipping investigation produces symptom fixes that hide bugs. Purpose Teaches a disciplined 4-phase debugging process that enforces root cause analysis before any fix attempt. Prevents the most common debugging failure mode: jumping to a fix without understanding why the problem exists. Practices The Iron Law: No Fixes Without Investigatio...
83
14699 tdd yeachan-heo/oh-my-claudecode
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
83
14700 game-development vudovn/antigravity-kit
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
83