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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
14451 react dalestudy/skills
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
71
14452 indicator-setup marketcalls/openalgo-indicator-skills
Set up the complete Python environment for OpenAlgo indicator analysis, charting, and dashboard development. Arguments $0 = Python version (optional, default: python3 ). Examples: python3.12 , python3.13 Steps Step 1: Detect Operating System uname -s 2 > /dev/null || echo "Windows" Map: Darwin = macOS, Linux = Linux, MINGW* / CYGWIN* / Windows = Windows. Step 2: Create Virtual Environment macOS / Linux: python3 -m venv venv source venv/bin/activate pip install --upgrade pip Windows: python -m ve...
71
14453 live-feed marketcalls/openalgo-indicator-skills
Create a real-time indicator feed using OpenAlgo WebSocket streaming. Arguments Parse $ARGUMENTS as: symbol exchange mode $0 = symbol (e.g., SBIN, RELIANCE, NIFTY). Default: SBIN $1 = exchange (e.g., NSE, NSE_INDEX). Default: NSE $2 = mode (e.g., ltp, quote, depth, multi). Default: quote If no arguments, ask user for symbol and what data they want. Instructions Read the indicator-expert rules, especially: rules/websocket-feeds.md — WebSocket connection and subscription rules/data-fetching.md — H...
71
14454 grill-me tkersey/dotfiles
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
71
14455 mcp-builder dedalus-erp-pas/foundation-skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
71
14456 aws-cloudformation-s3 giuseppe-trisciuoglio/developer-kit
AWS CloudFormation S3 Patterns Create production-ready Amazon S3 infrastructure using AWS CloudFormation templates. This skill covers S3 bucket configurations, bucket policies, versioning, lifecycle rules, and template structure best practices. When to Use Use this skill when: Creating S3 buckets with custom configurations Implementing bucket policies for access control Configuring S3 versioning for data protection Setting up lifecycle rules for data management Creating Outputs for cross-stack r...
71
14457 data-journalism jamditis/claude-skills-journalism
Data journalism methodology Systematic approaches for finding, analyzing, and presenting data in journalism. Data acquisition Public data sources Federal data sources General - Data.gov - Federal open data portal - Census Bureau (census.gov) - Demographics, economic data - BLS (bls.gov) - Employment, inflation, wages - BEA (bea.gov) - GDP, economic accounts - Federal Reserve (federalreserve.gov) - Financial data - SEC EDGAR - Corporate filings Specific domains - EPA (epa.gov/data) - Envir...
71
14458 graphql-expert martinholovsky/claude-skills-generator
GraphQL API Development Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement GraphQL features, you MUST: Verify Before Implementing ✅ Check official Apollo Server 4+ documentation ✅ Confirm GraphQL spec compliance for directives/types ✅ Validate DataLoader patterns are current ❌ Never guess Apollo Server configuration options ❌ Never invent GraphQL directives ❌ Never assume federati...
71
14459 implement yonatangross/orchestkit
Implement Skill Quick Ref: Execute single issue end-to-end. Output: code changes + commit + closed issue. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execute a single issue from start to finish. CLI dependencies: bd (issue tracking), ao (ratchet gates). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use the issue description directly and track progress via TaskList instead of beads. Execution Steps Given /implement <issue-id-or-description> : St...
71
14460 convertkit-automation composiohq/awesome-claude-skills
ConvertKit (Kit) Automation via Rube MCP Automate ConvertKit (now known as Kit) email marketing operations through Composio's Kit toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/kit Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Kit connection via RUBE_MANAGE_CONNECTIONS with toolkit kit 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 ...
71
14461 implementing-jsc-classes-cpp oven-sh/bun
For publicly accessible Constructor and Prototype, create 3 classes: - `class Foo : public JSC::DestructibleObject` - if C++ fields exist; otherwise use `JSC::constructEmptyObject` with `putDirectOffset` - `class FooPrototype : public JSC::JSNonFinalObject` - `class FooConstructor : public JSC::InternalFunction` No public constructor? Only Prototype and class needed. Iso Subspaces Classes with C++ fields need subspaces in: - `src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h` - `src/b...
71
14462 pipedrive-automation composiohq/awesome-claude-skills
Pipedrive Automation via Rube MCP Automate Pipedrive CRM workflows including deal management, contact and organization operations, activity scheduling, notes, and pipeline/stage queries through Composio's Pipedrive toolkit. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Pipedrive connection via RUBE_MANAGE_CONNECTIONS with toolkit pipedrive Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server...
71
14463 miro-automation composiohq/awesome-claude-skills
Miro Automation via Rube MCP Automate Miro whiteboard operations through Composio's Miro toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/miro Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Miro connection via RUBE_MANAGE_CONNECTIONS with toolkit miro 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 ...
71
14464 cloud-architect 404kidwiz/claude-supercode-skills
Cloud Architect Senior cloud architect specializing in multi-cloud strategies, migration patterns, cost optimization, and cloud-native architectures across AWS, Azure, and GCP. Role Definition You are a senior cloud architect with 15+ years of experience designing enterprise cloud solutions. You specialize in multi-cloud architectures, migration strategies (6Rs), cost optimization, security by design, and operational excellence. You design highly available, secure, and cost-effective cloud in...
71
14465 video-clipper dkyazzentwatwa/chatgpt-skills
Cut and trim video segments with precise timestamp control. Features - Timestamp Clipping: Cut segments by start/end times - Multi-Segment: Extract multiple clips from one video - Split by Duration: Auto-split into equal chunks - Trim: Remove start/end portions - Format Preservation: Maintain quality and format CLI Usage ``` python video_clipper.py --input video.mp4 --start 00:01:00 --end 00:02:30 --output clip.mp4 python video_clipper.py --input video.mp4 --split 60 --output clips/ `...
71
14466 stata-regression meleantonio/awesome-econ-ai-stuff
Stata Regression Purpose This skill produces reproducible regression analysis workflows in Stata, including model diagnostics and publication-ready tables using esttab or outreg2 . When to Use Estimating linear or nonlinear regression models in Stata Producing tables for academic papers and reports Running robustness checks and alternative specifications Instructions Follow these steps to complete the task: Step 1: Understand the Context Before generating any code, ask the user: What is the depe...
71
14467 debugging pluginagentmarketplace/custom-plugin-python
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
71
14468 moai-lang-python modu-ai/moai-adk
Quick Reference (30 seconds) Python 3.13+ Development Specialist - FastAPI, Django, async patterns, pytest, and modern Python features. Auto-Triggers: Python files with .py extension, pyproject.toml, requirements.txt, pytest.ini, FastAPI or Django discussions Core Capabilities: Python 3.13 Features: JIT compiler via PEP 744, GIL-free mode via PEP 703, pattern matching with match and case statements Web Frameworks: FastAPI 0.115 and later, Django 5.2 LTS Data Validation: Pydantic v2.9 with mo...
71
14469 explore yonatangross/orchestkit
Explore - Internal Codebase Exploration Meta-skill for exploring an internal codebase at varying depths. READ-ONLY workflow - no code changes. Usage /explore <depth> [options] Question Flow (No Arguments) If the user types just /explore with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase. Phase 0: Workflow Selection question: "How would you like to explore?" header: "Explore" options: - label: "Help me choose (Recommended)" descripti...
71
14470 digitalocean-agentic-cloud bobmatnyc/claude-mpm-skills
DigitalOcean Agentic Cloud Skill progressive_disclosure: entry_point: summary: "Gradient AI agentic cloud and AI platform for building, training, and deploying AI agents with GPU infrastructure, knowledge bases, and agent routes." when_to_use: - "When building or deploying AI agents on DigitalOcean" - "When selecting Gradient AI for GPU-backed inference" - "When designing agent workflows with knowledge bases and routes" quick_start: - "Choose Gradient AI Agentic Cloud or Gradient AI Platform" - ...
71
14471 pipeline yeachan-heo/oh-my-claudecode
Pipeline Skill Overview The pipeline skill enables chaining multiple agents together in defined workflows where the output of one agent becomes the input to the next. This creates powerful agent pipelines similar to Unix pipes but designed for AI agent orchestration. Core Concepts 1. Sequential Pipelines The simplest form: Agent A's output flows to Agent B, which flows to Agent C. explore -> architect -> executor Flow: Explore agent searches codebase and produces findings Architect receives find...
71
14472 intent-assess arcblock/idd
Intent Assess 评估项目是否适合 IDD,并教育 IDD 方法论。 两个模式 1. 评估模式 (Assessment) /intent-assess 分析当前项目,评估是否适合采用 IDD。 2. 学习模式 (Learning) /intent-assess --learn 教育 IDD 方法论,解释核心概念。 评估模式 工作流程 /intent-assess ↓ ┌───────────────────────────────────┐ │ Phase 1: 项目分析 │ │ - 项目类型识别 │ │ - 代码库规模 │ │ - 现有文档情况 │ │ - 团队协作模式 │ └─────────────┬─────────────────────┘ ↓ ┌───────────────────────────────────┐ │...
71
14473 verification-before-completion bobmatnyc/claude-mpm-skills
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
71
14474 intent-report arcblock/idd
Intent Report 将技术性的 Intent 文件转换成人类可读的报告文档。 用途 给 Stakeholder:项目概览、进度、关键决策 给新成员:快速了解项目架构和设计理由 给文档:生成 README、设计文档、架构说明 给会议:项目汇报、技术评审 工作流程 /intent-report [options] ↓ ┌───────────────────────────────────┐ │ 读取 Intent 文件 │ │ - 项目级 + 模块级 │ │ - 解析结构和元数据 │ └─────────────┬─────────────────────┘ ↓ ┌───────────────────────────────────┐ │ 确定报告类型 │ │ - overview / architecture / │ │ progress / full ...
71
14475 llm-integration yonatangross/orchestkit
Local LLM Integration Skill File Organization: This skill uses split structure. Main SKILL.md contains core decision-making context. See references/ for detailed implementations. 1. Overview Risk Level: HIGH - Handles AI model execution, processes untrusted prompts, potential for code execution vulnerabilities You are an expert in local Large Language Model integration with deep expertise in llama.cpp, Ollama, and Python bindings. Your mastery spans model loading, inference optimization, pro...
71
14476 shopify-automation composiohq/awesome-claude-skills
Shopify Automation Comprehensive Shopify e-commerce automation covering inventory management, order processing, customer workflows, and analytics. Based on n8n's e-commerce workflow templates. Overview This skill covers: Inventory management and alerts Order processing automation Customer lifecycle workflows Multi-channel synchronization Analytics and reporting Inventory Management Low Stock Alerts workflow : "Inventory Alert System" schedule : "Daily 9am" steps : 1. fetch_inventory : shopify : ...
71
14477 technical writer eddiebe147/claude-settings
Technical Writer Transform complex technical concepts into clear, accessible documentation that helps users succeed. This skill specializes in creating API documentation, user guides, README files, tutorials, and reference materials that balance technical accuracy with readability. Whether you're documenting code libraries, software products, system architectures, or processes, this skill ensures your documentation is comprehensive, well-organized, and genuinely helpful. It follows industry best...
71
14478 final-release-review openai/openai-agents-python
Final Release Review Purpose Use this skill when validating the latest release candidate commit (default tip of origin/main) for release. It guides you to fetch remote tags, pick the previous release tag, and thoroughly inspect the BASE_TAG...TARGET diff for breaking changes, introduced bugs/regressions, improvement opportunities, and release risks. Quick start Ensure repository root: pwd → path-to-workspace/openai-agents-python. Sync tags and pick base (default v*): BASE_TAG="$(.codex/skills/...
71
14479 image-optimization secondsky/claude-skills
SEO On-Page: Image Optimization Guides image optimization for Google Search (text results, Image Pack, Google Images, Discover), Core Web Vitals (LCP), and accessibility. Consolidates image-related best practices from components (hero, trust-badges) and pages (landing-page). References: Google Image SEO , Semrush Image SEO . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the ...
71
14480 digitalocean-teams bobmatnyc/claude-mpm-skills
DigitalOcean Teams Skill progressive_disclosure: entry_point: summary: "Teams and Organizations on DigitalOcean: membership, roles, permissions, and consolidated billing." when_to_use: - "When setting up teams or organizations" - "When managing roles and access permissions" - "When configuring billing and ownership" quick_start: - "Create a team and invite members" - "Assign roles and permissions" - "Configure security settings" - "Use organizations for consolidated billing" token_estimate: entr...
70
14481 table-filters shipshitdev/library
Table Filters When the user is building a table that needs filters, analyze the columns and design the filtering UX. Step 1: Analyze Each Column For each column in the table, determine the filter type: Data Pattern Filter Type Example Columns Free text, names, descriptions Contains Product Name, Notes, Customer Fixed set of values (<20 options) Checkboxes Status, Category, Priority, Type Numeric values Range Price, Quantity, Age, Score Dates Date Range Created, Updated, Due Date Boolean Togg...
70
14482 capacitor-ci-cd cap-go/capgo-skills
CI/CD for Capacitor Applications Automate building, testing, and deploying Capacitor apps. When to Use This Skill User wants to automate builds User needs CI/CD pipeline User asks about GitHub Actions User needs app signing automation User wants automated releases GitHub Actions Complete Workflow .github/workflows/build.yml name : Build and Deploy on : push : branches : [ main , develop ] pull_request : branches : [ main ] env : NODE_VERSION : '20' jobs : Run tests and linting test : runs-on :...
70
14483 joel-writing-style joelhooks/joelclaw
Joel's Writing Style Guide Joel writes like he talks — direct, warm, profane when it serves the point, and always in service of helping someone. His blog is a digital garden, not a content marketing operation. Posts range from 50-word observations to 4,000-word deep dives. Not everything is polished. That's by design. This guide is derived from analyzing 127 posts across joelhooks.com (2012–2026). For curated voice examples from the corpus, see references/voice-examples.md . Core Voice Rules 1. ...
70
14484 agent-creator erichowens/some_claude_skills
Agent Creator Meta-agent specializing in creating new custom agents, skills, and MCP integrations. Transform requirements into fully-functional, well-documented agent systems. Quick Start User: "Create an agent for database optimization" Agent Creator: 1. Analyze requirements (domain, users, problems, scope) 2. Design persona (Senior DBA, 20 years experience) 3. Map capabilities (EXPLAIN analysis, indexing, query rewriting) 4. Select template (Technical Expert) 5. Encode knowledge (anti-patterns...
70
14485 calendly-automation sickn33/antigravity-awesome-skills
Calendly Automation via Rube MCP Automate Calendly operations including event listing, invitee management, scheduling link creation, availability queries, and organization administration through Composio's Calendly toolkit. Toolkit docs : composio.dev/toolkits/calendly Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Calendly connection via RUBE_MANAGE_CONNECTIONS with toolkit calendly Always call RUBE_SEARCH_TOOLS first to get current tool schemas Many operations re...
70
14486 helpdesk-automation composiohq/awesome-claude-skills
HelpDesk Automation via Rube MCP Automate HelpDesk ticketing operations through Composio's HelpDesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/helpdesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HelpDesk connection via RUBE_MANAGE_CONNECTIONS with toolkit helpdesk 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 a...
70
14487 error-coordinator 404kidwiz/claude-supercode-skills
Error Coordinator Purpose Provides expertise in building resilient multi-agent systems with robust error handling, failure detection, and recovery mechanisms. Covers loop detection, hallucination mitigation, and self-healing agent workflows. When to Use Designing error handling for agent systems Implementing retry and recovery strategies Building self-healing AI workflows Detecting agent loops and infinite recursion Mitigating hallucinations in agent outputs Implementing circuit breakers for a...
70
14488 alicloud-solution-content-article-illustrator cinience/alicloud-skills
Category: solution Content Article Illustrator Preserve the article-illustration workflow model while recommending Alibaba Cloud skills as the default execution backends. Two Dimensions Dimension Controls Examples Type Information structure infographic, scene, flowchart, comparison, framework, timeline Style Visual aesthetics notion, warm, minimal, blueprint, watercolor, editorial Validation mkdir -p output/alicloud-solution-content-article-illustrator python3 tests/common/compile_skill_scripts....
70
14489 hindsight-self-hosted vectorize-io/hindsight
You have persistent memory via a self-hosted Hindsight server. This memory bank can be shared with the team, so knowledge stored here benefits everyone working on this codebase. Proactively store team knowledge and recall context to provide better assistance. Setup Check (First-Time Only) Before using memory commands, verify the Hindsight CLI is configured: ``` cat ~/.hindsight/config ``` If the file doesn't exist or is missing credentials, help the user set it up: - Install the CLI (if...
70
14490 square-automation composiohq/awesome-claude-skills
Square Automation via Rube MCP Automate Square payment processing, order management, and invoicing through Composio's Square toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/square Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Square connection via RUBE_MANAGE_CONNECTIONS with toolkit square 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 k...
70
14491 llm-context brave/brave-search-skills
LLM Context Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Brave LLM Context API delivers pre-extracted, relevance-ranked web content optimized for grounding LLM responses in real-time search results. Unlike traditional web search APIs that return links and snippets, LLM Context extracts the actual page content—text chunks, tables, code blocks, and structured data—so your LLM or...
70
14492 godot-state-machine-advanced thedivergentai/gd-agentic-skills
Advanced State Machines Hierarchical states, state stacks, and context passing define complex behavior management. Available Scripts hsm_logic_state.gd Expert HSM base class with state stack management and validation. pushdown_automaton.gd Stack-based state machine for interrupt-resume behavior (pause menus, cutscenes). MANDATORY : Read hsm_logic_state.gd before implementing hierarchical AI behaviors. NEVER Do in Advanced State Machines NEVER forget to call exit() before enter() — Transition wit...
70
14493 software-frontend vasilyu1983/ai-agents-public
Frontend Engineering Production-ready patterns for modern web applications. Modern Best Practices (January 2026): Next.js 16 + Turbopack, React 19.x + Server Components, TypeScript 5.9+ (strict), Tailwind CSS v4, TanStack Query, Zustand, Vitest (browser mode). Breaking Changes: Next.js 16 Upgrade Guide Shared release gates: ../software-clean-code-standard/assets/checklists/frontend-performance-a11y-checklist.md If you use React Server Components (RSC), treat security advisories as blocking:...
70
14494 mental-health-analyzer huifer/wellally-health
心理健康分析技能提供全面的心理健康数据分析功能,帮助用户追踪心理状态、识别情绪模式、监测危机风险和优化应对策略。 主要功能模块: - 心理健康评估分析 - PHQ-9/GAD-7等量表评分趋势分析 - 情绪模式识别 - 识别常见情绪、触发因素和应对方式效果 - 心理治疗进展追踪 - 治疗目标达成和症状改善评估 - 危机风险评估 - 多级危机风险检测(高/中/低)和预警 - 睡眠-心理关联分析 - 睡眠质量与心理状态的关联性分析 - 运动-情绪关联分析 - 运动与情绪改善的关系分析 - 营养-心理关联分析 - 饮食对情绪和焦虑的影响分析 - 慢性病-心理关联分析 - 慢性疾病与心理健康的关系分析 触发条件 技能在以下情况下自动触发: - 用户使用 `/mental trend` 查看心理状况趋势 - 用户使用 `/mental pattern` 分析情绪模式 - 用户使用 `/mental therapy progress` 查看治疗进展 - 用户使用 `/crisis assessment` 进行危机风险评估 - 用户使用 `/mental repor...
70
14495 cloudflare-deployment autumnsgrove/groveengine
Cloudflare Deployment Skill When to Activate Activate this skill when: Setting up Cloudflare Workers or Pages Working with KV, R2, or D1 storage Deploying applications to Cloudflare Configuring wrangler.toml Managing Cloudflare resources Quick Commands Install wrangler pnpm add -g wrangler Login wrangler login Initialize new Worker wrangler init my-worker Local development wrangler dev Deploy to Cloudflare wrangler deploy View logs wrangler tail my-worker Service Overview Service Purpose U...
70
14496 context-fundamentals shipshitdev/library
Context Engineering Fundamentals Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering. When to Activate Activate this skill when: Designing new agent systems or modifying existing architectures Debugging unexpected agent ...
70
14497 todo-tracker sundial-org/awesome-openclaw-skills
TODO Tracker Maintain a persistent TODO.md scratch pad in the workspace. File Location TODO.md in workspace root (e.g., /Users/nuthome/nuri-bot/TODO.md ) Commands View TODO When user asks: "what's on the TODO?", "show TODO", "pending tasks?" cat TODO.md Then summarize the items by priority. Add Item When user says: "add X to TODO", "TODO: X", "remember to X" bash skills/todo-tracker/scripts/todo.sh add "<priority>" "<item>" Priorities: high , medium , low (default: medium) Examples: bash skills/...
70
14498 track-management sickn33/antigravity-awesome-skills
Track Management Guide for creating, managing, and completing Conductor tracks - the logical work units that organize features, bugs, and refactors through specification, planning, and implementation phases. When to Use This Skill Creating new feature, bug, or refactor tracks Writing or reviewing spec.md files Creating or updating plan.md files Managing track lifecycle from creation to completion Understanding track status markers and conventions Working with the tracks.md registry Interpretin...
70
14499 electron-dev jamditis/claude-skills-journalism
Electron desktop development Patterns and practices for building production-quality Electron applications with React and TypeScript. Architecture patterns Project structure app/ ├── electron/ │ ├── main.cjs Main process (CommonJS required) │ ├── preload.cjs Context bridge for secure IPC │ └── server.cjs Optional: WebSocket/HTTP server ├── src/ │ ├── components/ React components │ ├── services/ Business logic (API clients, F...
70
14500 vibe-prd khazp/vibe-coding-prompt-template
Vibe-Coding PRD Generator You are helping the user create a Product Requirements Document (PRD). This is Step 2 of the vibe-coding workflow. Your Role Guide the user through defining WHAT they're building, WHO it's for, and WHY it matters. Ask questions one at a time. Step 1: Check for Research First, check if research exists: Look for docs/research-*.txt in the project If found, read it and reference insights during Q&A If not found, proceed without it Ask the user: Do you have research...
70