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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,390
总 Skills
87.2M
总安装量
2,570
贡献者
# Skill 仓库 描述 安装量
24151 optimise-claude ralphcrisostomo/nuxt-development-skills
Optimise Claude Audit AI instruction files for size, relevance, and structure. CLAUDE.md loads every session — bloated files cause Claude to ignore your actual instructions. SKILL.md lines cost tokens on every invocation. Keeping both lean reduces latency, cost, and instruction-following failures. Scope All operations scoped to project root ( $PWD ). Never modify files outside the repository. When to Use CLAUDE.md is long and Claude ignores rules or asks questions already answered in it SKILL.md...
35
24152 backend htlin222/dotfiles
Backend Architecture Design scalable, reliable backend systems and APIs. When to Use Creating new APIs or services Database schema design Service architecture decisions Performance optimization API versioning and documentation Focus Areas API Design RESTful conventions Consistent error responses Proper HTTP methods and status codes Versioning strategy (URL or header) Rate limiting and throttling Service Boundaries Single responsibility per service Clear contracts between services Async communica...
35
24153 agents-md-manager tdimino/claude-code-minoan
AGENTS.md Manager Create and maintain AGENTS.md files and Codex CLI configuration for any project. Core Workflow Determine the mode: Mode When Script Create New project needs AGENTS.md scripts/analyze_project.py then write Refresh Existing AGENTS.md needs audit scripts/validate_agents_md.py Convert Migrate from CLAUDE.md scripts/convert_claude_to_agents.py Config Generate config.toml scripts/generate_config_toml.py Rules Create .rules files See references/starlark-rules-spec.md Skills Scaffold ....
35
24154 sap-btp-intelligent-situation-automation secondsky/sap-skills
SAP BTP Intelligent Situation Automation ⚠️ DEPRECATION NOTICE Service Status : DEPRECATED as of September 24, 2025 SAP BTP Intelligent Situation Automation service has been deprecated and will reach end-of-service 6 months from the deprecation announcement (approximately March 2026) or when the last contract commitment is fulfilled. Immediate Action Required : Unsubscribe from the Intelligent Situation Automation service Export any required data before end-of-service date Contact component CA-S...
35
24155 path-tracing-reverse letta-ai/skills
Path Tracing Reverse Engineering Overview This skill provides a systematic approach to reverse engineering graphics rendering binaries (ray tracers, path tracers, renderers) with high-fidelity output matching requirements. The primary challenge is achieving pixel-perfect or near-pixel-perfect reproduction (>99% similarity), which requires precise extraction of algorithms, constants, and rendering parameters rather than approximation. Critical Success Factors When high similarity thresholds (>99%...
35
24156 coda-automation davepoon/buildwithclaude
Coda Automation via Rube MCP Automate Coda document and data operations through Composio's Coda toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Coda connection via RUBE_MANAGE_CONNECTIONS with toolkit coda Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available...
35
24157 release-notes-generator jeremylongshore/claude-code-plugins-plus-skills
Release Notes Generator Purpose This skill provides automated assistance for release notes generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "release notes generator" in your request Ask about release notes generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for release note...
35
24158 octocode-pull-request-reviewer bgauryy/octocode-mcp
Code Review Agent - Octocode Reviewer <when_to_use> Reviewing pull requests (by number, URL, or branch) Reviewing local changes (staged, unstaged, or working tree) Analyzing code changes for bugs, security, performance Checking architectural impact of code changes Verifying flow impact on existing callers Security scanning of new code Code quality assessment of changed files </when_to_use> Global Rules <global_rules priority="maximum"> Tool Enforcement (applies to ALL phases) MUST use Octocode M...
35
24159 laravel-enums leeovery/claude-laravel
Enums provide type-safe, finite sets of values. Related guides: - [State Machines](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-enums/../laravel-state-machines/SKILL.md) - For complex state transitions - [Models](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-enums/../laravel-models/SKILL.md) - Model casts to enums - [DTOs](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-enums/../laravel-dtos/SKILL.md) - DTOs with enum propertie...
35
24160 orchestrator wyattowalsh/agents
Orchestrator Skill You are the Orchestrator (coordinator). You do NOT execute tasks yourself. Delegate execution to Worker/Subagent. NOTE: postman daemon handles all message delivery automatically. Role constraints and communication paths are defined in postman config. 1. Immediate Actions When orchestrator skill is invoked: Detect task type from user message Start appropriate workflow Keyword Workflow plan, design Plan review Review code, implement Code pr, pull request PR 2. Subagent Execution...
35
24161 pipeline-variable-management tencentblueking/bk-ci
流水线变量管理完整指南 Skill 概述 Skill 名称: Pipeline Variable Management 适用场景: 流水线变量的全生命周期管理与字段扩展 重要性: ⭐⭐⭐⭐ (高优先级) 文档版本: 2.0 最后更新: 2025-01 流水线变量是 BK-CI 流水线中的核心功能,支持在流水线编排、构建执行过程中动态传递和管理数据。本 Skill 提供变量管理的两大核心主题: 变量生命周期 - 变量从创建到销毁的完整流程 变量字段扩展 - 如何扩展变量的数据结构 一、变量管理架构概览 1.1 变量的定义与作用 流水线变量是流水线中用于存储和传递数据的核心机制,支持: ✅ 配置参数化 - 将流水线配置中的固定值替换为变量 ✅ 数据传递 - 在不同 Stage/Job/Task 之间传递数据 ✅ 动态计算 - 运行时动态生成和更新变量值 ✅ 用户输入 - 手动触发时由用户输入参数值 ✅ 系统内置 - 提供系统级别的预定义变量 1.2 变量的两种核心模型 BK-CI 中流水线变量存在两种数据模型的双向转换: 1. BuildFormProperty(后端内部模型...
35
24162 gitlab-cli oldwinter/skills
GitLab CLI 管理技能 通过 glab CLI 管理 GitLab 代码仓库、CI/CD Pipeline、Merge Request、Issue 等资源。 环境配置 GitLab 服务器 : 192.168.10.117:6001 Web UI : http://192.168.10.117:6001 SSH 端口 : 2222 API 协议 : HTTP Git 协议 : SSH 验证连接状态: glab auth status 核心功能 1. 仓库管理 列出项目 glab repo list 列出所有项目 glab repo list --per-page 50 分页列出 glab repo search "keyword" 搜索项目 创建项目 glab repo create my-project 在当前用户下创建 glab repo create my-project --group simplexai 在 group 下创建 glab repo create my-project --private 创建私有项目 其他操作 glab repo view ...
35
24163 optimize-images b-open-io/gemskills
Image Optimization for Web Projects Optimize images for web performance using modern tools. This skill provides scripts and workflows for compressing PNG and JPEG images while maintaining visual quality. When to Use This Skill Preparing images for production web deployment Reducing page load times Optimizing public/images directories Batch compressing screenshots, watercolors, photos Auditing image sizes before/after optimization Core Tool: Sharp Sharp is the fastest Node.js image processing lib...
35
24164 prompt-regression-tester patricio0312rev/skills
Prompt Regression Tester Systematically test prompt changes to prevent regressions. Test Case Format { "test_cases": [ { "id": "test_001", "input": "Summarize this article", "context": "Article text here...", "expected_behavior": "Concise 2-3 sentence summary", "baseline_output": "Output from v1.0 prompt", "must_include": ["main point", "conclusion"], "must_not_include": ["opinion", "speculation"] } ] } Comparison Framework def compare_pro...
35
24165 tiktok ad creative generation eachlabs/skills
TikTok Ad Creative Generation Generate scroll-stopping TikTok ad creatives using the each::sense API. Create native-feeling vertical video content optimized for TikTok's unique format and audience expectations. Overview The each::sense API enables you to generate TikTok-optimized ad creatives that blend seamlessly with organic content: TikTok-Native Vertical Video : 9:16 aspect ratio optimized for full-screen mobile experience Spark Ads Style : Authentic, creator-driven aesthetics that feel nati...
35
24166 story-structure bybren-llc/story-systems-template
Story Structure Skill Invocation Triggers Apply this skill when: Planning screenplay structure Analyzing narrative arc Placing story beats Validating structural integrity Three-Act Structure Overview ACT ONE (Setup) ≈ 25 pages (25%) ACT TWO (Confrontation) ≈ 60 pages (50%) ACT THREE (Resolution) ≈ 25 pages (25%) ≈ 110 pages total Act One: Setup (Pages 1-25) Goal: Establish world, character, and conflict. Beat Page Purpose Opening Image 1 Visual thesis, tone, world Theme Stated 5 Theme sp...
35
24167 design-of-experiments lyndonkl/claude
Design of Experiments Table of Contents Purpose When to Use What Is It? Workflow Common Patterns Guardrails Quick Reference Purpose Design of Experiments (DOE) helps you systematically discover how multiple factors affect an outcome while minimizing the number of experimental runs. Instead of testing one variable at a time (inefficient) or guessing randomly (unreliable), DOE uses structured experimental designs to: Screen many factors to find the critical few Optimize factor settings to maximi...
35
24168 growth-strategy omer-metin/skills-for-antigravity
Growth Strategy Comprehensive growth strategy combining technical SEO/SMO/CRO implementation with strategic growth frameworks. Quick Reference Situation Use This Skill For SEO/SMO/CRO implementation Technical Optimization Building growth engines Growth Loops Framework Strategic growth planning Strategy & Frameworks Distribution strategy Channel & Platform Strategy Network effects Product-Led Growth Part 1: Core Principles Foundational Truths Growth follows product-market fit, never precedes it R...
35
24169 partnership-marketer ncklrs/startup-os-skills
Partnership Marketer Expert partnership marketing guidance for building scalable partner ecosystems, co-marketing campaigns, and channel programs — from partner selection to revenue attribution. Philosophy Great partnership marketing creates multiplier effects: Strategic alignment — Partners succeed when you succeed, and vice versa Mutual value creation — Every partnership should benefit both parties measurably Scalable enablement — Partners should be able to sell/integrate without hand-holding ...
35
24170 react-context-setup jeremylongshore/claude-code-plugins-plus-skills
React Context Setup Purpose This skill provides automated assistance for react context setup tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "react context setup" in your request Ask about react context setup 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 context setu...
35
24171 framer-ui-skills ihlamury/design-skills
Framer UI Skills Opinionated constraints for building Framer-style interfaces with AI agents. When to Apply Reference these guidelines when: Building dark-mode interfaces Creating Framer-inspired design systems Implementing UIs with Inter font and 4px grid Colors MUST use dark backgrounds (lightness < 20) for primary surfaces - detected lightness: 0 MUST use 000000 as page background ( surface-base ) SHOULD reduce color palette (currently 22 colors detected) MUST maintain text contrast ratio of ...
35
24172 zettelkasten note creation treylom/knowledge-manager
Zettelkasten Note Creation Create atomic, self-contained, interconnected notes Core Principles 1. Atomicity One idea per note If you can split it, split it Note should be about ONE concept 2. Self-Contained Note must be understandable without context Include enough background information Reader shouldn't need to read other notes first 3. Connectivity Link to related notes with [[wikilinks]] Explain the relationship in the link Build a knowledge network Note Structure --- tags : [ { domain } , { ...
35
24173 azure-storage-queue-py sickn33/antigravity-awesome-skills
Azure Queue Storage SDK for Python Simple, cost-effective message queuing for asynchronous communication. Installation pip install azure-storage-queue azure-identity Environment Variables AZURE_STORAGE_ACCOUNT_URL = https:// < account > .queue.core.windows.net Authentication from azure . identity import DefaultAzureCredential from azure . storage . queue import QueueServiceClient , QueueClient credential = DefaultAzureCredential ( ) account_url = "https://<account>.queue.core.windows.net" Servi...
35
24174 capacitor-push-notifications capawesome-team/skills
Push Notifications in Capacitor Implement push notifications for iOS and Android using Firebase and APNs. When to Use This Skill User wants push notifications User needs FCM setup User asks about APNs User has notification issues User wants rich notifications Quick Start Install Plugin bun add @capacitor/push-notifications bunx cap sync Basic Implementation import { PushNotifications } from '@capacitor/push-notifications' ; async function initPushNotifications ( ) { // Request permission const p...
35
24175 deep-linking-for-flutter-web rodydavis/skills
Deep Linking for Flutter Web In this article I will show you how to have proper URL navigation for your application. Open links to specific pages, protected routes and custom transitions. TLDR The final source here and an online demo . Setup Create a new flutter project called “flutter_deep_linking” Open that folder up in VSCode. Update your “pubspec.yaml” with the following: Step 1 Create a file at “lib/ui/home/screen.dart” and add the following: Update your “lib/main.dart” with the following: ...
35
24176 web-designer jordanhubbard/loom
Web Designer You design how users interact with Loom. Clean interfaces, clear information hierarchy, interactions that feel obvious. Primary Skill You think in user experience. Every screen, every button, every piece of information — you evaluate it from the user's perspective. Is it findable? Is it clear? Does it respect the user's time? Org Position Reports to: Product Manager Direct reports: None Available Skills You can write front-end code (HTML, CSS, JavaScript) to implement your designs d...
35
24177 eval-performance dotnet/skills
MSBuild Evaluation Phases For a comprehensive overview of MSBuild's evaluation and execution model, see Build process overview . Initial properties : environment variables, global properties, reserved properties Imports and property evaluation : process <Import> , evaluate <PropertyGroup> top-to-bottom Item definition evaluation : <ItemDefinitionGroup> metadata defaults Item evaluation : <ItemGroup> with Include , Remove , Update , glob expansion UsingTask evaluation : register custom tasks Key ...
35
24178 uloop-screenshot hatayama/uloopmcp
uloop screenshot Take a screenshot of any Unity EditorWindow by name and save as PNG. Usage uloop screenshot [ --window-name < name > ] [ --resolution-scale < scale > ] [ --match-mode < mode > ] [ --output-directory < path > ] Parameters Parameter Type Default Description --window-name string Game Window name to capture (e.g., "Game", "Scene", "Console", "Inspector", "Project", "Hierarchy", or any EditorWindow title) --resolution-scale number 1.0 Resolution scale (0.1 to 1.0) --match-mode enum e...
35
24179 review-dotnet nesnilnehc/ai-cortex
Skill: Review .NET Purpose Review code in the .NET ecosystem (C, F) for language and runtime conventions only. Do not define scope (diff vs codebase) or perform security/architecture analysis; those are handled by scope and cognitive skills. Emit a findings list in the standard format for aggregation. Focus on async/await and ConfigureAwait, nullable reference types and NRE avoidance, API and versioning, resources and IDisposable, collections and LINQ, and testability. Core Objective Primary Goa...
35
24180 res-deep molechowski/claude-skills
Deep Research Iterative multi-round research across Web, Reddit, X/Twitter, GitHub, Hacker News, Substack, Financial Media, LinkedIn, and more with structured output frameworks (comparison, landscape, deep-dive, decision). Architecture Source Tool Cost Web Claude Code WebSearch + xAI web_search Free + $0.005/call Reddit Claude Code WebSearch (site:reddit.com) + xAI web_search Free + $0.005/call X/Twitter xAI x_search only $0.005/call GitHub Claude Code WebSearch (site:github.com) + xAI web_searc...
35
24181 page-inspector delexw/claude-code-misc
Page Inspector — Capture Current Page Layout & Styles Uses Skill("pinchtab") for all browser interaction — navigation, screenshots, viewport emulation, and DOM inspection. Describe what you need and let pinchtab handle the details. Inputs Raw arguments: $ARGUMENTS Infer from the arguments: TARGET_URL: the URL to inspect OUT_DIR: output directory, or ./page-inspector-output if not provided Prerequisites If the page requires authentication, attempt to find credentials from environment variables. I...
35
24182 json-config-manager jeremylongshore/claude-code-plugins-plus-skills
Json Config Manager Purpose This skill provides automated assistance for json config manager tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "json config manager" in your request Ask about json config manager patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for json config manager Follows ...
35
24183 crafting-instructions oaustegard/claude-skills
Crafting Instructions for Claude Generate technically optimized instructions for Claude.ai across three formats: Project instructions, Skills, and standalone prompts. Decision Framework: Which Format to Use? Ask these questions to determine the right format: Use PROJECT INSTRUCTIONS when: Context needs to persist for ALL conversations in a workspace Multiple team members collaborate with shared knowledge Background knowledge required for specific initiative Custom behavior scoped to one project ...
35
24184 tailwindcss-development spatie/freek.dev
Tailwind CSS Development When to Apply Activate this skill when: Adding styles to components or pages Working with responsive design Implementing dark mode Extracting repeated patterns into components Debugging spacing or layout issues Documentation Use search-docs for detailed Tailwind CSS v3 patterns and documentation. Basic Usage Use Tailwind CSS classes to style HTML. Check and follow existing Tailwind conventions in the project before introducing new patterns. Offer to extract repeated ...
35
24185 security scientiacapital/skills
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
35
24186 laravel-controllers leeovery/claude-laravel
Controllers are extremely thin. They handle HTTP concerns only and contain zero domain logic. Related guides: - [query-objects.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-controllers/references/query-objects.md) - Query objects for API filtering/sorting - [Actions](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-controllers/../laravel-actions/SKILL.md) - Actions contain the domain logic - [form-requests.md](https://github.com/leeovery/claude-la...
35
24187 job-search proficientlyjobs/proficiently-claude-skills
Job Search Skill Priority hierarchy : See shared/references/priority-hierarchy.md for conflict resolution. Automated daily job search using browser automation. Quick Start /proficiently:job-search - Run daily search with default terms from matching rules /proficiently:job-search AI infrastructure - Search with specific keywords File Structure scripts/ evaluate-jobs.md Subagent for parallel job evaluation assets/ templates/ Format templates (committed) Data Directory Resolve the d...
35
24188 oss-ready luongnv89/skills
OSS Ready Transform a project into a professional open-source repository with standard community files and GitHub templates. Repo Sync Before Edits (mandatory) Before creating/updating/deleting files in an existing repository, sync the current branch with remote: branch = " $( git rev-parse --abbrev-ref HEAD ) " git fetch origin git pull --rebase origin " $branch " If the working tree is not clean, stash first, sync, then restore: git stash push -u -m "pre-sync" branch = " $( git rev-parse --abb...
35
24189 k8s-yaml-generator akin-ozer/cc-devops-skills
Kubernetes YAML Generator Generate Kubernetes manifests with deterministic steps, bounded CRD research, and mandatory validation for full-resource output. Trigger Guidance Use this skill when the user asks to create or update Kubernetes YAML, for example: "Generate a Deployment + Service manifest for my app." "Create an Argo CD Application CRD." "Write a StatefulSet with PVC templates." "Produce production-ready Kubernetes YAML with best practices." Do not use this skill for validation-only requ...
35
24190 concepts austintgriffith/ethskills
Ethereum Concepts What You Probably Got Wrong "Smart contracts run automatically." No. Smart contracts cannot execute themselves. There is no cron job, no scheduler, no background process. Every function needs a caller who pays gas. This single misconception is the root cause of most broken onchain designs. "Just add a timer." There are no timers. If something needs to happen at a certain time, you need someone to call the function at that time — and you need to give them a reason to do it. "The...
35
24191 slidev marcoshaber99/slidev-skills
Slidev - Presentation Slides for Developers Web-based slides maker built on Vite, Vue, and Markdown. When to Use Technical presentations or slidedecks with live code examples Syntax-highlighted code snippets with animations Interactive demos (Monaco editor, runnable code) Mathematical equations (LaTeX) or diagrams (Mermaid, PlantUML) Record presentations with presenter notes Export to PDF, PPTX, or host as SPA Code walkthroughs for developer talks or workshops Quick Start pnpm create slidev Cre...
35
24192 logging-best-practices ncklrs/startup-os-skills
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
35
24193 media-transformation qodex-ai/ai-agent-skills
TOON v2.0 Formatter Skill (AGGRESSIVE MODE) Purpose AGGRESSIVELY apply TOON v2.0 format to save 30-60% tokens on structured data. Use TOON by default for biggish, regular data. Use native Zig encoder for 20x performance. When to Use (AGGRESSIVE) TOON ALL DAY - Use automatically for: ✅ Arrays with ≥ 5 similar items ✅ Tables, logs, events, transactions, analytics ✅ API responses with uniform structure (≥60% field overlap) ✅ Database query results ✅ Repeatedly-used, structured data in prompts ✅ RAG...
35
24194 lit-sheet-music rodydavis/skills
Lit Sheet Music In this article I will go over how to set up a Lit web component and use it to render musicxml from a src attribute or inline xml using opensheetmusicdisplay . Now any sheet music can be rendered based on the browser width as an svg or canvas (and will resize when the viewport changes). TLDR The final source here and an online demo . Prerequisites Vscode Node >= 16 Typescript Getting Started We can start off by navigating in terminal to the location of the project and run the fol...
35
24195 support-operations ncklrs/startup-os-skills
Support Operations Strategic support operations expertise for customer-facing teams — from ticket management and SLA design to escalation workflows and self-service optimization. Philosophy Great support isn't about closing tickets fast. It's about solving customer problems permanently while building scalable systems. The best support operations teams: Prevent before they support — Self-service and proactive help reduce ticket volume Measure what drives loyalty — Resolution quality beats respons...
35
24196 ln-812-query-optimizer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-812-query-optimizer Type: L3 Worker Category: 8XX Optimization Parent: ln-810-performance-optimization-coordinator Fixes query efficiency issues found by ln-651-query-efficiency-auditor. Each fix verified via tests with keep/discard pattern. Metric: query count reduction (not runtime benchmark). Overview Aspect Details I...
35
24197 autonomous-tests louiscavalcante/skills
Dynamic Context Args: $ARGUMENTS Branch: ! git branch --show-current Unstaged: ! git diff --stat HEAD 2>/dev/null | tail -5 Staged: ! git diff --cached --stat 2>/dev/null | tail -5 Commits: ! git log --oneline -5 2>/dev/null Docker: ! docker compose ps 2>/dev/null | head -10 || echo "No docker-compose found" Config: ! test -f .claude/autonomous-tests.json && echo "YES" || echo "NO -- first run" Capabilities: ! python3 -c "import json;c=json.load(open('.claude/autonomous-tests.json'));caps=c.get(...
35
24198 php-api pluginagentmarketplace/custom-plugin-php
PHP API Development Skill Atomic skill for mastering API design and implementation in PHP Overview Comprehensive skill for PHP API development covering REST design, GraphQL, authentication strategies, and API documentation. Skill Parameters Input Validation interface SkillParams { topic : | "rest" // RESTful API design | "graphql" // GraphQL with PHP | "authentication" // JWT, OAuth 2.0 | "documentation" // OpenAPI, Swagger | "versioning" // API versioning strategies | "security" ; // Rate limit...
35
24199 speckit-clarify dceoy/speckit-agent-skills
Spec Kit Clarify Skill When to Use The feature spec exists but needs targeted clarification before planning. Inputs The current feature spec in specs/<feature>/spec.md . The user's clarification intent or constraints from the request. If the request is empty or the spec is missing, ask a targeted question before proceeding. Workflow Goal: Detect and reduce ambiguity or missing decision points in the active feature specification and record the clarifications directly in the spec file. Note: This ...
35
24200 effect-best-practices forcedotcom/salesforcedx-vscode
Effect-TS Best Practices This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability. Quick Reference: Critical Rules Category DO DON'T Services Effect.Service with accessors: true Context.Tag for business logic Dependencies dependencies: [Dep.Default] in service Manual Layer.provide at usage sites Errors Schema.TaggedError with message field Plain classes or generic Error Error Specifici...
35