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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,094
总 Skills
59.3M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
22701 mastering-confluence spillwavesolutions/mastering-confluence-agent-skill
Type: Project | Version: 2.2.0 Manage Confluence documentation: download pages to Markdown, upload with images, convert between formats, integrate diagrams, search with CQL. Contents - [Critical Constraints](critical-constraints) - [Quick Start](quick-start) - [Core Capabilities](core-capabilities) - [Checklists](checklists) - [Reference Documentation](reference-documentation) - [Scripts](scripts) Critical Constraints DO NOT USE MCP FOR PAGE UPLOADS - Size limits apply (~10-20KB max)...
35
22702 deep-research cnemri/google-genai-skills
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
35
22703 syncable-entity-types-and-constants twentyhq/twenty
Syncable Entity: Types & Constants (Step 1/6) Purpose : Define all types, entities, and register in central constants. This is the foundation - everything else depends on these types being correct. When to use : First step when creating any new syncable entity. Must be completed before other steps. Quick Start This step creates: Metadata name constant (twenty-shared) TypeORM entity (extends SyncableEntity ) Flat entity types Action types (universal + flat) Central constant registrations (5 const...
35
22704 war-room athola/claude-night-market
Table of Contents Overview Reversibility-Based Routing When to Use When NOT to Use Expert Panel Deliberation Protocol Integration Usage Output Configuration Related Skills War Room Skill Orchestrate multi-LLM deliberation for complex strategic decisions. Overview The War Room convenes multiple AI experts to analyze problems from diverse perspectives, challenge assumptions through adversarial review, and synthesize optimal approaches under the guidance of a Supreme Commander. Philosophy "The...
35
22705 cloud-aws-ec2 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
35
22706 react-hook-creator jeremylongshore/claude-code-plugins-plus-skills
React Hook Creator Purpose This skill provides automated assistance for react hook creator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "react hook creator" in your request Ask about react hook creator patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for react hook creator Fol...
35
22707 add-review-comment mlflow/mlflow
Add Review Comment Adds a review comment to a specific line in a GitHub pull request. Step 1: Locate the line to comment on Use the fetch-diff skill (optionally piped through grep ) to locate the line to comment on. Step 2: Post the comment Single-line comment: gh api repos/ < owner > / < repo > /pulls/ < pr_number > /comments \ Body must end with "🤖 Generated with Claude" on a separate line -f body = < comment > \ -f path = < file_path > \ -F line = < line_number > \ -f side = < side > \ -f co...
35
22708 pytest teachingai/full-stack-skills
pytest - Professional Python Testing Overview pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features: Fixture system for dependency injection Parametrization for data-driven tests Rich assertion introspection (no need for self.assertEqual) Plugi...
35
22709 tdd yeachan-heo/oh-my-codex
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...
35
22710 pentest-whitebox-code-review jd-opensource/joysafeter
Pentest Whitebox Code Review Purpose Perform systematic white-box source code security audit using Shannon's backward taint analysis methodology. Traces from dangerous sinks back to user-controlled sources, classifies injection contexts by slot type, verifies XSS render contexts, and produces a prioritized exploitation queue for downstream proof-driven exploitation. Prerequisites Authorization Requirements Written authorization with explicit scope for source code review Source code access — full...
35
22711 debug-like-expert scientiacapital/skills
The skill emphasizes treating code you wrote with MORE skepticism than unfamiliar code, as cognitive biases about "how it should work" can blind you to actual implementation errors. Use scientific method to systematically identify root causes rather than applying quick fixes. <context_scan> Run on every invocation to detect domain-specific debugging expertise: What files are we debugging? echo "FILE_TYPES:" find . -maxdepth 2 -type f 2 > /dev/null | grep -E '\.(py|js|jsx|ts|tsx|rs|swift|c|cpp|g...
35
22712 nanobanana eyadsibai/ltk
Nano Banana A single Python entrypoint for Gemini-native Nano Banana image generation and editing, with model aliases, strict option validation, batch runs, and custom endpoint support. Workflow Open references/config.md to choose environment variables and override order. Open references/models-and-api.md to pick the right Nano Banana tier and check model-specific constraints. Prefer gemini-3.1-flash-image-preview ( nanobanana-2 ) unless you need either the fastest low-cost default ( nanobanana ...
35
22713 youtube-transcript glebis/claude-skills
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
35
22714 webapp-testing snyk/agent-scan
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
35
22715 ai-engineer htlin222/dotfiles
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
35
22716 certificate-lifecycle-manager jeremylongshore/claude-code-plugins-plus-skills
Certificate Lifecycle Manager Purpose This skill provides automated assistance for certificate lifecycle manager tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "certificate lifecycle manager" in your request Ask about certificate lifecycle manager patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by...
35
22717 oauth-social-login dadbodgeoff/drift
OAuth Social Login Add "Sign in with Google/GitHub" to your app. When to Use This Skill Adding social login options Reducing signup friction Linking multiple auth providers to one account Enterprise SSO requirements Architecture ┌─────────────────────────────────────────────────────┐ │ User clicks │ │ "Sign in with Google" │ └─────────────────────────────────────────────────────┘ │ ▼ ┌────────────────────────────────────────...
35
22718 make mohitmishra786/low-level-dev-skills
GNU Make Purpose Guide agents through idiomatic Makefile patterns for C/C++ projects: phony targets, pattern rules, automatic dependency generation, and common build idioms. Triggers "How do I write a Makefile for my C project?" "My Makefile rebuilds everything every time" "How do I add dependency tracking to Make?" "What does $@ , $< , $^ mean?" "I'm getting 'make: Nothing to be done for all'" "How do I convert my shell compile script to a Makefile?" Workflow 1. Minimal correct Makefile for C C...
35
22719 sql htlin222/dotfiles
SQL Development Write efficient SQL queries and design schemas. When to Use Writing complex queries Query optimization Schema design Index strategy Migration planning Query Patterns Window Functions -- Running totals SELECT date , amount , SUM ( amount ) OVER ( ORDER BY date ) as running_total , AVG ( amount ) OVER ( ORDER BY date ROWS BETWEEN 6 PRECEDING AND CURRENT ROW ) as moving_avg_7d FROM transactions ; -- Ranking SELECT name , score , RANK ( ) OVER ( ORDER BY score DESC ) as rank , DENSE_...
35
22720 uniapp-project partme-ai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Use any uni-app built-in component or uni-ui component Use any uni-app API (network, storage, device, UI, navigation, media, etc.) Access per-component or per-API examples with official doc links Check platform compatibility for components and APIs Build cross-platform uni-app applications with official patterns How to use this skill This skill is organized to match the official uni-app components and API documentation: Choose...
35
22721 kubernetes-manifest-generator patricio0312rev/skills
Kubernetes Manifest Generator Generate production-ready Kubernetes manifests with security and scalability best practices. Core Workflow Define resources: Identify required K8s objects Create namespace: Isolate application resources Configure deployments: Pods, replicas, resources Setup services: Networking and load balancing Add ingress: External access routing Configure scaling: HPA and resource limits Deployment Manifest k8s/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: ...
35
22722 jq lanej/dotfiles
IMPORTANT: `jq` is the STRONGLY PREFERRED tool for ALL JSON formatting, parsing, manipulation, and analysis tasks. Use jq instead of Python/Node.js scripts, grep, awk, or other text processing tools when working with JSON data. Core Philosophy - Always use jq for JSON: If the data is JSON or can be converted to JSON, use jq - Streaming-friendly: jq processes JSON as a stream, making it memory-efficient for large files - Composable: jq filters can be chained with pipes, just like shell comma...
35
22723 image-generate agntswrm/agent-media
Image Generate Generates an image from a text prompt using AI image generation models. Command npx agent-media@latest image generate --prompt < text > [ options ] Inputs Option Required Description --prompt Yes Text description of the image to generate --width No Width of the generated image in pixels (default: 1280) --height No Height of the generated image in pixels (default: 720) --count No Number of images to generate (default: 1) --out No Output path, filename or directory (default: ./) --p...
35
22724 scientific-computing eyadsibai/ltk
Domain-specific Python libraries for scientific applications. Libraries | AstroPy | Astronomy | Coordinates, units, FITS files | BioPython | Bioinformatics | Sequences, BLAST, PDB | SymPy | Mathematics | Symbolic computation | Statsmodels | Statistics | Statistical modeling, tests AstroPy Astronomy and astrophysics computations. Key capabilities: - Units: Physical unit handling with automatic conversion - Coordinates: Celestial coordinate systems (ICRS, galactic, etc.) -...
35
22725 custom-builtin-functions chainloop-dev/chainloop
Policy Engine Extension The OPA/Rego policy engine supports custom built-in functions written in Go. Adding Custom Built-ins : Create Built-in Implementation (e.g., pkg/policies/engine/rego/builtins/myfeature.go ): package builtins import ( "github.com/open-policy-agent/opa/ast" "github.com/open-policy-agent/opa/topdown" "github.com/open-policy-agent/opa/types" ) const myFuncName = "chainloop.my_function" func RegisterMyBuiltins ( ) error { return Register ( & ast . Builtin { Name : myFuncName ,...
35
22726 cancel-async-tasks letta-ai/skills
Cancel Async Tasks Overview This skill provides guidance for implementing robust asyncio task cancellation in Python, particularly when dealing with signal handling (SIGINT/KeyboardInterrupt), semaphore-based concurrency limiting, and ensuring proper cleanup of all tasks including those waiting in queues. Key Concepts Signal Propagation in Asyncio Understanding how signals interact with asyncio is critical: KeyboardInterrupt vs CancelledError : When SIGINT is received during asyncio.run() , the ...
35
22727 ecomode yeachan-heo/oh-my-codex
Ecomode Skill Activates token-efficient parallel execution for pro-plan users who prioritize cost efficiency. When Activated This skill enhances Claude's capabilities by: Parallel Execution: Running multiple agents simultaneously for independent tasks Token-Conscious Routing: Preferring Haiku and Sonnet agents, avoiding Opus Background Operations: Using run_in_background: true for long operations Persistence Enforcement: Never stopping until all tasks are verified complete Cost Optimization:...
35
22728 upgrading-chart chainloop-dev/chainloop
Upgrading Helm Chart Dependencies This skill automates the upgrade process for Helm chart dependencies in the Chainloop project. Supports PostgreSQL and Vault (both Bitnami charts). CRITICAL RESTRICTIONS Version Upgrade Rules : Patch upgrades (1.2.3 → 1.2.4): ALLOWED Minor upgrades (1.2.x → 1.3.x): ALLOWED Major upgrades (1.x.x → 2.x.x): FORBIDDEN - STOP IMMEDIATELY MANDATORY : If major version upgrade is detected, STOP the process and inform the user that manual review is required. Upgrade Type...
35
22729 data-enrichment merit-systems/x402scan-skills
Data Enrichment with x402 APIs STOP — Read before making any API call. enrichx402.com endpoints are not the same as each provider's native API. All paths use the format https://enrichx402.com/api/{provider}/{action} . You MUST either: Copy exact URLs from the Quick Reference table below, OR Run x402.discover_api_endpoints(url="https://enrichx402.com") to get the correct paths Guessing paths will fail with 405 errors (wrong path) or 404 errors (missing /api/ prefix). Use the x402scan MCP tools to...
35
22730 frappe-service sergio-bershadsky/ai
Frappe Service Layer Design Create well-structured service layer classes that encapsulate business logic, coordinate between repositories, and provide clean interfaces for controllers and APIs. When to Use Implementing complex business logic Coordinating operations across multiple DocTypes Creating reusable business operations Separating concerns between controllers and data access Building transaction-aware operations Arguments /frappe-service <service_name> [--doctype <doctype>] [--operations ...
35
22731 task-management joelhooks/joelclaw
Task Management Tasks are tracked in a simple TASKS.md file that both you and the user can edit. File Location Always use TASKS.md in the current working directory. If it exists, read/write to it If it doesn't exist, create it with the template below Dashboard Setup (First Run) A visual dashboard is available for managing tasks and memory. On first interaction with tasks: Check if dashboard.html exists in the current working directory If not, copy it from ${CLAUDE_PLUGIN_ROOT}/skills/dashboard.h...
35
22732 devdocs-requirements ab300819/skills
需求扩写 将用户简短需求扩展为结构化的需求文档,建立功能点、用户故事、验收标准的关联体系。 语言规则 支持中英文提问 统一中文回复 使用中文生成文档 触发条件 用户提供功能需求或想法 用户要求创建/编写 PRD 用户想要澄清或记录需求 来自 /devdocs-feature 的增量需求委托 用户需要补充项目背景信息(尤其是 retrofit 后) 用户提供参考资料、领域知识、技术约束 运行模式 /devdocs-requirements → 自动检测模式 /devdocs-requirements --incremental → 强制增量模式(追加功能点) /devdocs-requirements --context → 背景信息模式(追加/更新背景) /devdocs-requirements --fast → 跳过 Plan 模式,直接生成,仅最终确认 模式 触发条件 说明 初始模式 无 01-requirements.md 从零创建需求文档 增量模式 已有 01-requirements.md 扫描编号 + 追加功能点/用户故事/验收标准 背景信息模式...
35
22733 build-cython-ext letta-ai/skills
Build Cython Extensions This skill provides guidance for building Cython extensions and resolving compatibility issues, with particular focus on numpy version compatibility problems. When to Use This Skill Building or compiling Cython extensions (.pyx files) Fixing numpy compatibility issues in Cython code Migrating Cython projects to work with numpy 2.0+ Resolving deprecated numpy type errors (np.int, np.float, np.bool, etc.) Troubleshooting Cython compilation failures Key File Types to Exami...
35
22734 kotlin-android pluginagentmarketplace/custom-plugin-kotlin
Kotlin Android Skill Production-ready Android development with Jetpack libraries. Topics Covered MVVM Pattern @HiltViewModel class UserViewModel @Inject constructor ( private val repository : UserRepository ) : ViewModel ( ) { private val _uiState = MutableStateFlow ( UiState ( ) ) val uiState = _uiState . asStateFlow ( ) fun load ( ) = viewModelScope . launch { _uiState . update { it . copy ( isLoading = true ) } repository . getUsers ( ) . onSuccess { users -> _uiState . update { it . copy ( u...
35
22735 effect-patterns-hub mepuka/effect-ontology
Effect Patterns Hub Purpose: Provide quick access to 130+ curated Effect-TS patterns from the EffectPatterns repository. Use this skill to find specific implementation patterns, compare approaches, and reference best practices. Triggers Looking for a specific Effect pattern or idiom Need real-world examples of Effect concepts Want to see multiple approaches to the same problem Comparing implementation strategies Learning new Effect features Pattern Library Location Local Patterns : .claude/skill...
35
22736 salesloft membranedev/application-skills
Salesloft Salesloft is a sales engagement platform that helps sales teams automate and personalize their outreach. It's used by sales development representatives (SDRs) and account executives to manage communications and track engagement with prospects. Official docs: https://developers.salesloft.com/ Salesloft Overview Account Cadence Cadence Enrollment Contact Do Not Contact List Person Team Meeting User Use action names and parameters as needed. Working with Salesloft This skill uses the Memb...
35
22737 code-review carvalab/k-skills
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...
35
22738 python-executor inference-sh/agent-skills
Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Run Python code belt app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' App Details Property Value App ID infsh/python-executor Environment Python 3.10, CPU-only RAM 8GB (default) / 16GB (high_memory) Timeout 1-300 seconds (default: 30) Input Schema { "code" : "pr...
35
22739 mocking-assistant patricio0312rev/skills
Mocking Assistant Create reliable mocks for APIs and services in tests. MSW API Mocking // mocks/handlers.ts import { http, HttpResponse } from "msw"; export const handlers = [ // GET endpoint http.get("/api/users/:id", ({ params }) => { const { id } = params; return HttpResponse.json({ id, name: "John Doe", email: "john@example.com", }); }), // POST endpoint http.post("/api/users", async ({ request }) => { const body = await request.json(); ...
35
22740 vercel-react-best-practices guanyang/antigravity-skills
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 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...
35
22741 vercel-blob ovachiever/droid-tings
Vercel Blob Last Updated: 2026-01-21 Version: @vercel/blob@2.0.0 Skill Version: 2.1.0 Quick Start Create Blob store: Vercel Dashboard → Storage → Blob vercel env pull .env.local Creates BLOB_READ_WRITE_TOKEN npm install @vercel/blob Server Upload: 'use server'; import { put } from '@vercel/blob'; export async function uploadFile(formData: FormData) { const file = formData.get('file') as File; const blob = await put(file.name, file, { access: 'public' }); return blob.url; } CRITI...
35
22742 release-bump mikeyobrien/ralph-orchestrator
Release Bump Overview Bump version and trigger release for ralph-orchestrator. All versions live in workspace Cargo.toml - individual crates inherit via version.workspace = true. Quick Reference Step Command/Action 1. Bump version Edit Cargo.toml: replace all version = "X.Y.Z" (7 occurrences) 2. Build cargo build (updates Cargo.lock) 3. Test cargo test 4. Commit git add Cargo.toml Cargo.lock && git commit -m "chore: bump to vX.Y.Z" 5. Push git push origin main 6. Tag git tag vX.Y.Z && git push...
35
22743 baoyu-image-gen smallnest/langgraphgo
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Google, OpenRouter, DashScope (阿里通义万象), Jimeng (即梦), Seedream (豆包) and Replicate providers. Script Directory Agent Execution : {baseDir} = this SKILL.md file's directory Script path = {baseDir}/scripts/main.ts Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any image generation....
35
22744 figma-ui-skills ihlamury/design-skills
Figma UI Skills Opinionated constraints for building Figma-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Figma-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use FFFFFF as page background ( surface-base ) MUST use BEBAF6 for primary actions and focus states ( accent ) SHOULD reduce color palette (currently 12 colors detected) MUST maintain...
35
22745 unlayer-custom-tools unlayer/unlayer-skills
Build Custom Tools Overview Custom tools are drag-and-drop content blocks you create for the Unlayer editor. Each tool needs: A renderer (what users see in the editor) Exporters (HTML output — must be table-based for email) Property editors (the settings panel) Complete Example: Product Card This is a fully working custom tool with an image, title, price, and buy button: unlayer . registerTool ( { name : 'product_card' , label : 'Product Card' , icon : 'fa-shopping-cart' , supportedDisplayModes ...
35
22746 convex-components fluid-tools/claude-skills
Authoring Convex Components Overview Convex components are isolated, reusable backend modules that can be packaged and shared. Each component has its own schema, functions, and namespace, enabling modular architecture and library distribution via NPM. TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. When to Use This Skill Use this skill when: Building reusable backend modules for your app Packag...
35
22747 tool-function-schema-designer patricio0312rev/skills
Tool/Function Schema Designer Design robust tool schemas that LLMs can reliably invoke. Function Schema Format // OpenAI function calling format const searchDocsTool = { type : "function" , function : { name : "search_documentation" , description : "Search through product documentation using semantic search. Use this when the user asks about features, how-tos, or troubleshooting." , parameters : { type : "object" , properties : { query : { type : "string" , description : "The search query, phras...
35
22748 security-policy-generator jeremylongshore/claude-code-plugins-plus-skills
Security Policy Generator Purpose This skill provides automated assistance for security policy generator tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "security policy generator" in your request Ask about security policy generator patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by-step guidance f...
35
22749 webperf-interaction nucliweb/webperf-snippets
WebPerf: Interaction & Animation JavaScript snippets for measuring web performance in Chrome DevTools. Execute with mcp__chrome-devtools__evaluate_script , capture output with mcp__chrome-devtools__get_console_message . Scripts scripts/Input-Latency-Breakdown.js — Input Latency Breakdown scripts/Interactions.js — Interactions scripts/Layout-Shift-Loading-and-Interaction.js — Layout Shift Tracking scripts/Long-Animation-Frames-Helpers.js — LoAF Helpers scripts/Long-Animation-Frames-Script-Attribu...
35
22750 plan-self-review hrdtbs/agent-skills
Score Plan (100pt): Evaluate clarity (25), comprehensiveness (25), feasibility (25), and consistency (25). List Deficiencies: Create a prioritized task list ( - [ ] ) of gaps, omissions, or ambiguities. Improve: Edit the Plan to resolve deficiencies. Final Check: Confirm no logical contradictions or missing elements.
35