███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20451 | capacity-planning-helper | patricio0312rev/skills |
Capacity Planning Helper Right-size infrastructure for current and future needs. Traffic Forecasting interface TrafficForecast { current : { dailyUsers : number ; peakRPS : number ; avgRPS : number ; } ; projected : { timeframe : "6m" | "12m" | "24m" ; dailyUsers : number ; peakRPS : number ; avgRPS : number ; growthRate : number ; } ; } const forecast : TrafficForecast = { current : { dailyUsers : 100000 , peakRPS : 500 , avgRPS : 200 , } , projected : { timeframe : "12m" , dailyUsers : 500000 ...
|
37 |
| 20452 | rust-profiling | mohitmishra786/low-level-dev-skills |
Rust Profiling Purpose Guide agents through Rust performance profiling: flamegraphs via cargo-flamegraph, binary size analysis, monomorphization bloat measurement, Criterion microbenchmarks, and interpreting profiling results with inlined Rust frames. Triggers "How do I generate a flamegraph for a Rust program?" "My Rust binary is huge — how do I find what's causing it?" "How do I write Criterion benchmarks?" "How do I measure monomorphization bloat?" "Rust performance is worse than expected — h...
|
37 |
| 20453 | adding-tauri-splashscreen | dchuk/claude-code-tauri-skills |
This skill covers implementing splash screens in Tauri v2 applications. A splash screen displays during application startup while the main window loads and initializes. Overview The splash screen pattern involves: - Showing a splash window immediately on launch - Hiding the main window until ready - Performing initialization tasks (frontend and backend) - Closing splash and showing main window when complete Configuration Window Configuration Configure both windows in `tauri.conf.json...
|
37 |
| 20454 | tauri-v2 | robinebers/openusage |
Tauri v2 Development Skill Build cross-platform desktop and mobile apps with web frontends and Rust backends. Before You Start This skill prevents 8+ common errors and saves ~60% tokens. Metric Without Skill With Skill Setup Time ~2 hours ~30 min Common Errors 8+ 0 Token Usage High (exploration) Low (direct patterns) Known Issues This Skill Prevents Permission denied errors from missing capabilities IPC failures from unregistered commands in generate_handler! State management panics from typ...
|
37 |
| 20455 | personality-setup | crystal-project-inc/personality-ai |
Personality Setup Personality-tuned communication for AI agents, powered by Crystal's DISC framework . This skill helps users with two things: Discover their personality type and install a skill that tunes AI communication to match Predict someone else's type and install a skill that coaches them on communicating with that person How to Use This Skill When this skill is first loaded in a conversation, proactively ask the user which flow they need — don't wait for them to prompt you. Start with: ...
|
37 |
| 20456 | argocdcommand | julianobarbosa/claude-code-skills |
ArgoCdCommand Complete ArgoCD CLI interaction skill for the cafehyna-hub cluster at argocd.cafehyna.com.br or via port-forward at localhost:8080. Cluster Configuration Setting Value Kubeconfig ~/.kube/aks-rg-hypera-cafehyna-hub-config ArgoCD Server argocd.cafehyna.com.br ArgoCD Namespace argocd Port-Forward localhost:8080 Environment Setup Set kubeconfig for cafehyna-hub export KUBECONFIG=~/.kube/aks-rg-hypera-cafehyna-hub-config Or use --kubeconfig flag kubectl --kubeconfig ~/.kube/aks-rg-...
|
37 |
| 20457 | web-design-guidelines | openstatushq/openstatus |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
37 |
| 20458 | panic-room-finder | erichowens/some_claude_skills |
Panic Room Finder Discover the hidden spaces in your home through systematic mapping, dimension analysis, and non-destructive investigation. When to Use This Skill Use for: Mapping house dimensions room-by-room Identifying discrepancies suggesting hollow spaces Understanding historical hidden space patterns Non-destructive investigation techniques Safe room planning and conversion Exploring potential access points NOT for: Illegal entry or trespassing Bypassing security systems Structural ...
|
37 |
| 20459 | event-marketer | ncklrs/startup-os-skills |
Event Marketer Expert event marketing guidance for conferences, webinars, field marketing programs, and virtual events — from strategy through post-event follow-up and ROI measurement. Philosophy Great event marketing treats every event as a campaign, not a checkbox: Event as funnel — Promotion, attendance, engagement, and follow-up are all conversion points Quality over quantity — 50 qualified conversations beat 500 badge scans Experience creates memory — What they remember matters more than wh...
|
37 |
| 20460 | commodities-list | octagonai/skills |
Commodities List Retrieve comprehensive information about tradable commodities and commodity trading companies across sectors using the Octagon MCP server. Prerequisites Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions. Workflow 1. Define Scope Determine which commodity categories you want to explore: Energy : Oil, natural gas, power, coal Metals : Precious metals, base metals, industrial metals ...
|
37 |
| 20461 | circleci-automation | davepoon/buildwithclaude |
CircleCI Automation via Rube MCP Automate CircleCI CI/CD operations through Composio's CircleCI toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/circleci Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active CircleCI connection via RUBE_MANAGE_CONNECTIONS with toolkit circleci 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 t...
|
37 |
| 20462 | agent-performance-monitor | ruvnet/claude-flow |
name: Performance Monitor type: agent category: optimization description: Real-time metrics collection, bottleneck analysis, SLA monitoring and anomaly detection Performance Monitor Agent Agent Profile Name : Performance Monitor Type : Performance Optimization Agent Specialization : Real-time metrics collection and bottleneck analysis Performance Focus : SLA monitoring, resource tracking, and anomaly detection Core Capabilities 1. Real-Time Metrics Collection // Advanced metrics collection syste...
|
37 |
| 20463 | gcode-to-text | letta-ai/skills |
This skill provides strategies for extracting text content that is geometrically encoded within GCODE files. GCODE files contain movement coordinates that define toolpaths for 3D printers and CNC machines. When text is embossed, engraved, or printed, the letter shapes are encoded in the X/Y coordinate movements, not in human-readable metadata. Core Principle Text in GCODE is encoded geometrically, not as metadata. The shapes of letters exist in the coordinate data of G0/G1 movement commands. ...
|
37 |
| 20464 | frontend-design | julianromli/ai-skills |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
37 |
| 20465 | laravel:filesystem-uploads | jpcaparas/superpowers-laravel |
Use the Storage facade consistently; abstract away the backend (local, S3, etc.). Commands ``` $path = Storage::disk('public')->putFile('avatars', $request->file('avatar')); // Temporary URLs (S3, etc.) $url = Storage::disk('s3')->temporaryUrl($path, now()->addMinutes(10)); // Streams return Storage::disk('backups')->download('db.sql.gz'); ``` Patterns - Keep user uploads under a dedicated disk with explicit `visibility` - Avoid assuming local paths; always go through Storage - For pu...
|
37 |
| 20466 | create-next-project | b-open-io/prompts |
Create Next.js Project Guided full-stack Next.js project scaffolding. Six interactive steps that scaffold, configure, and deploy a production-ready app using agent teams for parallel execution. Core Stack (Always Included) Next.js (latest) with App Router, TypeScript, Tailwind v4, src/ directory Bun as package manager and runtime Biome for linting and formatting (manually installed after scaffolding) shadcn/ui with dashboard-01 block as app shell tweakcn for theme customization (web editor at tw...
|
37 |
| 20467 | media-info | vikiboss/60s-skills |
Media Information Skill Get music and movie information including charts, lyrics, box office, and ratings. Available Information Netease Music Ranks - Music chart lists Music Rank Details - Detailed song lists Lyrics Search - Find song lyrics Movie Information - All movies database Movie Box Office - Real-time box office rankings TV Ratings - TV drama ratings Web Series Rankings - Online series popularity API Endpoints Type Endpoint Method Music Ranks /v2/ncm-rank/list GET Rank Detail /v2/ncm-ra...
|
37 |
| 20468 | ln-810-performance-optimization-coordinator | 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-810-performance-optimization-coordinator Type: L2 Domain Coordinator Category: 8XX Optimization Coordinates performance optimization by delegating to L3 workers: ln-811 (algorithm), ln-812 (query), ln-813 (runtime). Workers run in parallel when inputs are independent. Overview Aspect Details Input Target file/module OR a...
|
37 |
| 20469 | pet-memorial-creator | erichowens/some_claude_skills |
Pet Memorial Creator A compassionate guide for honoring the loss of animal companions. This skill understands that pet grief is real, profound, and often minimized by society. It helps create meaningful tributes while providing support through the grieving process. Core Philosophy Pet loss is real grief. This skill: Never minimizes the bond ("it was just a pet") Recognizes pets as family members Validates the depth of grief, regardless of how others react Helps create lasting tributes that honor...
|
37 |
| 20470 | bootstrap-icons | sjnims/bootstrap-expert |
Bootstrap Icons Bootstrap Icons is an official open-source icon library with over 2,000 icons designed to work with Bootstrap components and documentation. Current Version: 1.13.x (check https://icons.getbootstrap.com for latest) Installation Methods CDN (Quickest) <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css" integrity="sha384-CK2SzKma4jA5H/MXDUU7i1TqZlCFaD4T01vtyDFvPlD97JQyS+IsSh1nI2EFbpyk" crossorigin="anonymous"> npm npm in...
|
37 |
| 20471 | ai-ethics | 89jobrien/steve |
AI Ethics Comprehensive AI ethics skill covering bias detection, fairness assessment, responsible AI development, and regulatory compliance. When to Use This Skill Evaluating AI models for bias Implementing fairness measures Conducting ethical impact assessments Ensuring regulatory compliance (EU AI Act, etc.) Designing human-in-the-loop systems Creating AI transparency documentation Developing AI governance frameworks Ethical Principles Core AI Ethics Principles Principle Description Fairness...
|
37 |
| 20472 | devops | duc01226/easyplatform |
DevOps Skill Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes. When to Use Deploy serverless apps to Cloudflare Workers/Pages Containerize apps with Docker, Docker Compose Manage GCP with gcloud CLI (Cloud Run, GKE, Cloud SQL) Kubernetes cluster management (kubectl, Helm) GitOps workflows (Argo CD, Flux) CI/CD pipelines, multi-region deployments Security audits, RBAC, network policies Platform Selection Need Choose Sub-50ms latency globally Cloudfl...
|
37 |
| 20473 | electron-desktop | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
37 |
| 20474 | lead-magnet | sanky369/vibe-building-skills |
Lead Magnet Creation Design and build lead magnets that convert visitors into email subscribers and qualified leads. 1. Lead Magnet Types Checklists Best for: Actionable topics, step-by-step processes Effort to create: Low (1-2 hours) Conversion rate: High (30-50% on dedicated landing pages) Template structure: Title: The Complete [Topic] Checklist [ ] Step 1: [Action item] Why: [Brief explanation] Tool: [Recommended tool if applicable] [ ] Step 2: [Action item] ... [ ] Step 3: [Action item] ......
|
37 |
| 20475 | protocol-implementation-framework | qodex-ai/ai-agent-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint co...
|
37 |
| 20476 | electron-wrapper | brianlovin/claude-config |
No SKILL.md available for this skill. View on GitHub
|
37 |
| 20477 | vue-composable-creator | jeremylongshore/claude-code-plugins-plus-skills |
Vue Composable Creator Purpose This skill provides automated assistance for vue composable creator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "vue composable creator" in your request Ask about vue composable 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 vu...
|
37 |
| 20478 | dual-timezone-skill | breverdbidder/life-os |
Dual Timezone Skill Manages dual timezone awareness (Florida/Israel), Shabbat observance, and time-sensitive scheduling. When to Use This Skill Displaying current time to Ariel Scheduling tasks or events Coordinating calls with Israel Shabbat/holiday planning Any time-sensitive communication Timezones Primary: America/New_York (Eastern Time) Secondary: Asia/Jerusalem (Israel Time) Time Difference: Standard Time: IL is 7 hours ahead of FL Daylight Saving: IL is 7 hours ahead of FL (Israel doesn't...
|
37 |
| 20479 | bash-defensive-patterns | gohypergiant/agent-skills |
Bash Defensive Patterns Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability. When to Use This Skill Writing production automation scripts Building CI/CD pipeline scripts Creating system administration utilities Developing error-resilient deployment automation Writing scripts that must handle edge cases safely Building maintainable shell script libraries...
|
37 |
| 20480 | azure-mgmt-arizeaiobservabilityeval-dotnet | sickn33/antigravity-awesome-skills |
Azure.ResourceManager.ArizeAIObservabilityEval .NET SDK for managing Arize AI Observability and Evaluation resources on Azure. Installation dotnet add package Azure.ResourceManager.ArizeAIObservabilityEval --version 1.0 .0 Package Info Property Value Package Azure.ResourceManager.ArizeAIObservabilityEval Version 1.0.0 (GA) API Version 2024-10-01 ARM Type ArizeAi.ObservabilityEval/organizations Dependencies Azure.Core >= 1.46.2, Azure.ResourceManager >= 1.13.1 Environment Variables AZURE_SUBSCRIP...
|
37 |
| 20481 | woocommerce-webhooks | hookdeck/webhook-skills |
WooCommerce Webhooks When to Use This Skill Setting up WooCommerce webhook handlers Debugging signature verification failures Understanding WooCommerce event types and payloads Handling order, product, or customer events Integrating with WooCommerce stores Essential Code (USE THIS) WooCommerce Signature Verification (JavaScript) const crypto = require ( 'crypto' ) ; function verifyWooCommerceWebhook ( rawBody , signature , secret ) { if ( ! signature || ! secret ) return false ; const hash = cry...
|
37 |
| 20482 | fastify | teachingai/full-stack-skills |
Fastify (TypeScript) - Production Backend Framework Overview Fastify is a high-performance Node.js web framework built around JSON schema validation, encapsulated plugins, and great developer ergonomics. In TypeScript, pair Fastify with a type provider (Zod or TypeBox) to keep runtime validation and static types aligned. Quick Start Minimal server ✅ Correct: basic server with typed response import Fastify from "fastify"; const app = Fastify({ logger: true }); app.get("/health", async () =>...
|
37 |
| 20483 | gh-cli | fredrikaverpil/dotfiles |
GitHub CLI (gh) Comprehensive reference for GitHub CLI (gh) - work seamlessly with GitHub from the command line. Version: 2.85.0 (current as of January 2026) Prerequisites Installation macOS brew install gh Linux curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of = /usr/share/keyrings/githubcli-archive-keyring.gpg echo "deb [arch= $( dpkg --print-architecture ) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable...
|
37 |
| 20484 | cairo-optimization | keep-starknet-strange/starknet-agentic |
Coding Cairo Rules and patterns for writing efficient Cairo code. Sourced from audit findings and production profiling. Attribution: Originally authored by feltroidprime ( cairo-skills ). Integrated with permission into starknet-agentic. When to Use Implementing arithmetic (modular, parity checks, quotient/remainder) Optimizing loops (slow iteration, repeated .len() calls, index-based access) Splitting or assembling integer limbs (u256 → u128, u32s → u128, felt252 → u96) Packing struct fields in...
|
37 |
| 20485 | configuring-tauri-http-headers | dchuk/claude-code-tauri-skills |
Tauri HTTP Headers Security Configuration This skill covers HTTP headers configuration in Tauri v2.1.0+, enabling developers to set security headers in webview responses. Overview Tauri allows configuring HTTP headers that are included in responses to the webview. These headers apply to production builds and do not affect IPC messages or error responses. Supported Headers (Allowlist) Tauri restricts header configuration to a specific allowlist for security: CORS Headers Access-Control-Allo...
|
37 |
| 20486 | docx | bbeierle12/skill-mcp-claude |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
37 |
| 20487 | premium-saas-design | hermeticormus/libreuiux-claude-code |
Premium SaaS Design Framework "75% of users won't trust a company if the design doesn't look good." This skill captures the professional design workflow used by senior product teams and UI/UX designers, adapted for AI-assisted development. The framework transforms AI from a "guessing machine" into a true design partner. The Core Loop DEFINE → BUILD → REVIEW → REFINE ↑ │ └────────────────────────┘ This loop is everything. It's used by real product teams and works wonders wi...
|
37 |
| 20488 | payment-method-development | bagisto/agent-skills |
Payment Method Development Overview Creating custom payment methods in Bagisto allows you to integrate any payment gateway or processor with your store. Whether you need local payment methods, cryptocurrency payments, or specialized payment flows, custom payment methods provide the flexibility your business requires. For our tutorial, we'll create a Custom Stripe Payment method that demonstrates all the essential concepts you need to build any type of payment solution. When to Apply Activate thi...
|
37 |
| 20489 | testing | epicenterhq/epicenter |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
|
37 |
| 20490 | postmark-automation | davepoon/buildwithclaude |
Postmark Automation via Rube MCP Automate Postmark transactional email operations through Composio's Postmark toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/postmark Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Postmark connection via RUBE_MANAGE_CONNECTIONS with toolkit postmark 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 neede...
|
37 |
| 20491 | backend-development-feature-development | rmyndharis/antigravity-skills |
Orchestrate end-to-end feature development from requirements to production deployment: [Extended thinking: This workflow orchestrates specialized agents through comprehensive feature development phases - from discovery and planning through implementation, testing, and deployment. Each phase builds on previous outputs, ensuring coherent feature delivery. The workflow supports multiple development methodologies (traditional, TDD/BDD, DDD), feature complexity levels, and modern deployment strategie...
|
37 |
| 20492 | agentic-ui-development | antdigital-ai/agentic-ui |
Agentic UI Development Skill 面向智能体的 UI 组件库开发技能,提供智能化的组件推荐、代码生成和设计系统支持。 Quick Start pnpm install 安装依赖 pnpm start 启动文档站点 (http://localhost:8000) pnpm test 运行单元测试 pnpm run build 构建项目 Quick Reference - Search Commands 搜索组件 python .cursor/skills/agentic-ui-development/scripts/search.py "chat bubble" 按域搜索 python .cursor/skills/agentic-ui-development/scripts/search.py "chart" --domain plugin python .cursor/skills/agentic-ui-development/scripts/search.py "scroll" --domain hook python .cursor/skill...
|
37 |
| 20493 | mcp-server-builder | patricio0312rev/skills |
MCP Server Builder Create Model Context Protocol servers to extend Claude's capabilities with custom tools and resources. Core Workflow Define purpose: Identify what capabilities to add Choose transport: stdio (local) or HTTP/SSE (remote) Design tools: Define tool schemas and handlers Add resources: Optional file/data access Create prompts: Optional reusable prompts Test locally: Verify with MCP inspector Deploy: Configure for Claude Desktop or API MCP Architecture Overview ┌─────────────┐ ...
|
37 |
| 20494 | ln-513-regression-checker | 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. Regression Checker Runs the existing test suite to ensure no regressions after implementation changes. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: To Review Purpose & Scope Detect test framework (pytest/jest/vitest/go...
|
37 |
| 20495 | oebb-scotty | mitsuhiko/agent-stuff |
ÖBB Scotty API Query Austria's public transport for trip planning, station departures, and service alerts via the HAFAS mgate API. Quick Reference Method Purpose LocMatch Search for stations/stops by name TripSearch Plan a journey between two locations StationBoard Get departures/arrivals at a station HimSearch Get service alerts and disruptions Base URL: https://fahrplan.oebb.at/bin/mgate.exe Authentication All requests require these headers in the JSON body: { "id": "1", "ver": "1.67...
|
37 |
| 20496 | terraform | teachingai/full-stack-skills |
Terraform Quick Start (workflow) terraform init terraform plan -out=tfplan terraform apply tfplan Safety Checklist State: remote backend + locking; separate state per environment Reviews: plan in CI; apply from a trusted runner with approvals Guardrails: prevent_destroy and policy checks for prod Load Next (References) references/state-and-environments.md — backends, locking, workspaces vs separate state, drift references/modules-and-composition.md — module interfaces, versioning, composition p...
|
37 |
| 20497 | write-skill | inkeep/team-skills |
Write Skill This skill helps you author high-signal, maintainable Skills that reliably improve agent performance without bloating context. It is intentionally procedural where the platform has hard constraints (frontmatter validity, invocation controls, safety) and guiding where multiple viable design strategies exist (structure, tone, degree of strictness). A skill you write should be usable by a different agent (or a human) with no prior context —it should stand on its own. Workflow overview F...
|
37 |
| 20498 | plugin-best-practices | fradser/dotclaude |
Plugin Validation & Best Practices Validates Claude Code plugins against architectural standards. This file is a navigation guide; detailed content lives in references/ . Quick Start Run validation on a plugin: python3 plugin-optimizer/scripts/validate-plugin.py < plugin-path > For specific checks only: python3 plugin-optimizer/scripts/validate-plugin.py < plugin-path > --check = manifest,frontmatter Component Selection Guide Component When to Use Key Requirements Instruction-type Skills User-in...
|
37 |
| 20499 | nix | knoopx/pi |
Nix Skill 1. nix build YOU MUST: Always use --no-link option with nix build nix build . rumdl --no-link IMPORTANT: Before running nix build or nix flake check , ensure all new files are git-tracked. Nix flakes only see files committed or staged in git. git add < new-files > nix build . target --no-link IMPORTANT: Without --no-link , a ./result symlink is created 2. nix run IMPORTANT: Packages registered in packages can be run with nix run nix run . pike -- scan -d ./terraform 3. Adding Custom Pa...
|
37 |
| 20500 | simple-report-export | cleanexpo/ato |
Simple Report Export Skill Generate professional tax optimization reports without requiring Google Cloud Console setup. Two Methods Available Method 1: Gmail App Password (Simple SMTP) Uses your existing Gmail account with an App Password - no Cloud Console needed. Method 2: Local File Export Generates files locally that you can email manually from any client. Method 1: Gmail App Password Setup Prerequisites A Gmail account (you probably already have one) Two-Factor Authentication (2FA) en...
|
37 |