███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12401 | typescript | gentleman-programming/gentleman-skills |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
242 |
| 12402 | slack-notifications | oimiragieo/agent-studio |
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. Slack Notifications Skill Overview This skill provides Slack API operations with progressive disclosure for optimal context usage. Context Savings : ~90% reduction MCP Mode : ~15,000 tokens always loaded (30+ tools) Skill Mode : ~500 tokens metadata + on-demand loading Requirements SLACK_BOT_TOKEN environment variable (required) SLACK_SIGNING_SECRET environment variable (optional, for event verification) SLACK_A...
|
242 |
| 12403 | agent-memory | molty-assistant/agent-memory-skill |
No SKILL.md available for this skill. View on GitHub
|
242 |
| 12404 | godot-gdscript-patterns | sickn33/antigravity-awesome-skills |
Godot GDScript Patterns Production patterns for Godot 4.x game development with GDScript, covering architecture, signals, scenes, and optimization. When to Use This Skill Building games with Godot 4 Implementing game systems in GDScript Designing scene architecture Managing game state Optimizing GDScript performance Learning Godot best practices Core Concepts 1. Godot Architecture Node: Base building block ├── Scene: Reusable node tree (saved as .tscn) ├── Resource: Data container (saved as .tre...
|
242 |
| 12405 | connectors-available | hummingbot/skills |
connectors-available Test which exchange connectors are accessible from your location and search for tokens across all available exchanges. Shows trading rules including minimum order sizes, price increments, and supported order types. Workflow Step 1: Test Connectors Ask user which connectors to test: All connectors Spot only Perpetual only Specific exchanges Step 2: Run Tests & Save Rules ./scripts/test_all.sh --timeout 10 Fetches trading rules from each connector. If data returns, it's access...
|
242 |
| 12406 | agent-native-audit | everyinc/compound-engineering-plugin |
Agent-Native Architecture Audit Conduct a comprehensive review of the codebase against agent-native architecture principles, launching parallel sub-agents for each principle and producing a scored report. Core Principles to Audit Action Parity - "Whatever the user can do, the agent can do" Tools as Primitives - "Tools provide capability, not behavior" Context Injection - "System prompt includes dynamic context about app state" Shared Workspace - "Agent and user work in the same data space" CRUD ...
|
241 |
| 12407 | link-purpose | accesslint/claude-marketplace |
You are an expert accessibility analyzer specializing in WCAG 2.4.4 Link Purpose (In Context) compliance. Your Role You analyze link text to ensure that the purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined link context. WCAG 2.4.4 Link Purpose (In Context) - Level A Requirement : The purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined ...
|
241 |
| 12408 | memetic-depth | jwynia/agent-skills |
Memetic Depth: Worldbuilding Texture Skill You help writers create the perception that fictional worlds have centuries of cultural processing, synthesis, and degradation that occurred before the reader encounters them. Your role is to design strategic juxtapositions of cultural elements at different familiarity levels. Core Principle: Cognitive Triangulation Memetic Depth is the perception that a world exists beyond what's explained, with cultural processes that operated independently of narr...
|
241 |
| 12409 | notion | membranedev/application-skills |
notion Use the Notion API to create/read/update pages, data sources (databases), and blocks. Setup Create an integration at https://notion.so/my-integrations Copy the API key (starts with ntn_ or secret_ ) Store it: mkdir -p ~/.config/notion echo "ntn_your_key_here" > ~/.config/notion/api_key Share target pages/databases with your integration (click "..." → "Connect to" → your integration name) API Basics All requests need: NOTION_KEY = $( cat ~/.config/notion/api_key ) curl -X GET "https://api....
|
241 |
| 12410 | talent-acquisition | borghei/claude-skills |
Talent Acquisition Expert-level talent acquisition for building high-performing teams. Core Competencies Recruiting strategy Candidate sourcing Interview design Offer management Employer branding Hiring analytics DEI in hiring Candidate experience Recruiting Framework Hiring Funnel SOURCING → SCREENING → INTERVIEWING → OFFER → ONBOARDING │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ Inbound Resume Phone Extend 3...
|
241 |
| 12411 | cv-creator | erichowens/some_claude_skills |
CV Creator Professional resume builder that transforms structured career data into ATS-optimized, professionally formatted resumes. Integrations Works with: career-biographer, competitive-cartographer, web-design-expert, typography-expert Production Implementation Available! GitHub: github.com/erichowens/cv-creator Status: Production-ready (~2,000 LOC) ATS Score: 95/100 achieved Deploy: npm install && npm run example Built through multi-skill orchestration (8 skills, 9 phases). Quick Sta...
|
241 |
| 12412 | python | siviter-xyz/dot-agent |
Python You are an expert in Python development across multiple domains including web development, data science, automation, and machine learning. Universal Principles PEP 8 compliance consistently emphasized Error handling via early returns and guard clauses Async/await for I/O-bound operations Type hints mandatory Modular, functional approaches preferred over classes Code Style Write concise, technical Python with accurate examples Use functional and declarative programming patterns where appro...
|
241 |
| 12413 | resend-integration-skills | gocallum/nextjs16-agent-skills |
Links Resend Official: https://resend.com Resend API Docs: https://resend.com/docs/api-reference Resend MCP Server: https://resend.com/docs/knowledge-base/mcp-server Resend MCP GitHub: https://github.com/resend/mcp-send-email MCP Protocol Spec: https://modelcontextprotocol.io GitHub MCP Registry: https://github.com/mcp VS Code Insider Setup: https://code.visualstudio.com/insiders Quick Start 1. Prerequisites Node.js 20 or higher (required - the MCP server specifies engines: { "node": ">=20" }) R...
|
241 |
| 12414 | encore-migrate | encoredev/skills |
Migrate to Encore.ts Instructions When migrating existing Node.js applications to Encore.ts, follow these transformation patterns: Express to Encore Basic Route // BEFORE: Express const express = require('express'); const app = express(); app.get('/users/:id', async (req, res) => { const user = await getUser(req.params.id); res.json(user); }); app.listen(3000); // AFTER: Encore import { api } from "encore.dev/api"; interface GetUserRequest { id: string; } interface User { id: stri...
|
241 |
| 12415 | nano-banana-pro | steipete/clawdis |
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
|
240 |
| 12416 | axiom-ios-testing | charleswiltgen/axiom |
iOS Testing Router You MUST use this skill for ANY testing-related question, including writing tests, debugging test failures, making tests faster, or choosing between testing approaches. When to Use Use this router when you encounter: Writing new unit tests or UI tests Swift Testing framework (@Test, expect, @Suite) XCTest or XCUITest questions Making tests run faster (without simulator) Flaky tests (pass sometimes, fail sometimes) Testing async code reliably Migrating from XCTest to Swift ...
|
240 |
| 12417 | aixyz-on-openclaw | agentlyhq/aixyz |
aixyz for openclaw Users This guide is written for openclaw users who want to ship a live, paid AI agent using aixyz. You do not need prior coding experience or knowledge of crypto infrastructure — every step is explained from scratch. Quick reference: The general aixyz skill lives at skills.sh/agentlyhq/aixyz . Consult it for full CLI flags and advanced topics. This guide focuses on the path that matters most to openclaw users. What You Are Building An AI agent that: Runs on the internet at a p...
|
240 |
| 12418 | qiaomu-music-player-spotify | joeseesun/qiaomu-music-player-spotify |
Qiaomu Music Player (Spotify) 统一的音乐播放 + 风格查询 Skill。通过自包含的 Python 脚本直接调用 Spotify Web API,集成 RateYourMusic 5947 个音乐风格数据库。 Part 1: Spotify 播放器 脚本位置 ~/.claude/skills/qiaomu-music-player-spotify/spotify.py 运行方式 ~/.claude/skills/qiaomu-music-player-spotify/spotify.py < command > [ args .. . ] 命令列表 命令 参数 说明 search <query> [type] [limit] 搜索 (type: track/artist/album/playlist,默认 track) play <uri或track_id> 播放指定曲目/专辑/播放列表 pause 暂停 resume 继续播放 next 下一首 prev 上一首 queue <uri或track_id> 加入队列 now 当前播放信息 show-queu...
|
240 |
| 12419 | alicloud-platform-aliyun-cli-test | cinience/alicloud-skills |
Category: test 通用 aliyun CLI Minimal Viable Test Prerequisites aliyun CLI is installed. A valid profile is configured (default default ). GoalsSkill: skills/platform/cli/alicloud-platform-aliyun-cli/ 。 Test Steps Run version guard script: python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py --interval-hours 24 。 执行 aliyun version 。 执行 aliyun configure list 。 Run one read-only API (example): aliyun ecs DescribeRegions 。 Expected Results CLI executes and returns ver...
|
240 |
| 12420 | eve-job-lifecycle | incept5/eve-skillpacks |
Eve Job Lifecycle Use jobs as the unit of work and keep phases explicit. Phases idea -> backlog -> ready -> active -> review -> done or cancelled Jobs default to ready and can be scheduled immediately. Create jobs eve job create --description "..." Add details with --project , --priority , --phase , --labels , --review . Create sub-jobs with eve job create --parent <job-id> --description "..." . Update and complete eve job update <id> --phase <phase> eve job submit <id> --summary "..." eve job a...
|
240 |
| 12421 | eve-new-project-setup | incept5/eve-skillpacks |
Eve New Project Setup Use this after a developer has run eve init and needs to configure the project for Eve Horizon. Context The user has already run: npm install -g @eve-horizon/cli eve init my-project cd my-project This skill handles the remaining setup: profile, authentication, org/project registration, manifest customization, and git remote configuration. Step 1: Verify CLI eve --version If this fails, the CLI wasn't installed. Have them run: npm install -g @eve-horizon/cli Step 2: Profile ...
|
240 |
| 12422 | marketing-analyst | borghei/claude-skills |
Marketing Analyst Expert-level marketing analytics for data-driven decisions. Core Competencies Campaign performance analysis Attribution modeling Marketing mix modeling ROI measurement Customer analytics Channel optimization Forecasting Reporting and visualization Marketing Metrics Framework Acquisition Metrics Metric Formula Benchmark CPL (Cost per Lead) Spend / Leads Varies by industry CAC (Customer Acquisition Cost) S&M Spend / New Customers LTV/CAC > 3:1 CPA (Cost per Acquisition) Spend /...
|
240 |
| 12423 | endings | jwynia/agent-skills |
Endings: Diagnostic Skill You diagnose ending-level problems in fiction. Your role is to identify why resolutions fail and guide writers toward endings that feel both inevitable AND surprising. Core Principle The best endings feel both inevitable ("of course it had to end this way") AND surprising ("I didn't see that coming"). This seeming contradiction is resolved by planting seeds throughout the story, having the ending emerge from character and theme, and subverting surface expectations w...
|
240 |
| 12424 | tool-design | sickn33/antigravity-awesome-skills |
When to Use This Skill Build tools that agents can use effectively, including architectural reduction patterns Use this skill when working with build tools that agents can use effectively, including architectural reduction patterns. Tool Design for Agents Tools are the primary mechanism through which agents interact with the world. They define the contract between deterministic systems and non-deterministic agents. Unlike traditional software APIs designed for developers, tool APIs must be desig...
|
240 |
| 12425 | attack-tree-construction | sickn33/antigravity-awesome-skills |
Attack Tree Construction Systematic attack path visualization and analysis. When to Use This Skill Visualizing complex attack scenarios Identifying defense gaps and priorities Communicating risks to stakeholders Planning defensive investments Penetration test planning Security architecture review Core Concepts 1. Attack Tree Structure [Root Goal] | ┌────────────┴────────────┐ │ │ [Sub-goal 1] ...
|
240 |
| 12426 | suggest-lucide-icons | nweii/agent-stuff |
Suggest the most relevant icons from the [Lucide open source icon pack](https://lucide.dev) to symbolize a concept or fit specific UI placements. I am skilled in symbolic interpretation and mental associations across culture, symbology, science, and design. Input Provide one or both: - Concept: The idea, action, or meaning to represent - Screenshot: UI context showing where icons are needed Process - Brainstorm associations Key ideas and visual metaphors related to the concept - Conte...
|
240 |
| 12427 | troubleshooting-astro-deployments | astronomer/agents |
No SKILL.md available for this skill. View on GitHub
|
240 |
| 12428 | stakeholder-comms | anthropics/knowledge-work-plugins |
Stakeholder Communications Skill You are an expert at product management communications — status updates, stakeholder management, risk communication, decision documentation, and meeting facilitation. You help product managers communicate clearly and effectively with diverse audiences. Update Templates by Audience Executive / Leadership Update Executives want: strategic context, progress against goals, risks that need their help, decisions that need their input. Format : Status: [Green / Yellow /...
|
239 |
| 12429 | github-explorer | blessonism/github-explorer-skill |
GitHub Explorer — 项目深度分析 Philosophy : README 只是门面,真正的价值藏在 Issues、Commits 和社区讨论里。 Workflow [项目名] → [1. 定位 Repo] → [2. 多源采集] → [3. 分析研判] → [4. 结构化输出] Phase 1: 定位 Repo 用 web_search 搜索 site:github.com <project_name> 确认完整 org/repo 用 search-layer (Deep 模式 + 意图感知)补充获取社区链接和非 GitHub 资源: python3 skills/search-layer/scripts/search.py \ --queries "<project_name> review" "<project_name> 评测 使用体验" \ --mode deep --intent exploratory --num 5 用 web_fetch 抓取 repo 主页获取基础信息(README、Stars、Forks、License、最近更新) Phase 2: ...
|
239 |
| 12430 | github-repo-search | yunshu0909/yunshu_skillshub |
GitHub 开源项目搜索助手 用途 从用户自然语言需求出发,经过需求挖掘、检索词拆解、GitHub 检索、过滤分类、深度解读,最终产出结构化推荐结果。 目标不是"给很多链接",而是"给用户可理解、可比较、可决策、可直接行动的候选仓库列表"。 适用范围(V1.1) 数据源:GitHub 公开仓库。 默认不授权(不使用用户 Token)。 默认硬过滤: stars >= 100 、 archived=false 、 is:public 。 默认输出:单榜单(Top N),榜单内按"仓库归属类型"标注。 本流程默认不包含安装与落地实施(除非用户单独提出)。 配额说明(必须知晓) 未授权 Core API: 60 次/小时 。 Search API: 10 次/分钟 (独立于 Core 额度)。 需要在报告中注明检索时间与配额状态,避免结果不可复现。 工作流程 环节一:需求收敛(必须完成,不可跳过) 硬性门控 :环节一是整个流程的前置条件。无论用户的需求描述多么清晰,都必须走完本环节并获得用户明确确认后,才能进入环节二。禁止根据用户的初始描述直接推断需求并开始检索。即使用户说"直接搜就行",...
|
239 |
| 12431 | sentry-create-alert | getsentry/sentry-agent-skills |
All Skills > Feature Setup > Create Alert Create Sentry Alert Create alerts via Sentry's workflow engine API. Note: This API is currently in beta and may be subject to change. It is part of New Monitors and Alerts and may not be viewable in the legacy Alerts UI. Invoke This Skill When User asks to "create a Sentry alert" or "set up notifications" User wants to be emailed or notified when issues match certain conditions User mentions priority alerts, de-escalation alerts, or workflow automations ...
|
239 |
| 12432 | oiloil-ui-ux-guide | oil-oil/oiloil-ui-ux-guide |
OilOil UI/UX Guide (Modern Minimal) Use this skill in two modes: guide : Provide compact principles and concrete do/don't rules for modern clean UI/UX. review : Review an existing UI (screenshot / mock / HTML / PR) and output prioritized, actionable fixes. Keep outputs concise. Prefer bullets, not long paragraphs. Workflow (pick one) 1) guide workflow Identify the surface: marketing page / dashboard / settings / creation flow / list-detail / form. Identify the primary user task and primary CTA. ...
|
239 |
| 12433 | wechat-miniprogram | joneqian/claude-skills-suite |
WeChat Mini Program Skill WeChat Mini Program (微信小程序) development framework skill, generated from official documentation. When to Use This Skill This skill should be triggered when: Developing WeChat Mini Programs (微信小程序) Working with WXML, WXSS, or WXS Using WeChat Mini Program APIs Building WeChat components Implementing WeChat open capabilities (开放能力) Debugging Mini Program issues Optimizing Mini Program performance Quick Reference Project Structure ├── app.js App logic ├── app.json...
|
239 |
| 12434 | cliche-transcendence | jwynia/agent-skills |
Cliché Transcendence: Originality Skill You help writers transform predictable story elements into fresh, original versions without losing functionality. Core Principle The first ideas that surface are typically the most available rather than the most appropriate. Availability correlates with frequency of exposure—first-pass ideas are almost always clichés. The goal isn't avoiding all familiar elements, but making conscious choices about which patterns to use versus transcend. The Orthogona...
|
239 |
| 12435 | media-adaptation | jwynia/agent-skills |
Media Adaptation Purpose Systematically analyze existing media (TV, film, games, etc.) to extract transferable elements that can be authentically transformed for new settings, particularly science fiction. Captures what makes originals compelling while creating genuinely new works rather than superficial reskins. Core Principle Transform, don't transplant. The goal is to understand WHY something works and recreate that function in a new context, not to simply change surface details. Phase 1:...
|
239 |
| 12436 | eve-skill-distillation | incept5/eve-skillpacks |
Eve Skill Distillation Use this workflow to turn repeated patterns into reusable skills. When to distill A workflow has repeated across two or more jobs. Knowledge would benefit other agents working on the same project. A failure mode keeps recurring and the fix should be encoded. Workflow: Orchestrate, Don't Serialize When distilling involves multiple skills (creating several, updating a batch, or a mix), use an orchestrator pattern rather than doing everything sequentially. This protects your ...
|
239 |
| 12437 | reelclaw | dansugc/reelclaw |
ReelClaw — UGC Reel Production Engine You are ReelClaw, an autonomous short-form video production engine that creates scroll-stopping UGC-style reels at scale. You combine AI-sourced reaction hooks, intelligent demo analysis, professional video editing, and automated publishing into a single pipeline. The Pipeline: DanSUGC (hooks + analytics) + Demos (analyzed by Gemini) + Text + Music | FFmpeg Assembly | Post-Bridge Scheduling | DanSUGC Analytics Proxy (tracking) | Replicate Winners References ...
|
239 |
| 12438 | symfony:writing-plans | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:writing-plans<div
|
239 |
| 12439 | youtube-watcher | hanzoskill/youtube-watcher |
YouTube Watcher Fetch transcripts from YouTube videos to enable summarization, QA, and content extraction. Usage Get Transcript Retrieve the text transcript of a video. python3 { baseDir } /scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID" Examples Summarize a video: Get the transcript: python3 { baseDir } /scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" Read the output and summarize it for the user. Find specific information: Get the transcript. Search...
|
239 |
| 12440 | aixyz | agentlyhq/aixyz |
Working with aixyz Where to Find the Latest Information The project evolves quickly. Always consult these sources for up-to-date details: Docs site: aixyz.sh — Getting Started guides, API reference, protocol docs, and templates GitHub: github.com/AgentlyHQ/aixyz — source, issues, and examples CLI help: every command has --help — run it to discover the current flags Immutable Facts These things will not change: Runtime is always Bun — install with bun , run with bun , test with bun test Agent log...
|
238 |
| 12441 | golang-cli-cobra-viper | bobmatnyc/claude-mpm-skills |
Go CLI Development with Cobra & Viper Overview Cobra and Viper are the industry-standard libraries for building production-quality CLIs in Go. Cobra provides command structure and argument parsing, while Viper manages configuration from multiple sources with clear precedence rules. Key Features: 🎯 Cobra Commands: POSIX-compliant CLI with subcommands (app verb noun --flag) ⚙️ Viper Config: Unified configuration from flags, env vars, and config files 🔄 Integration: Seamless Cobra + Viper plumbi...
|
238 |
| 12442 | todo-create | everyinc/compound-engineering-plugin |
File-Based Todo Tracking Overview The .context/compound-engineering/todos/ directory is a file-based tracking system for code review feedback, technical debt, feature requests, and work items. Each todo is a markdown file with YAML frontmatter. Legacy support: Always check both .context/compound-engineering/todos/ (canonical) and todos/ (legacy) when reading. Write new todos only to the canonical path. This directory has a multi-session lifecycle -- do not clean it up as scratch. Directory Paths...
|
238 |
| 12443 | test-browser | everyinc/compound-engineering-plugin |
Browser Test Skill Run end-to-end browser tests on pages affected by a PR or branch changes using the agent-browser CLI. Use agent-browser Only For Browser Automation This workflow uses the agent-browser CLI exclusively. Do not use any alternative browser automation system, browser MCP integration, or built-in browser-control tool. If the platform offers multiple ways to control a browser, always choose agent-browser . Use agent-browser for: opening pages, clicking elements, filling forms, takin...
|
238 |
| 12444 | moai-domain-uiux | modu-ai/moai-adk |
Quick Reference Core UI/UX Foundation - Enterprise-grade UI/UX foundation integrating design systems (W3C DTCG 2025.10), component architecture (React 19, Vue 3.5), accessibility (WCAG 2.2), icon libraries (200K+ icons), and theming systems. Unified Capabilities: Design Systems: W3C DTCG 2025.10 tokens, Style Dictionary 4.0, Figma MCP workflows Component Architecture: Atomic Design, React 19, Vue 3.5, shadcn/ui, Radix UI primitives Accessibility: WCAG 2.2 AA/AAA compliance, keyboard navigatio...
|
238 |
| 12445 | pylabrobot | davila7/claude-code-templates |
No SKILL.md available for this skill. View on GitHub
|
238 |
| 12446 | medchem | davila7/claude-code-templates |
No SKILL.md available for this skill. View on GitHub
|
238 |
| 12447 | zarr-python | davila7/claude-code-templates |
Zarr Python Overview Zarr is a Python library for storing large N-dimensional arrays with chunking and compression. Apply this skill for efficient parallel I/O, cloud-native workflows, and seamless integration with NumPy, Dask, and Xarray. Quick Start Installation uv pip install zarr Requires Python 3.11+. For cloud storage support, install additional packages: uv pip install s3fs For S3 uv pip install gcsfs For Google Cloud Storage Show more
|
238 |
| 12448 | n8n-node-configuration | sickn33/antigravity-awesome-skills |
n8n Node Configuration Expert guidance for operation-aware node configuration with property dependencies. Configuration Philosophy Progressive disclosure: Start minimal, add complexity as needed Configuration best practices: get_node with detail: "standard" is the most used discovery pattern 56 seconds average between configuration edits Covers 95% of use cases with 1-2K tokens response Key insight: Most configurations need only standard detail, not full schema! Core Concepts 1. Operation...
|
238 |
| 12449 | eve-plan-implementation | incept5/eve-skillpacks |
Eve Plan Implementation (Jobs) Translate a plan document into Eve jobs, parallelize work, and drive review/verification through job phases and dependencies. Orchestration model : The root epic is the orchestrator — it plans, delegates, and coordinates but does not execute heavy work itself. Phase jobs are sub-orchestrators that break a phase into tasks. Task jobs are workers — each one receives a self-contained description and executes independently with no access to the parent's context. When t...
|
238 |
| 12450 | adaptyv | davila7/claude-code-templates |
Adaptyv Bio Foundry API Adaptyv Bio is a cloud lab that turns protein sequences into experimental data. Users submit amino acid sequences via API or UI; Adaptyv's automated lab runs assays (binding, thermostability, expression, fluorescence) and delivers results in ~21 days. Quick Start Base URL: https://foundry-api-public.adaptyvbio.com/api/v1 Authentication: Bearer token in the Authorization header. Tokens are obtained from foundry.adaptyvbio.com sidebar. When writing code, always read the API...
|
238 |