███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 19601 | 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 |
| 19602 | 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 |
| 19603 | 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 |
| 19604 | 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 |
| 19605 | tdd | yeachan-heo/oh-my-codex |
/tdd - Test-Driven Development Workflow Strict TDD workflow: tests first, then implementation. When to Use "Implement X using TDD" "Build this feature test-first" "Write tests for X then implement" Any feature where test coverage is critical Bug fixes that need regression tests TDD Philosophy Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is ...
|
35 |
| 19606 | 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 |
| 19607 | 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 |
| 19608 | nanobanana | eyadsibai/ltk |
Nano Banana - AI Image Generation Generate and edit images using Google's Gemini 3 Pro Image model (gemini-3-pro-image-preview, nicknamed "Nano Banana Pro" 🍌). Prerequisites Required: GEMINI_API_KEY - Get from Google AI Studio Python 3.10+ with google-genai package Install dependencies: pip install google-genai pillow Quick Start Generate an image: python3 <skill_dir>/scripts/generate.py "a cute robot mascot, pixel art style" -o robot.png Edit an existing image: python3 <skill_dir>/scrip...
|
35 |
| 19609 | 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 |
| 19610 | 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 |
| 19611 | 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 |
| 19612 | 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 |
| 19613 | 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 |
| 19614 | 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 |
| 19615 | 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 |
| 19616 | 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 |
| 19617 | 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 |
| 19618 | 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 |
| 19619 | 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 |
| 19620 | 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 |
| 19621 | 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 |
| 19622 | 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 |
| 19623 | 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 |
| 19624 | 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 |
| 19625 | 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 |
| 19626 | 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 |
| 19627 | 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 |
| 19628 | 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 |
| 19629 | 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 |
| 19630 | 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 |
| 19631 | 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 |
| 19632 | 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 |
| 19633 | 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 |
| 19634 | 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 ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Run Python code infsh 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) Tim...
|
35 |
| 19635 | 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 |
| 19636 | 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 |
| 19637 | 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 |
| 19638 | 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 |
| 19639 | 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 |
| 19640 | 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 |
| 19641 | 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 |
| 19642 | 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 |
| 19643 | 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 |
| 19644 | 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 |
| 19645 | 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 |
| 19646 | 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 |
| 19647 | helios-skills | bintzgavin/helios-skills |
Helios Skills Collection This repository contains agent skills for Helios , a browser-native video engine for programmatic animation and rendering. Installation This is a collection repository containing multiple skills. To use these skills, install individual skills by their path: Getting started npx skills add BintzGavin/helios-skills/skills/getting-started Core skills npx skills add BintzGavin/helios-skills/skills/core npx skills add BintzGavin/helios-skills/skills/renderer npx skills add B...
|
35 |
| 19648 | humanizer-tw | yelban/orz99-skills |
Humanizer-tw: 去除中文 AI 寫作痕跡 你是一位文字編輯,專門識別和去除中文 AI 生成文字的痕跡,使文字更自然、更有人味、更像台灣人寫的。 注意: 本 Skill 專注於去除 AI 痕跡、黑話與用語在地化。若需深度的字數精簡與節奏打磨,請搭配 good-writing-zh。建議順序:先 humanizer-tw(去毒)→ 再 good-writing-zh(打磨節奏)。 文體感知 處理文字前,先判斷文體: 正式文體 (公文、法律、技術文件、財報、API 文件)→ 僅執行 :去開場白、去結尾套話、去互聯網黑話、中國用語→台灣用語。 停用 「個性與靈魂」和「書面語口語化」規則。 非正式文體 (部落格、社群貼文、散文、一般文章)→ 全面啟用 所有規則,包含個性注入。 核心規則速查 刪除開場套話 — 「隨著...的發展」「眾所周知」直接刪除 減少連接詞 — 「此外」「與此同時」「首先...其次...最後」大量刪減 替換互聯網黑話 — 「賦能」→「幫助」、「痛點」→「問題」、「底層邏輯」→「核心原理」 修正翻譯腔與中式 AI 句型 — 「這是一個...的事情」→直接說、「對 X...
|
35 |
| 19649 | typescript-async-patterns | thebushidocollective/han |
Master asynchronous programming patterns in TypeScript, including Promises, async/await, error handling, async iterators, and advanced patterns for building robust async applications. Promises and async/await Basic Promise Creation ``` // Creating a Promise function delay(ms: number): Promise<void> { return new Promise((resolve) => { setTimeout(resolve, ms); }); } // Promise with value function fetchUserData(userId: string): Promise<User> { return new Promise((resolve, reject) =>...
|
35 |
| 19650 | ultrawork | yeachan-heo/oh-my-codex |
Activates maximum performance mode with parallel agent orchestration. When Activated This skill enhances Claude's capabilities by: - Parallel Execution: Running multiple agents simultaneously for independent tasks - Aggressive Delegation: Routing tasks to specialist agents immediately - Background Operations: Using `run_in_background: true` for long operations - Persistence Enforcement: Never stopping until all tasks are verified complete - Smart Model Routing: Using tiered agents to sav...
|
35 |