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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
2951 technical-writer onewave-ai/claude-skills
Technical Writer You are an expert technical writer who creates clear, user-friendly documentation for technical products. When to Apply Use this skill when: Writing API documentation Creating README files and setup guides Developing user manuals and tutorials Documenting architecture and design Writing changelog and release notes Creating onboarding guides Explaining complex technical concepts Writing Principles 1. User-Centered Lead with the user's goal, not the feature Answer "why should I ca...
313
2952 gstack garrytan/gstack
gstack browse: QA Testing & Dogfooding Persistent headless Chromium. First call auto-starts (~3s), then ~100-200ms per command. Auto-shuts down after 30 min idle. State persists between calls (cookies, tabs, sessions). SETUP (run this check BEFORE any browse command) B = $( browse/bin/find-browse 2 > /dev/null || ~/.claude/skills/gstack/browse/bin/find-browse 2 > /dev/null ) if [ -n " $B " ] ; then echo "READY: $B " else echo "NEEDS_SETUP" fi If NEEDS_SETUP : Tell the user: "gstack browse needs ...
313
2953 wps-office lc2panda/wps-skills
WPS Office 跨应用智能助手 你现在是 WPS Office 跨应用智能助手,能够统一管理和操控 Excel、Word、PPT 三大应用。当用户的需求涉及多个应用或需要通用功能时,你将协调各个专项助手完成任务。 核心能力 1. 应用状态管理 连接检测 :检测 WPS 各应用的运行状态 应用切换 :在不同应用间切换 文档管理 :打开、保存、关闭文档 2. 跨应用操作 数据迁移 :Excel 数据导入 Word 表格 内容复制 :跨应用复制粘贴 格式同步 :统一多个文档的格式风格 3. 批量处理 批量转换 :批量格式转换(如 doc 转 docx) 批量操作 :对多个文件执行相同操作 模板应用 :将模板应用到多个文档 4. 通用功能 文件操作 :新建、打开、保存、另存为 导出功能 :导出 PDF、图片等格式 打印功能 :打印文档 应用识别与路由 当用户提出需求时,首先识别应该使用哪个应用: Excel(表格)场景识别 关键词匹配: 「公式」「函数」「计算」 「表格」「单元格」「工作表」 「图表」「透视表」「数据分析」 「求和」「统计」「筛选」「排序」 「VLOOKUP」「SUMIF...
313
2954 web-design-methodology jezweb/claude-skills
Web Design Methodology Universal patterns for building production-grade HTML/CSS. This skill covers implementation methodology — pair with web-design-patterns for specific component designs. What You Produce Production-ready HTML/CSS prototypes with: Semantic CSS custom properties (tokens) BEM-named components Mobile-first responsive design Accessible markup Optional three-state dark mode File Structure prototype/ ├── index.html ├── about.html ├── services.html ├── contact.html ├── favicon.svg ├...
312
2955 github-search parcadei/continuous-claude-v3
GitHub Search Skill When to Use Search code across repositories Find issues or PRs Look up repository information Instructions uv run python -m runtime.harness scripts/mcp/github_search.py \ --type "code" \ --query "your search query" Parameters --type: Search type - code, repos, issues, prs --query: Search query (supports GitHub search syntax) --owner: (optional) Filter by repo owner --repo: (optional) Filter by repo name Examples Search code uv run python -m runtime.harness scripts/m...
312
2956 translate-pdf wshuyi/translate-pdf-skill
Translate PDF text while preserving structure, colors, and background styling. Workflow Step 1: Extract texts ``` python {skill_path}/scripts/extract_texts.py <input.pdf> ``` Review output to see all unique text strings in the PDF. Step 2: Create translation mapping Translate each text to target language. Create JSON file: ``` { "Original Text 1": "Translated 1", "Original Text 2": "Translated 2" } ``` Save as `translations.json` next to input PDF. Step 3: Apply translations ...
312
2957 canvas-design sickn33/antigravity-awesome-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
312
2958 my-fetch-tweet ai-native-camp/camp-1
My Fetch Tweet X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오고 요약-인사이트-전체 번역 3단계 파이프라인으로 제공하는 스킬. API 연동 — FxEmbed FxEmbed 오픈소스 프로젝트의 API ( api.fxtwitter.com )를 활용한다. JavaScript 없이 트윗 데이터를 추출할 수 있다. URL 변환 규칙 URL에서 screen_name 과 status_id 를 추출한다 도메인을 api.fxtwitter.com 으로 변환한다 WebFetch로 JSON 데이터를 가져온다 https://x.com/garrytan/status/123456 → https://api.fxtwitter.com/garrytan/status/123456 지원 URL 형식 x.com , twitter.com , fxtwitter.com , fixupx.com API 응답 주요 필드 필드 설명 tweet.text 트윗 본문 (URL 확장됨) tweet...
312
2959 upgrade-react-native react-native-community/skills
Upgrade React Native Upgrade a React Native Community CLI project to a target version by fetching and applying the diff from the React Native Upgrade Helper . [!Note] Expo users: For Expo projects or more complex upgrade scenarios, try: expo/skills/upgrading-expo callstackincubator/agent-skills/upgrading-react-native Invocation /upgrade-react-native <targetVersion> <targetVersion> — the React Native version to upgrade to (e.g. 0.79.0 ). Step-by-step procedure Follow every step below in order . D...
312
2960 aws-sdk-java-v2-rds giuseppe-trisciuoglio/developer-kit
AWS SDK for Java v2 - RDS Management Overview This skill provides comprehensive guidance for working with Amazon RDS (Relational Database Service) using the AWS SDK for Java 2.x, covering database instance management, snapshots, parameter groups, and RDS operations. When to Use This Skill Use this skill when: Creating and managing RDS database instances (PostgreSQL, MySQL, Aurora, etc.) Taking and restoring database snapshots Managing DB parameter groups and configurations Querying RDS instance ...
312
2961 aws-sdk-java-v2-lambda giuseppe-trisciuoglio/developer-kit
AWS SDK for Java 2.x - AWS Lambda Overview AWS Lambda is a compute service that runs code without the need to manage servers. Your code runs automatically, scaling up and down with pay-per-use pricing. Use this skill to implement AWS Lambda operations using AWS SDK for Java 2.x in applications and services. When to Use Use this skill when: Invoking Lambda functions programmatically Creating or updating Lambda functions Managing Lambda function configurations Working with Lambda environment varia...
312
2962 storybook dalestudy/skills
Storybook 모범 관례 1. CSF 3.0 형식 사용 최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전. // ❌ CSF 2.0 (구형) export default { title: 'Components/Button', component: Button, }; export const Primary = () => <Button variant="primary">Click me</Button>; // ✅ CSF 3.0 (권장) import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // 자동 문서 생성 } satisfies Meta<typeof Button>; export d...
312
2963 pol-probe deanpeters/product-manager-skills
Purpose Define and document a Proof of Life (PoL) probe —a lightweight, disposable validation artifact designed to surface harsh truths before expensive development. Use this when you need to eliminate a specific risk or test a narrow hypothesis without building production-quality software . PoL probes are reconnaissance missions, not MVPs—they're meant to be deleted, not scaled. This framework prevents prototype theater (expensive demos that impress stakeholders but teach nothing) and forces yo...
312
2964 stock-daily-analysis chjm-ai/stock-daily-analysis-skill
Daily Stock Analysis for OpenClaw 基于 LLM 的 A/H/美股智能分析 Skill,提供技术面分析和 AI 决策建议。 功能特性 多市场支持 - A股、港股、美股 技术面分析 - MA5/10/20、MACD、RSI、乖离率 趋势交易 - 多头排列判断、买入信号评分 AI 决策 - DeepSeek/Gemini/OpenAI 深度分析 数据源集成 - 可选 market-data skill 快速使用 from scripts . analyzer import analyze_stock , analyze_stocks 单只分析 result = analyze_stock ( '600519' ) print ( result [ 'ai_analysis' ] [ 'operation_advice' ] ) 批量分析 results = analyze_stocks ( [ '600362' , '601318' , '159892' ] ) 配置 复制配置模板: cp config.example.json config.json ...
311
2965 codex-review benedictking/codex-review
Codex Code Review Skill Trigger Conditions Triggered when user input contains: "代码审核", "代码审查", "审查代码", "审核代码" "review", "code review", "review code", "codex 审核" "帮我审核", "检查代码", "审一下", "看看代码" Core Concept: Intention vs Implementation Running codex review --uncommitted alone only shows AI "what was done (Implementation)". Recording intention first tells AI "what you wanted to do (Intention)". "Code changes + intention description" as combined input is the most effective way to improve AI code revi...
311
2966 react-native-testing callstack/react-native-testing-library
RNTL Test Writing Guide IMPORTANT: Your training data about @testing-library/react-native may be outdated or incorrect — API signatures, sync/async behavior, and available functions differ between v13 and v14. Always rely on this skill's reference files and the project's actual source code as the source of truth. Do not fall back on memorized patterns when they conflict with the retrieved reference. Version Detection Check @testing-library/react-native version in the user's package.json : v14.x ...
311
2967 cover letter generator paramchoudhary/resumeskills
Use this skill when the user wants to: - Write a cover letter for a job application - Create a personalized application letter - Address specific job requirements in letter format - Mentions: "cover letter", "application letter", "write cover letter", "letter for job" Use AFTER analyzing job description to have clear talking points. Core Capabilities - Generate personalized cover letters from resume + job description - Match tone to company culture - Address qualification gaps strategi...
311
2968 aws-sdk-java-v2-kms giuseppe-trisciuoglio/developer-kit
AWS SDK for Java 2.x - AWS KMS (Key Management Service) Overview This skill provides comprehensive patterns for AWS Key Management Service (KMS) using AWS SDK for Java 2.x. Focus on implementing secure encryption solutions with proper key management, envelope encryption, and Spring Boot integration patterns. Instructions Follow these steps to work with AWS KMS: Set Up IAM Permissions - Grant kms:* actions as needed with least privilege Create KMS Client - Instantiate KmsClient with proper region...
311
2969 ctf-crypto ljagiello/ctf-skills
CTF Cryptography Quick reference for crypto CTF challenges. Each technique has a one-liner here; see supporting files for full details with code. Additional Resources classic-ciphers.md - Classic ciphers: Vigenere (+ Kasiski examination), Atbash, substitution wheels, XOR variants (+ multi-byte frequency analysis), deterministic OTP, cascade XOR, book cipher, OTP key reuse / many-time pad modern-ciphers.md - Modern cipher attacks: AES (CFB-8, ECB leakage), CBC-MAC/OFB-MAC, padding oracle, S-box c...
311
2970 aws-sdk-java-v2-secrets-manager giuseppe-trisciuoglio/developer-kit
AWS SDK for Java 2.x - AWS Secrets Manager Overview AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. This skill covers patterns for storing, retrieving, and rotating secrets using AWS SDK for Java 2.x, including Spring Boot integration and caching strategies. When to Use Use this skill when: Storing and retrieving application secrets programmatically Managing database credentials securely without hardcoding Implementing automatic secre...
311
2971 ai-engineer sickn33/antigravity-awesome-skills
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
310
2972 terraform-diagrams eraserlabs/eraser-io
Terraform Diagram Generator Generates architecture diagrams directly from Terraform .tf files. Specializes in parsing Terraform code and visualizing infrastructure resources, modules, and their relationships. When to Use Activate this skill when: User has Terraform files (.tf, .tfvars) and wants to visualize the infrastructure User asks to "diagram my Terraform" or "visualize this infrastructure" User mentions Terraform, HCL, or infrastructure-as-code User wants to see the architecture of th...
310
2973 code-review getsentry/skills
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
310
2974 openclaw-backup theagentservice/skills
OpenClaw Backup Skill Automated encrypted backup and restore for OpenClaw Agent workspace files using Claude Code. Overview This skill provides three core functions: Upload Backup - Encrypt and upload workspace files to soul-upload.com with auto-generated password Download Backup - Download and decrypt backups from soul-upload.com using stored password Delete Backup - Delete backups from remote storage All backups use AES-256-CBC encryption (via openssl) with auto-generated random passwords . Ea...
310
2975 flutter-expert sickn33/antigravity-awesome-skills
Flutter Expert Senior mobile engineer building high-performance cross-platform applications with Flutter 3 and Dart. When to Use This Skill Building cross-platform Flutter applications Implementing state management (Riverpod, Bloc) Setting up navigation with GoRouter Creating custom widgets and animations Optimizing Flutter performance Platform-specific implementations Core Workflow Setup — Scaffold project, add dependencies ( flutter pub get ), configure routing State — Define Riverpod provider...
310
2976 jira davila7/claude-code-templates
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
309
2977 aws-sdk-java-v2-messaging giuseppe-trisciuoglio/developer-kit
AWS SDK for Java 2.x - Messaging (SQS & SNS) Overview Provide comprehensive AWS messaging patterns using AWS SDK for Java 2.x for both SQS and SNS services. Include client setup, queue management, message operations, subscription management, and Spring Boot integration patterns. When to Use Use this skill when working with: Amazon SQS queues for message queuing SNS topics for event publishing and notification FIFO queues and standard queues Dead Letter Queues (DLQ) for message handling SNS subsc...
309
2978 undocs hairyf/skills
Undocs is a minimal Documentation Theme and CLI built with Nuxt, Nuxt Content, and Nuxt UI. It provides zero-config documentation sites with elegant CLI wrapper, automatic content transformations, and built-in components for common documentation needs. The skill is based on undocs v0.4.15, generated at 2026-01-31. Core References Topic Description Reference Getting Started Quick start guide for creating documentation sites core-getting-started CLI Commands Development and build commands for undo...
309
2979 codex-subagent am-will/codex-skills
Codex Subagent Skill Spawn autonomous subagents to offload context-heavy work. Subagents burn their own tokens, return only final results. Golden Rule: If task + intermediate work would add 3,000+ tokens to parent context → use subagent. Intelligent Prompting Critical: Parent agent must provide subagent with essential context for success. Good Prompting Principles Include relevant context - Give the subagent thorough context Be specific - Clear constraints, requirements, output format Provi...
309
2980 rag-implementation sickn33/antigravity-awesome-skills
RAG Implementation Workflow Overview Specialized workflow for implementing RAG (Retrieval-Augmented Generation) systems including embedding model selection, vector database setup, chunking strategies, retrieval optimization, and evaluation. When to Use This Workflow Use this workflow when: Building RAG-powered applications Implementing semantic search Creating knowledge-grounded AI Setting up document Q&A systems Optimizing retrieval quality Workflow Phases Phase 1: Requirements Analysis Skills ...
309
2981 tinacms jezweb/claude-skills
TinaCMS Git-backed headless CMS with visual editing for content-heavy sites. Last Updated: 2026-01-21 Versions: tinacms@3.3.1, @tinacms/cli@2.1.1 Quick Start Package Manager Recommendation: Recommended: pnpm (required for TinaCMS >2.7.3) Alternative: npm or yarn (may have module resolution issues in newer versions) Install pnpm (if needed) npm install -g pnpm Initialize TinaCMS npx @tinacms/cli@latest init Install dependencies with pnpm pnpm install Update package.json scripts { "d...
308
2982 github steipete/clawdis
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
308
2983 swiftui-patterns dpearson2699/swift-ios-skills
SwiftUI Patterns Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization. When to Activate Building SwiftUI views and managing state ( @State , @Observable , @Binding ) Designing navigation flows with NavigationStack Structuring view models and data flow Optimizing rendering performance for lists and complex layouts Working with environment values and de...
308
2984 github-deep-research bytedance/deer-flow
GitHub Deep Research Skill Multi-round research combining GitHub API, web_search, web_fetch to produce comprehensive markdown reports. Research Workflow Round 1: GitHub API Round 2: Discovery Round 3: Deep Investigation Round 4: Deep Dive Core Methodology Query Strategy Broad to Narrow : Start with GitHub API, then general queries, refine based on findings. Round 1: GitHub API Round 2: "{topic} overview" Round 3: "{topic} architecture", "{topic} vs alternatives" Round 4: "{topic} issues", "{topi...
308
2985 dingtalk-connection xiaomingx/moltbot-connector-feishu-dingtalk
Bridge DingTalk bot messages to Clawdbot Gateway over a local WebSocket connection. Architecture ``` DingTalk user -> DingTalk cloud -> webhook (bridge.py) -> Clawdbot Gateway -> AI agent ``` Setup 1. Create DingTalk bot Create a bot that can send outgoing webhooks and set the callback URL to your public endpoint. 2. Run bridge ``` cd <skill-dir>/dingtalk-connection uv sync DINGTALK_SIGNING_SECRET=your_secret uv run python bridge.py ``` 3. Auto-start (macOS) ``` uv run python set...
308
2986 save-thread nowledge-co/community
Save Thread Persist complete coding sessions to your personal knowledge base for future reference. When to Use Only activate when user explicitly says: "Save this session" "Checkpoint this" "Record conversation" "Remember this session" Never auto-save or suggest saving. This is always user-initiated. Prerequisites nmem CLI - Choose one option: Option 1: uvx (Recommended) curl -LsSf https://astral.sh/uv/install.sh | sh uvx --from nmem-cli nmem --version Option 2: pip pip install nmem-cli nmem --v...
308
2987 ai-image-generation inference-sh/skills
AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate an image with FLUX infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Available Models Model App ID Best For FLUX Dev LoRA falai/flux-dev-lora High quality with custom styles FLUX.2 Klein LoRA falai/flux-2-klein-lora Fast with LoRA support (4...
308
2988 markdown-token-optimizer microsoft/github-copilot-for-azure
Markdown Token Optimizer This skill analyzes markdown files and suggests optimizations to reduce token consumption while maintaining clarity. When to Use Optimize markdown files for token efficiency Reduce SKILL.md file size or check for bloat Make documentation more concise for AI consumption Workflow Count - Calculate tokens (~4 chars = 1 token), report totals Scan - Find patterns: emojis, verbosity, duplication, large blocks Suggest - Table with location, issue, fix, savings estimate Summary ...
308
2989 pulumi-automation-api pulumi/agent-skills
Invoke this skill when: - Orchestrating deployments across multiple Pulumi stacks - Embedding Pulumi operations in custom applications - Building self-service infrastructure platforms - Replacing fragile Bash/Makefile orchestration scripts - Creating custom CLIs for infrastructure management - Building web applications that provision infrastructure What is Automation API Automation API provides programmatic access to Pulumi operations. Instead of running `pulumi up` from the CLI, you ca...
307
2990 tailwind-patterns davila7/claude-code-templates
Tailwind CSS Component Patterns Status : Production Ready ✅ Last Updated : 2026-01-14 Tailwind Compatibility : v3.x and v4.x Source : Production projects, shadcn/ui patterns Quick Start Essential Patterns // Section Container < section className = " max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24 " > { /* content */ } </ section > // Card Base < div className = " bg-card text-card-foreground rounded-lg border border-border p-6 " > { /* content */ } </ div > // Button Primary < button class...
307
2991 brainstorming davila7/claude-code-templates
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
307
2992 recall arjunkmrm/recall
/recall — Search Past Claude & Codex Sessions Search all past Claude Code and Codex sessions using full-text search with BM25 ranking. Usage python3 ~/.claude/skills/recall/scripts/recall.py QUERY [ --project PATH ] [ --days N ] [ --source claude | codex ] [ --limit N ] [ --reindex ] Examples Simple keyword search python3 ~/.claude/skills/recall/scripts/recall.py "bufferStore" Phrase search (exact match) python3 ~/.claude/skills/recall/scripts/recall.py '"ACP protocol"' Boolean query python3 ...
307
2993 sveltia-cms jezweb/claude-skills
Sveltia CMS Skill Complete skill for integrating Sveltia CMS into static site projects. Current Versions @sveltia/cms: 0.128.5 (verified January 2026) Status: Public Beta (v1.0 expected early 2026) Maturity: Production-ready (270+ issues solved from predecessor) When to Use This Skill ✅ Use Sveltia CMS When: Git-based workflow desired (content as Markdown/YAML/TOML/JSON in repository) Lightweight solution required (<500 KB vs 1.5-2.6 MB for competitors) Migrating from Decap/Netlify CMS (drop-i...
307
2994 supabase-best-practices pedrobarretocw/supabase-best-practices
Supabase Best Practices Comprehensive security and performance optimization guide for Supabase applications with Clerk authentication integration. Contains 40+ rules across 10 categories, prioritized by impact to guide secure development and code review. When to Apply Reference these guidelines when: Setting up a new Supabase project Integrating Clerk authentication with Supabase Writing Row Level Security (RLS) policies Designing database schemas Implementing real-time features Configuring ...
307
2995 cc-skill-strategic-compact sickn33/antigravity-awesome-skills
cc-skill-strategic-compact Development skill skill.
306
2996 push-to-registry hashicorp/agent-skills
Configure Packer templates to push build metadata to HCP Packer registry. Reference: [HCP Packer Registry](https://developer.hashicorp.com/hcp/docs/packer) Note: HCP Packer is free for basic use. Builds push metadata only (not actual images), adding minimal overhead (<1 minute). Basic Registry Configuration ``` packer { required_version = ">= 1.7.7" } variable "image_name" { type = string default = "web-server" } locals { timestamp = regex_replace(timestamp(), "[- TZ:]", "") } ...
306
2997 botchan bankrbot/openclaw-skills
Botchan The onchain agent messaging layer on the Base blockchain. Your agent needs a way to talk to other agents. Botchan provides a permanent, permissionless message layer on Base—messages that live forever, accessible to any agent, owned by no one. Every agent with a crypto wallet already has a profile. Your wallet address is your identity—other agents can post to it, and you can explore theirs. See what other agents are saying, who they're talking to, and what they've built. Post to topic-bas...
306
2998 book-translation f/prompts.chat
Book Translation Skill This skill guides translation of book content for The Interactive Book of Prompting at prompts.chat. Overview The book has 25 chapters across 7 parts. Translation requires: MDX content files - Full chapter content in src/content/book/{locale}/ JSON translation keys - UI strings, chapter titles, and descriptions in messages/{locale}.json Prerequisites Before starting, identify: Target locale code (e.g., de , fr , es , ja , ko , zh ) Check if locale exists in messages/ direc...
306
2999 seo-audit davila7/claude-code-templates
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before auditing, understand: Site ...
306
3000 adversarial-review poteto/noodle
Adversarial Review Spawn reviewers on the opposite model to challenge work. Reviewers attack from distinct lenses grounded in brain principles. The deliverable is a synthesized verdict — do NOT make changes. Hard constraint: Reviewers MUST run via the opposite model's CLI ( codex exec or claude -p ). Do NOT use subagents, the Agent tool, or any internal delegation mechanism as reviewers — those run on your own model, which defeats the purpose. Step 1 — Load Principles Read brain/principles.md . ...
306