███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5601 | setup-api-key | vapiai/skills |
ElevenLabs API Key Setup Guide the user through obtaining and configuring an ElevenLabs API key. Workflow Step 1: Request the API key Tell the user: To set up ElevenLabs, open the API keys page: https://elevenlabs.io/app/settings/api-keys (Need an account? Create one at https://elevenlabs.io/app/sign-up first) If you don't have an API key yet: Click "Create key" Name it (or use the default) Set permission for your key. If you provide a key with "User" permission set to "Read" this skill will aut...
|
390 |
| 5602 | go-defensive | cxuu/golang-skills |
Go Defensive Programming Patterns Verify Interface Compliance Source: Uber Go Style Guide Verify interface compliance at compile time using zero-value assertions. Bad type Handler struct{} func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { // ... } Good type Handler struct{} var _ http.Handler = (*Handler)(nil) func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { // ... } Use nil for pointer types, slices, maps; empty struct {} for value receiv...
|
390 |
| 5603 | go-control-flow | cxuu/golang-skills |
Go Control Flow Source: Effective Go. Go's control structures are related to C but differ in important ways. Understanding these differences is essential for writing idiomatic Go code. Go has no do or while loop—only a generalized for. There are no parentheses around conditions, and bodies must always be brace-delimited. If Statements Basic Form Go's if requires braces and has no parentheses around the condition: if x > 0 { return y } If with Initialization if and switch accept an opt...
|
390 |
| 5604 | sentry-flutter-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Flutter SDK Sentry Flutter SDK Opinionated wizard that scans your Flutter or Dart project and guides you through complete Sentry setup — error monitoring, tracing, session replay, logging, profiling, and ecosystem integrations. Invoke This Skill When User asks to "add Sentry to Flutter" or "set up Sentry" in a Flutter or Dart app User wants error monitoring, tracing, profiling, session replay, or logging in Flutter User mentions sentry_flutter , sentry_dart , mobile erro...
|
390 |
| 5605 | image-generation | zc277584121/marketing-skills |
Image Generation via MCP AI image generation skill via MCP. Use Gemini models or compatible services to generate high-quality images for marketing, UI, and presentations. When to use this skill Marketing assets : Hero images, banners, social media content UI/UX design : Placeholder images, icons, illustrations Presentations : Slide backgrounds, product visualizations Brand consistency : Generate images based on a style guide Instructions Step 1: Configure MCP Environment Check MCP server config...
|
390 |
| 5606 | doc-coauthoring | sickn33/antigravity-awesome-skills |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
389 |
| 5607 | react-pdf | molefrog/skills |
@json-render/react-pdf React PDF renderer that generates PDF documents from JSON specs using @react-pdf/renderer . Installation npm install @json-render/core @json-render/react-pdf Quick Start import { renderToBuffer } from "@json-render/react-pdf" ; import type { Spec } from "@json-render/core" ; const spec : Spec = { root : "doc" , elements : { doc : { type : "Document" , props : { title : "Invoice" } , children : [ "page" ] } , page : { type : "Page" , props : { size : "A4" } , children : [ "...
|
389 |
| 5608 | using-agentops | boshu2/agentops |
RPI Workflow You have access to workflow skills for structured development. The RPI Workflow Research → Plan → Implement → Validate ↑ │ └──── Knowledge Flywheel ────┘ Research Phase /research < topic > Deep codebase exploration ao search "<query>" Search existing knowledge ao lookup < id > Pull full content of specific learning ao lookup --query "x" Search knowledge by relevance Output: .agents/research/<topic>.md Plan Phase /pre-mortem < spec > Simulate failures ...
|
389 |
| 5609 | codex-review | benedictking/codex-review |
Cross-Model Code Review with Codex CLI Cross-model validation using the codex binary directly. Claude writes code, Codex reviews it — different architecture, different training distribution, no self-approval bias. Core insight: Single-model self-review is systematically biased. Cross-model review catches different bug classes because the reviewer has fundamentally different blind spots than the author. Prerequisite: The codex CLI must be installed and authenticated. Verify with codex --help . Us...
|
389 |
| 5610 | penetration-testing | aj-geddes/useful-ai-prompts |
Penetration Testing Overview Systematic security testing to identify, exploit, and document vulnerabilities in applications, networks, and infrastructure through simulated attacks. When to Use Pre-production security validation Annual security assessments Compliance requirements (PCI-DSS, ISO 27001) Post-incident security review Third-party security audits Red team exercises Implementation Examples 1. Automated Penetration Testing Framework pentest_framework.py import requests import socket i...
|
389 |
| 5611 | blazor-expert | markpitt/claude-skills |
Blazor Expert - Orchestration Hub Expert-level guidance for developing applications with Blazor, Microsoft's framework for building interactive web UIs using C instead of JavaScript. Quick Reference: When to Load Which Resource Task Load Resource Key Topics Build components, handle lifecycle events components-lifecycle.md Component structure, lifecycle methods, parameters, cascading values, RenderFragment composition Manage component state, handle events state-management-events.md Local state,...
|
389 |
| 5612 | social-media-posts | jezweb/claude-skills |
Social Media Post Generator Create platform-specific social media posts that respect each platform's conventions, character limits, and audience expectations. Produces copy-paste-ready content. Modes From Scratch User provides topic + key points. Generate posts for selected platforms. From Content User provides existing content (blog post, newsletter, announcement, press release). Repurpose into platform-appropriate posts. Campaign Generate a coordinated set of posts across all platforms for a s...
|
389 |
| 5613 | three-best-practices | emalorenzo/three-agent-skills |
Three.js Best Practices Comprehensive performance optimization guide for Three.js applications. Contains 100+ rules across 17 categories, prioritized by impact. Based on official guidelines from Three.js llms branch maintained by mrdoob. When to Apply Reference these guidelines when: Setting up a new Three.js project Writing or reviewing Three.js code Optimizing performance or fixing memory leaks Working with custom shaders (GLSL or TSL) Implementing WebGPU features Building VR/AR experienc...
|
389 |
| 5614 | video-motion-graphics | dylantarre/animation-principles |
Video Motion Graphics Apply Disney's 12 animation principles to After Effects, Premiere Pro, and video motion design. Quick Reference Principle Motion Graphics Implementation Squash & Stretch Overshoot expressions, elastic motion Anticipation Pre-movement, wind-up keyframes Staging Composition, depth, focus pulls Straight Ahead / Pose to Pose Frame-by-frame vs keyframe animation Follow Through / Overlapping Delayed layers, expression lag Slow In / Slow Out Graph editor curves, easing Arc Motio...
|
389 |
| 5615 | memory-intake | nhadaututtheky/neural-memory |
Memory Intake Agent You are a Memory Intake Specialist for NeuralMemory. Your job is to transform raw, unstructured input into high-quality structured memories. You act as a thoughtful librarian — clarifying, categorizing, and filing information so it can be recalled precisely when needed. Instruction Process the following input into structured memories: $ARGUMENTS Required Output Intake report — Summary of what was captured, categorized by type Memory batch — Each memory stored via nmem_remembe...
|
389 |
| 5616 | docker-containerization | aj-geddes/useful-ai-prompts |
Docker Containerization Overview Build production-ready Docker containers following best practices for security, performance, and maintainability. When to Use Containerizing applications for deployment Creating Dockerfiles for new services Optimizing existing container images Setting up development environments Building CI/CD container pipelines Implementing microservices Instructions 1. Multi-Stage Builds Multi-stage build for Node.js application Stage 1: Build FROM node:18-alpine AS builde...
|
389 |
| 5617 | nushell-pro | hustcer/nushell-pro |
Nushell Pro — Best Practices & Security Skill Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls. Core Principles Think in pipelines — Data flows through pipelines; prefer functional transformations over imperative loops Immutability first — Use let by default; only use mut when functional alternatives don't apply Structured data — Nushell works with tables, records, and lists na...
|
389 |
| 5618 | spec-kit-skill | feiskyer/claude-code-settings |
Spec-Kit: Constitution-Based Spec-Driven Development Official GitHub Spec-Kit integration providing a 7-phase constitution-driven workflow for feature development. Quick Start This skill works with the GitHub Spec-Kit CLI to guide you through structured feature development: Constitution → Establish governing principles Specify → Define functional requirements Clarify → Resolve ambiguities Plan → Create technical strategy Tasks → Generate actionable breakdown Analyze → Validate consistency Implem...
|
389 |
| 5619 | gsap-awwwards-website | eng0ai/eng0-template-skills |
GSAP Awwwards Website A stunning product landing page with GSAP scroll animations, modern React 19 architecture, and Tailwind CSS 4 styling. Tech Stack Framework: React 19 Build Tool: Vite Animation: GSAP Styling: Tailwind CSS 4 Package Manager: npm Output: dist directory Dev Port: 5173 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-website-template.git . If the directory is not empty: git clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-websi...
|
388 |
| 5620 | code-refactoring-tech-debt | sickn33/antigravity-awesome-skills |
Technical Debt Analysis and Remediation You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create actionable remediation plans. Use this skill when Working on technical debt analysis and remediation tasks or workflows Needing guidance, best practices, or checklists for technical debt analysis and remediation Do not use this skill when The task is unrelated to ...
|
388 |
| 5621 | solidjs-patterns | different-ai/openwork |
Why this skill exists OpenWork’s UI is SolidJS: it updates via signals , not React-style rerenders. Most “UI stuck” bugs are actually state coupling bugs (e.g. one global busy() disabling an unrelated action), not rerender issues. This skill captures the patterns we want to consistently use in OpenWork. Core rules Prefer fine-grained signals over shared global flags. Keep async actions scoped (each action gets its own pending state). Derive UI state via createMemo() instead of duplicating boolea...
|
388 |
| 5622 | instagram-research | bradautomates/head-of-content |
Instagram Research Research high-performing Instagram posts and reels, identify outliers, and analyze top video content for hooks and structure. Prerequisites APIFY_TOKEN environment variable or in .env GEMINI_API_KEY environment variable or in .env apify-client and google-genai Python packages Accounts configured in .claude/context/instagram-accounts.md Verify setup: python3 -c " import os try: from dotenv import load_dotenv load_dotenv() except ImportError: pass from apify_client import ApifyC...
|
388 |
| 5623 | nextjs-data-fetching | giuseppe-trisciuoglio/developer-kit |
Next.js Data Fetching Overview This skill provides comprehensive patterns for data fetching in Next.js App Router applications. It covers server-side fetching, client-side libraries integration, caching strategies, error handling, and loading states. When to Use Use this skill for: Implementing data fetching in Next.js App Router Choosing between Server Components and Client Components for data fetching Setting up SWR or React Query integration Implementing parallel data fetching patterns Config...
|
388 |
| 5624 | aws-lambda-python-integration | giuseppe-trisciuoglio/developer-kit |
AWS Lambda Python Integration Patterns for creating high-performance AWS Lambda functions in Python with optimized cold starts and clean architecture. Overview This skill provides complete patterns for AWS Lambda Python development, covering two main approaches: AWS Chalice Framework - Full-featured framework with built-in routing, dependency injection, and local testing server Raw Python - Minimal overhead approach with maximum flexibility and control Both approaches support API Gateway and ALB...
|
388 |
| 5625 | proposal-writer | ncklrs/startup-os-skills |
Proposal Writer Overview This skill helps you create professional, persuasive business proposals that clearly communicate value and win deals. From simple quotes to comprehensive RFP responses. Use Cases: Sales proposals and quotes Project proposals Partnership proposals RFP/RFI responses Grant applications Service agreements How to Use Tell me about the opportunity (client, project, requirements) Share your solution and pricing Specify the proposal type and length needed I'll create a structure...
|
387 |
| 5626 | docx | davila7/claude-code-templates |
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...
|
387 |
| 5627 | scvi-tools | anthropics/knowledge-work-plugins |
scvi-tools Deep Learning Skill This skill provides guidance for deep learning-based single-cell analysis using scvi-tools, the leading framework for probabilistic models in single-cell genomics. How to Use This Skill Identify the appropriate workflow from the model/workflow tables below Read the corresponding reference file for detailed steps and code Use scripts in scripts/ to avoid rewriting common code For installation or GPU issues, consult references/environment_setup.md For debugging, cons...
|
387 |
| 5628 | project-overview | lobehub/lobe-chat |
LobeHub Project Overview Project Description Open-source, modern-design AI Agent Workspace: LobeHub (previously LobeChat). Supported platforms: Web desktop/mobile Desktop (Electron) Mobile app (React Native) - coming soon Logo emoji: 🤯 Complete Tech Stack Category Technology Framework Next.js 16 + React 19 Routing SPA inside Next.js with react-router-dom Language TypeScript UI Components @lobehub/ui , antd CSS-in-JS antd-style Icons lucide-react, @ant-design/icons i18n react-i18next State zustan...
|
387 |
| 5629 | go-packages | cxuu/golang-skills |
Go Packages and Imports This skill covers package organization and import management following Google's and Uber's Go style guides. Package Organization Avoid Util Packages Advisory: This is a best practice recommendation. Package names should describe what the package provides. Avoid generic names like util, helper, common, or similar—they make code harder to read and cause import conflicts. // Good: Meaningful package names db := spannertest.NewDatabaseFromFile(...) _, err := f.Seek(0, io...
|
387 |
| 5630 | nextjs-deployment | giuseppe-trisciuoglio/developer-kit |
Next.js Deployment Deploy Next.js applications to production with Docker, CI/CD pipelines, and comprehensive monitoring. Overview This skill provides patterns for: Docker configuration with multi-stage builds GitHub Actions CI/CD pipelines Environment variables management (build-time and runtime) Preview deployments Monitoring with OpenTelemetry Logging and health checks Production optimization When to Use Activate when user requests involve: "Deploy Next.js", "Dockerize Next.js", "containerize"...
|
387 |
| 5631 | skill-from-github | gbsoss/skill-from-masters |
Skill from GitHub When users want to accomplish something, search GitHub for quality projects that solve the problem, understand them deeply, then create a skill based on that knowledge. When to Use When users describe a task and you want to find existing tools/projects to learn from: "I want to be able to convert markdown to PDF" "Help me analyze sentiment in customer reviews" "I need to generate API documentation from code" Workflow Step 1: Understand User Intent Clarify what the user wan...
|
386 |
| 5632 | peer-review | davila7/claude-code-templates |
Scientific Critical Evaluation and Peer Review Overview Peer review is a systematic process for evaluating scientific manuscripts. Assess methodology, statistics, design, reproducibility, ethics, and reporting standards. Apply this skill for manuscript and grant review across disciplines with constructive, rigorous evaluation. When to Use This Skill This skill should be used when: Conducting peer review of scientific manuscripts for journals Evaluating grant proposals and research applicatio...
|
386 |
| 5633 | python-pro | sickn33/antigravity-awesome-skills |
Python Pro Senior Python developer with 10+ years experience specializing in type-safe, async-first, production-ready Python 3.11+ code. Role Definition You are a senior Python engineer mastering modern Python 3.11+ and its ecosystem. You write idiomatic, type-safe, performant code across web development, data science, automation, and system programming with focus on production best practices. When to Use This Skill Writing type-safe Python with complete type coverage Implementing async/awai...
|
386 |
| 5634 | weibo-hot-search | agentbay-ai/agentbay-skills |
微博热搜查询 依赖 python3 -m pip install wuying-agentbay-sdk 安装步骤 在使用此技能之前,请确保已安装必要的依赖包: python3 -m pip install wuying-agentbay-sdk 使用场景 用户想查询微博热搜榜单 用户想了解文娱类热搜话题 用户想筛选特定热度以上的热搜内容 使用方法 python3 scripts/browser-use.py "<任务执行步骤>" 快速示例 python3 scripts/browser-use.py " \ 1. 前往微博网站 https://weibo.com/ \ 2. 点击左侧菜单中的微博热搜下的文娱分类 \ 3. 你需要提取榜单中前十条热搜消息 \ 4. 以markdown格式返回所有符合条件的热搜信息 " 输出格式 微博热搜 - 文娱分类 热搜列表(热度 ≥ 50000) 1. 话题名称 - 热度: xxx - 排名: xxx 2. 话题名称 - 热度: xxx - 排名: xxx 统计信息 - 总计: xx条热搜 - 最高热度: xxxxx - 最低热度: ...
|
386 |
| 5635 | wandb-primary | wandb/skills |
W&B Primary Skill This skill covers everything an agent needs to work with Weights & Biases: W&B SDK ( wandb ) — training runs, metrics, artifacts, sweeps, system metrics Weave SDK ( weave ) — GenAI traces, evaluations, scorers, token usage Helper libraries — wandb_helpers.py and weave_helpers.py for common operations When to use what I need to... Use Query training runs, loss curves, hyperparameters W&B SDK ( wandb.Api() ) — see references/WANDB_SDK.md Query GenAI traces, calls, evaluations Wea...
|
386 |
| 5636 | security-compliance-audit | aj-geddes/useful-ai-prompts |
Security Compliance Audit Overview Systematic evaluation of security controls, policies, and procedures to ensure compliance with industry standards and regulatory requirements. When to Use Annual compliance audits Pre-certification assessments Regulatory compliance validation Security posture evaluation Third-party audits Gap analysis Implementation Examples 1. Automated Compliance Checker compliance_auditor.py from dataclasses import dataclass, field from typing import List, Dict from enum ...
|
386 |
| 5637 | pitch-deck | anthropics/financial-services-plugins |
Pitch Deck Generator Overview Generate professional PowerPoint pitch decks following industry best practices. This skill creates structured presentations for fundraising, sales, and business development using a proven 10-slide format. When to Use This Skill Activate this skill when users request: Investor pitch decks for fundraising Sales or business development presentations Product launch presentations Startup pitch competition decks Any structured business presentation following standard ...
|
386 |
| 5638 | app-icon-optimization | eronred/aso-skills |
App Icon Optimization You help design, audit, and A/B test app icons to maximize tap-through rate (TTR) — the percentage of users who tap your app after seeing it in search results or browse. Why the Icon Is Your Most Impactful Asset The icon is the first thing users see in search results — before the title, rating, or screenshots. A compelling icon can lift TTR by 20–40% with no other changes. In browse/charts, it's often the only visual element competing for attention. Icon Design Principles 1...
|
386 |
| 5639 | chrome-extension | pproenca/dot-skills |
Comprehensive performance and code quality guide for Chrome Extensions (Manifest V3). Contains 67 rules across 12 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: - Writing new Chrome extension code - Migrating from Manifest V2 to Manifest V3 - Optimizing service worker lifecycle and state management - Implementing content scripts for page interaction - Debugging performance issues in extensions Rule Ca...
|
386 |
| 5640 | m13-domain-error | actionbook/rust-skills |
Domain Error Strategy Layer 2: Design Choices Core Question Who needs to handle this error, and how should they recover? Before designing error types: Is this user-facing or internal? Is recovery possible? What context is needed for debugging? Error Categorization Error Type Audience Recovery Example User-facing End users Guide action InvalidEmail, NotFound Internal Developers Debug info DatabaseError, ParseError System Ops/SRE Monitor/alert ConnectionTimeout, RateLimited Transient Automati...
|
386 |
| 5641 | 12306 | kirorab/12306-skill |
12306 Train Query Query train schedules and remaining tickets from China Railway 12306. Query Tickets node { baseDir } /scripts/query.mjs < from > < to > [ options ] HTML mode (default): writes file, prints path to stdout Markdown mode ( -f md ): prints table to stdout Examples All trains from Beijing to Shanghai (defaults to today) node { baseDir } /scripts/query.mjs 北京 上海 Markdown table output (to stdout, good for chat) node { baseDir } /scripts/query.mjs 北京 上海 -t G -f md Morning departures...
|
386 |
| 5642 | skill-creator | langchain-ai/deepagents |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
386 |
| 5643 | go-functional-options | cxuu/golang-skills |
Functional Options Pattern Source: Uber Go Style Guide Functional options is a pattern where you declare an opaque Option type that records information in an internal struct. The constructor accepts a variadic number of these options and applies them to configure the result. When to Use Use functional options when: 3+ optional arguments on constructors or public APIs Extensible APIs that may gain new options over time Clean caller experience is important (no need to pass defaults) The Patte...
|
386 |
| 5644 | gateguard | affaan-m/everything-claude-code |
GateGuard — Fact-Forcing Pre-Action Gate A PreToolUse hook that forces Claude to investigate before editing. Instead of self-evaluation ("are you sure?"), it demands concrete facts. The act of investigation creates awareness that self-evaluation never did. When to Activate Working on any codebase where file edits affect multiple modules Projects with data files that have specific schemas or date formats Teams where AI-generated code must match existing patterns Any workflow where Claude tends to...
|
386 |
| 5645 | recover | boshu2/agentops |
/recover — Context Recovery After Compaction Purpose: Help you get back up to speed after Claude Code context compaction. Automatically detects in-progress work (RPI runs, evolve cycles), loads relevant knowledge, and summarizes what you were doing and what's next. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: gt, ao, bd — all optional. Shows what's available, skips what isn't. Quick Start /recover Full recovery dashboard /recover --json Machine-readable JSON outpu...
|
385 |
| 5646 | fixed-income-portfolio | anthropics/financial-services-plugins |
Fixed Income Portfolio Analysis You are an expert fixed income portfolio analyst. Combine bond pricing, reference data, cashflow projections, and scenario stress testing from MCP tools into comprehensive portfolio reviews. Focus on aggregating tool outputs into portfolio-level metrics and risk exposures — let the tools compute bond-level analytics, you aggregate and present. Core Principles Always compute portfolio-level metrics as market-value weighted averages (yield, duration, convexity). Pri...
|
385 |
| 5647 | m14-mental-model | actionbook/rust-skills |
Mental Models Layer 2: Design Choices Core Question What's the right way to think about this Rust concept? When learning or explaining Rust: What's the correct mental model? What misconceptions should be avoided? What analogies help understanding? Key Mental Models Concept Mental Model Analogy Ownership Unique key Only one person has the house key Move Key handover Giving away your key &T Lending for reading Lending a book &mut T Exclusive editing Only you can edit the doc Lifetime 'a Valid...
|
385 |
| 5648 | axi | kunchenguid/axi |
Agent eXperience Interface (AXI) AXI defines ergonomic standards for building CLI tools that autonomous agents interact with through shell execution. Before you start Read the TOON specification before building any AXI output. 1. Token-efficient output Use TOON (Token-Oriented Object Notation) as the output format on stdout. TOON provides ~40% token savings over equivalent JSON while remaining readable by agents. Convert to TOON at the output boundary — keep internal logic on JSON. tasks[2]{id,t...
|
385 |
| 5649 | ce:brainstorm | everyinc/compound-engineering-plugin |
Brainstorm a Feature or Improvement Note: The current year is 2026. Use this when dating requirements documents. Brainstorming helps answer WHAT to build through collaborative dialogue. It precedes /ce:plan , which answers HOW to build it. The durable output of this workflow is a requirements document . In other workflows this might be called a lightweight PRD or feature brief. In compound engineering, keep the workflow name brainstorm , but make the written artifact strong enough that planning ...
|
384 |
| 5650 | r3f-lighting | enzed/r3f-skills |
React Three Fiber Lighting Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas shadows> {/* Ambient fill */} <ambientLight intensity={0.5} /> {/* Main light with shadows */} <directionalLight position={[5, 5, 5]} intensity={1} castShadow shadow-mapSize={[2048, 2048]} /> {/* Objects */} <mesh castShadow receiveShadow> <boxGeometry /> <meshStandardMaterial colo...
|
384 |