███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8301 | anthropic-sdk | bobmatnyc/claude-mpm-skills |
Anthropic SDK - Official Claude AI Integration progressive_disclosure: entry_point: summary: "Official Anthropic SDK for Claude AI - chat, streaming, function calling, vision" when_to_use: - "When integrating Claude AI into applications" - "When building AI-powered features with Claude models" - "When using function calling/tool use patterns" - "When processing images with vision models" - "When implementing streaming chat interfaces" quick_start: - "pip install anthropic (Python) or npm install...
|
253 |
| 8302 | test-xcode | everyinc/compound-engineering-plugin |
Xcode Test Skill Build, install, and test iOS apps on the simulator using XcodeBuildMCP. Captures screenshots, logs, and verifies app behavior. Prerequisites Xcode installed with command-line tools XcodeBuildMCP MCP server connected Valid Xcode project or workspace At least one iOS Simulator available Workflow 0. Verify XcodeBuildMCP is Available Check that the XcodeBuildMCP MCP server is connected by calling its list_simulators tool. MCP tool names vary by platform: Claude Code: mcp__xcodebuild...
|
253 |
| 8303 | cn-web-search | joansongjr/cn-web-search |
中文网页搜索 (CN Web Search) ⚡ 安装: clawhub install cn-web-search 多引擎聚合搜索, 全部免费,无需 API Key,纯网页抓取 。17 个引擎覆盖中英文、公众号、技术、财经、知识百科。 引擎总览(17 个) 类别 引擎 数量 公众号 搜狗微信、必应索引 2 中文综合 360、搜狗、必应中文、百度、头条搜索 5 英文综合 DDG Lite、Qwant、Startpage、必应英文、Yahoo、Brave Search、Mojeek 7 技术社区 Stack Overflow、GitHub Trending 2 财经/投资 东方财富、集思录、财新 3 知识百科 Wikipedia 中文、Wikipedia 英文 2 全部通过 web_fetch 抓取网页,零 API 依赖。 1. 公众号搜索 1.1 搜狗微信 https://weixin.sogou.com/weixin?type=2&query=QUERY&page=1 1.2 必应公众号索引 https://cn.bing.com/search?q=site:mp.weixin.qq...
|
253 |
| 8304 | ln-112-project-core-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates 3 core project documentation files. These are ALWAYS created regardless of project type. Purpose & Scope - Creates 3 core project documentation files (required for all projects) - Receives Context Store from ln-110-project-docs-coordinator - Heavy use of auto-discovery (architecture needs full project scan) - Replaces placeholders with project-specific data - Self-validates structure and content (16 questions) - Never gathers context itself; uses coordinator input ...
|
253 |
| 8305 | ln-770-crosscutting-setup | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates cross-cutting concerns configuration for .NET and Python projects. Overview | Input | Project root directory | Output | Configured logging, error handling, CORS, health checks, API docs | Workers | ln-771 to ln-775 | Stacks | .NET (ASP.NET Core), Python (FastAPI) Phase 1: Detect Project Stack Determine the technology stack by scanning project files. Detection Rules: | `*.c...
|
253 |
| 8306 | ln-780-bootstrap-verifier | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Purpose Orchestrates the final bootstrap verification pipeline by delegating to specialized workers and aggregating results into a comprehensive report. Scope: - Coordinates build, test, and container verification - Aggregates results from all workers - Generates final verification report Out of Scope: - Direct execution of builds/tests/containers (delegated to workers) - Project structure crea...
|
253 |
| 8307 | ln-740-quality-setup | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates code quality tooling configuration for the project. Purpose & Scope Does: - Detects project technology stack (TypeScript/React, .NET, Python) - Checks for existing quality configurations - Delegates to specialized workers for each quality aspect - Verifies final configuration works correctly Does NOT: - Generate configuration files directly (workers do this) - Modify source code -...
|
253 |
| 8308 | ln-400-story-executor | levnikolaevich/claude-code-skills |
Executes a Story end-to-end by looping through its tasks in priority order and delegating quality gates to ln-500-story-quality-gate. Purpose & Scope - Load Story + task metadata (no descriptions) and drive execution. - Process tasks in order: To Review -> To Rework -> Todo (foundation-first within each status). - Delegate per task type: ln-402-task-reviewer (independent context for unbiased review), ln-403-task-rework, ln-401-task-executor, ln-404-test-executor. - Delegate Story quality t...
|
253 |
| 8309 | ln-500-story-quality-gate | 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. Story Quality Gate Thin orchestrator that coordinates quality checks and test planning, then determines final Story verdict. 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 Invoke ln-510-quality-...
|
253 |
| 8310 | monorepo-management | aj-geddes/useful-ai-prompts |
Monorepo Management Build efficient, scalable monorepos that enable code sharing, consistent tooling, and atomic changes across multiple packages and applications. When to Use This Skill Setting up new monorepo projects Migrating from multi-repo to monorepo Optimizing build and test performance Managing shared dependencies Implementing code sharing strategies Setting up CI/CD for monorepos Versioning and publishing packages Debugging monorepo-specific issues Core Concepts 1. Why Monorepos? Advan...
|
253 |
| 8311 | model hyperparameter tuning | aj-geddes/useful-ai-prompts |
Model Hyperparameter Tuning Overview Hyperparameter tuning is the process of systematically searching for the best combination of model configuration parameters to maximize performance on validation data. When to Use When optimizing model performance beyond baseline configurations When comparing different parameter combinations systematically When fine-tuning complex models with many hyperparameters When seeking the best trade-off between bias, variance, and training time When improving model ge...
|
253 |
| 8312 | troubleshooting-guide | aj-geddes/useful-ai-prompts |
Troubleshooting Guide Overview Create structured troubleshooting documentation that helps users and support teams quickly diagnose and resolve common issues. When to Use FAQ documentation Common error messages Debug guides Known issues lists Error code reference Performance troubleshooting Configuration issues Installation problems Troubleshooting Guide Template Troubleshooting Guide Quick Diagnosis Is the Service Working? Check our [Status Page](https://status.example.com) first. Quic...
|
253 |
| 8313 | permission-auditor | useai-pro/openclaw-skills-security |
Permission Auditor You are a permissions analyst for OpenClaw skills. Your job is to audit the permissions a skill requests and explain the security implications to the user. OpenClaw Permission Model OpenClaw skills can request four permission types: fileRead What it allows: Reading files from the user's filesystem. Legitimate use: Code analysis, documentation generation, test generation. Risk: A malicious skill could read ~/.ssh/id_rsa , ~/.aws/credentials , .env files, or any sensitive data o...
|
253 |
| 8314 | output-sanitizer | useai-pro/openclaw-skills-security |
Output Sanitizer You are an output sanitizer for OpenClaw. Before the agent's response is shown to the user or logged, scan it for accidentally leaked sensitive information and redact it. Why Output Sanitization Matters AI agents can accidentally include sensitive data in their responses: A code review skill might quote a hardcoded API key it found A debug skill might dump environment variables in error output A test generator might include database connection strings in test fixtures A document...
|
253 |
| 8315 | refactor | accesslint/claude-marketplace |
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
|
253 |
| 8316 | interactive-portfolio | davila7/claude-code-templates |
Interactive Portfolio Role: Portfolio Experience Designer You know a portfolio isn't a resume - it's a first impression that needs to convert. You balance creativity with usability. You understand that hiring managers spend 30 seconds on each portfolio. You make those 30 seconds count. You help people stand out without being gimmicky. Capabilities Portfolio architecture Project showcase design Interactive case studies Personal branding for devs/designers Contact conversion Portfolio performan...
|
253 |
| 8317 | webhook-integration | aj-geddes/useful-ai-prompts |
Dodo Payments Webhook Integration Reference: docs.dodopayments.com/developer-resources/webhooks Webhooks provide real-time notifications when payment events occur. Use them to automate workflows, update databases, send notifications, and keep your systems synchronized. Quick Setup 1. Configure Webhook in Dashboard Go to Dashboard → Developer → Webhooks Click "Create Webhook" Enter your endpoint URL Select events to subscribe to Copy the webhook secret 2. Environment Variables DODO_PAYMENTS_WEBHO...
|
253 |
| 8318 | scenario-analyzer | tradermonty/claude-trading-skills |
Headline Scenario Analyzer Overview このスキルは、ニュースヘッドラインを起点として中長期(18ヶ月)の投資シナリオを分析します。 2つの専門エージェント( scenario-analyst と strategy-reviewer )を順次呼び出し、 多角的な分析と批判的レビューを統合した包括的なレポートを生成します。 When to Use This Skill 以下の場合にこのスキルを使用してください: ニュースヘッドラインから中長期の投資影響を分析したい 18ヶ月後のシナリオを複数構築したい セクター・銘柄への影響を1次/2次/3次で整理したい セカンドオピニオンを含む包括的な分析が必要 日本語でのレポート出力が必要 使用例: /headline-scenario-analyzer "Fed raises interest rates by 50bp, signals more hikes ahead" /headline-scenario-analyzer "China announces new tariffs on US semicondu...
|
253 |
| 8319 | error-debugging-error-analysis | sickn33/antigravity-awesome-skills |
Error Analysis and Resolution You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions. Use this skill when Investigating production incidents or recurring errors Performing root-cause analysis across services Designing observability and error handling improvements Do not use this skill when The task is purely feature development You cannot access error reports, logs, o...
|
253 |
| 8320 | spec-driven-development | jasonkneen/kiro |
Spec-Driven Development Overview Write a structured specification before writing any code. The spec is the shared source of truth between you and the human engineer — it defines what we're building, why, and how we'll know it's done. Code without a spec is guessing. When to Use Starting a new project or feature Requirements are ambiguous or incomplete The change touches multiple files or modules You're about to make an architectural decision The task would take more than 30 minutes to implement ...
|
253 |
| 8321 | outline-collaborator | jwynia/agent-skills |
Outline Collaborator: Active Structural Partner Skill You are an outline collaborator. You actively develop story structure—generating scene beats, character arc mappings, plot alternatives, and exploratory samples while working alongside the human writer. The Collaboration Mindset You believe: The writer is the primary creative voice; you amplify, don't replace Offering structural options is better than singular solutions Your contributions should feel like their story's skeleton, not a fin...
|
253 |
| 8322 | cc-skill-backend-patterns | sickn33/antigravity-awesome-skills |
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. API Design Patterns RESTful API Structure // ✅ Resource-based URLs GET / api / markets List resources GET / api / markets / : id Get single resource POST / api / markets Create resource PUT / api / markets / : id Replace resource PATCH / api / markets / : id Update resource DELETE / api / markets / : id ...
|
253 |
| 8323 | motion-designer | ncklrs/startup-os-skills |
Motion Designer: Visual Animation Craft You are a motion designer creating expressive, purposeful movement. Apply Disney's 12 principles to craft animations that communicate and delight. The 12 Principles for Motion Design 1. Squash and Stretch The soul of organic movement. Compress on impact, elongate during speed. Preserve volume—wider means shorter. Use for characters, UI elements with personality, brand mascots. 2. Anticipation Wind-up before action. A button recoils before launching na...
|
253 |
| 8324 | usage-based-billing | dodopayments/skills |
Reference: [docs.dodopayments.com/features/usage-based-billing](https://docs.dodopayments.com/features/usage-based-billing/introduction) Charge customers for what they actually use—API calls, storage, AI tokens, or any metric you define. Overview Usage-based billing is perfect for: - APIs: Charge per request or operation - AI Services: Bill per token, generation, or inference - Infrastructure: Charge for compute, storage, bandwidth - SaaS: Metered features alongside subscriptions Core ...
|
253 |
| 8325 | solidjs | suryavirkapur/skills |
SolidJS Development SolidJS is a declarative JavaScript library for building user interfaces with fine-grained reactivity. Unlike virtual DOM frameworks, Solid compiles templates to real DOM nodes and updates them with fine-grained reactions. Core Principles Components run once — Component functions execute only during initialization, not on every update Fine-grained reactivity — Only the specific DOM nodes that depend on changed data update No virtual DOM — Direct DOM manipulation via compile...
|
253 |
| 8326 | graphite | withgraphite/agent-skills |
Graphite Skill Work with Graphite ( gt ) for creating, navigating, and managing stacked pull requests. Quick Reference I want to... Command Create a new branch/PR gt create branch-name -m "message" Amend current branch gt modify -m "message" Navigate up the stack gt up Navigate down the stack gt down Jump to top of stack gt top Jump to bottom of stack gt bottom View stack structure gt ls Submit stack for review gt submit --no-interactive Rebase stack on trunk gt restack Change branch parent gt t...
|
253 |
| 8327 | react-selective-hydration | patternsdev/skills |
Selective Hydration In previous articles, we covered how SSR with hydration can improve user experience. React is able to (quickly) generate a tree on the server using the renderToString method that the react-dom/server library provides, which gets sent to the client after the entire tree has been generated. The rendered HTML is non interactive, until the JavaScript bundle has been fetched and loaded, after which React walks down the tree to hydrate and attaches the handlers. However, this appro...
|
253 |
| 8328 | social-media-carousel | inference-sh/skills |
Social Media Carousel Design high-engagement carousel posts 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 a carousel slide infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1080px;height:1080px;background:0f172a;display:flex;align-items:center;justify-content:center;padding:80px;font-family:system-ui;color:white;text-align:center\"><div><p style=\"fo...
|
253 |
| 8329 | bash-scripting | mindrally/skills |
Bash Scripting Workflow Overview Specialized workflow for creating robust, production-ready bash scripts with defensive programming patterns, comprehensive error handling, and automated testing. When to Use This Workflow Use this workflow when: Creating automation scripts Writing system administration tools Building deployment scripts Developing backup solutions Creating CI/CD scripts Workflow Phases Phase 1: Script Design Skills to Invoke bash-pro - Professional scripting bash-defensive-pattern...
|
253 |
| 8330 | codex | giuseppe-trisciuoglio/developer-kit |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
253 |
| 8331 | wiremock-standalone-docker | giuseppe-trisciuoglio/developer-kit |
WireMock Standalone Docker Skill Overview Provides patterns for running WireMock as a standalone Docker container to mock external APIs during integration and end-to-end testing. Runs WireMock as a separate service that simulates real API behavior for testing HTTP clients, retry logic, and error handling. When to Use Use when you need to: Mock external APIs during integration or end-to-end testing Simulate error conditions (timeouts, 5xx, rate limiting) without real services Test HTTP client con...
|
253 |
| 8332 | claude-for-safari | sdlll/claude-for-safari |
Claude for Safari Operate the user's real Safari browser on macOS via AppleScript ( osascript ) and screencapture . This provides full access to the user's actual browser session — including login state, cookies, and open tabs — without any extensions or additional software. Prerequisites Before first use, verify two settings are enabled. Run this check at the start of every session: osascript -e 'tell application "Safari" to get name of front window' 2 > &1 If this fails, instruct the user to e...
|
253 |
| 8333 | performance-analytics | anthropics/knowledge-work-plugins |
Performance Analytics Skill Frameworks for measuring, reporting, and optimizing marketing performance across channels and campaigns. Key Marketing Metrics by Channel Email Marketing Metric Definition Benchmark Range What It Tells You Delivery rate Emails delivered / emails sent 95-99% List health and sender reputation Open rate Unique opens / emails delivered 15-30% Subject line and sender effectiveness Click-through rate (CTR) Unique clicks / emails delivered 2-5% Content relevance and CTA effe...
|
252 |
| 8334 | tanstack table | jezweb/claude-skills |
TanStack Table Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1 Quick Start Last Updated : 2026-01-09 Versions : @tanstack/react-table@8.21.3, @tanstack/react-virtual@3.13.18 npm install @tanstack/react-table@latest npm install @tanstack/react-virtual@latest For virtualization Basic Setup (CRITICAL: memoize data/columns to prevent infinite re-renders): import { useReactTable , getCoreRowModel , ColumnDef } from '@tanstack/react...
|
252 |
| 8335 | codable-patterns | dpearson2699/swift-ios-skills |
Codable Patterns Encode and decode Swift types using Codable ( Encodable & Decodable ) with JSONEncoder , JSONDecoder , and related APIs. Targets Swift 6.2 / iOS 26+. Contents Basic Conformance Custom CodingKeys Custom Decoding and Encoding Nested and Flattened Containers Heterogeneous Arrays Date Decoding Strategies Data and Key Strategies Lossy Array Decoding Single Value Containers Default Values for Missing Keys Encoder and Decoder Configuration Codable with URLSession Codable with SwiftData...
|
252 |
| 8336 | product-manager | 404kidwiz/claude-supercode-skills |
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
|
252 |
| 8337 | incorporation | kazukinagata/shinkoku |
法人成り(Incorporation) 個人事業主から法人への移行(法人成り)に関する包括的な知識ベース。 税額比較シミュレーション、法人形態の選択、設立手続き、役員報酬戦略を支援する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : MCP ツールの db_path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 回答の基本方針 1. シミュレーション積極提示 法人成りの相談には、必ず税額シミュレーションを提示する ユーザーの所得レベルに応じた具体的な数値比較を行う 税額だけでなく社会保険料も含めた総負担額で比較する 「法人成りすべき」と断定せず、メリット・デメリット双方を提示する 2. 正確性の担保 回答は必ず references/ ディレクトリ内のファイルを根拠とする 一般知識や推測で回答しない...
|
252 |
| 8338 | capacitor-plugins | cap-go/capacitor-skills |
Capacitor Plugins Install, configure, and use Capacitor plugins from official, Capawesome, community, Firebase, MLKit, and RevenueCat sources. Prerequisites Capacitor 6, 7, or 8 app. Node.js and npm installed. For iOS plugins: Xcode installed. CocoaPods or Swift Package Manager (SPM) for dependency management. For Android plugins: Android Studio installed. Agent Behavior Guide step-by-step. Walk the user through the process one step at a time. Never present multiple unrelated questions at once. ...
|
252 |
| 8339 | ln-403-task-rework | levnikolaevich/claude-code-skills |
Executes rework for a single task marked To Rework and hands it back for review. Purpose & Scope - Load full task, reviewer comments, and parent Story; understand requested changes. - Apply fixes per feedback, keep KISS/YAGNI, and align with guides/Technical Approach. - Update only this task: To Rework -> In Progress -> To Review; no other tasks touched. Task Storage Mode | Load task | `get_issue(task_id)` | `Read("docs/tasks/epics/.../tasks/T{NNN}-*.md")` | Load review notes | Line...
|
252 |
| 8340 | chinese-lottery-predict | konata9/chinese-lottery-predict-skills |
Chinese Lottery Predict Analyzes historical data from major Chinese lottery websites to provide statistical predictions for the next draw. Prerequisites WebSearch : To fetch the latest lottery results. Python (Optional) : For statistical analysis of number frequency (Hot/Cold numbers). Workflow 1. Input Parsing The user will provide: Lottery Type : e.g., "双色球" (Double Color Ball) or "大乐透" (Super Lotto). Funds (Optional): Budget for the purchase (default: "10元"). 2. Data Retrieval Strategy 采用四级数据...
|
252 |
| 8341 | infrastructure-cost-optimization | aj-geddes/useful-ai-prompts |
Infrastructure Cost Optimization Overview Reduce infrastructure costs through intelligent resource allocation, reserved instances, spot instances, and continuous optimization without sacrificing performance. When to Use Cloud cost reduction Budget management and tracking Resource utilization optimization Multi-environment cost allocation Waste identification and elimination Reserved instance planning Spot instance integration Implementation Examples 1. AWS Cost Optimization Configuration cost...
|
252 |
| 8342 | zero-trust-architecture | aj-geddes/useful-ai-prompts |
Zero Trust Architecture Overview Implement comprehensive Zero Trust security architecture based on "never trust, always verify" principle with identity-centric security, microsegmentation, and continuous verification. When to Use Cloud-native applications Microservices architecture Remote workforce security API security Multi-cloud deployments Legacy modernization Compliance requirements Implementation Examples 1. Zero Trust Gateway // zero-trust-gateway.js const jwt = require('jsonwebtoken');...
|
252 |
| 8343 | continuous-testing | aj-geddes/useful-ai-prompts |
Continuous Testing Overview Continuous testing integrates automated testing throughout the software development lifecycle, providing rapid feedback on quality at every stage. It shifts testing left in the development process and ensures that code changes are validated automatically before reaching production. When to Use Setting up CI/CD pipelines Automating test execution on commits Implementing shift-left testing Running tests in parallel Creating test gates for deployments Monitoring test h...
|
252 |
| 8344 | stored-procedures | aj-geddes/useful-ai-prompts |
Stored Procedures & Functions Overview Implement stored procedures, functions, and triggers for business logic, data validation, and performance optimization. Covers procedure design, error handling, and performance considerations. When to Use Business logic encapsulation Complex multi-step operations Data validation and constraints Audit trail maintenance Performance optimization Code reusability across applications Trigger-based automation PostgreSQL Procedures & Functions Simple Functions ...
|
252 |
| 8345 | record-promo | opusgamelabs/game-creator |
Record Promo Video Autonomously capture smooth, high-FPS gameplay footage of your Phaser game — ready for TikTok, Reels, Moltbook, or X. No human input needed during recording. Instructions Record a promo video of the game at $ARGUMENTS (or the current directory if no path given). 1. Pre-checks Verify these are available: Dev server : Check if one is already running ( curl -s http://localhost:3000/ ). If not, start one with npm run dev in the background. Note the port. Playwright : npx playwrigh...
|
252 |
| 8346 | plan-writing | davila7/claude-code-templates |
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? 3. Logical Ordering Dependencies identified Parallel work where possible Critical path highlighted ...
|
252 |
| 8347 | optimizing-attention-flash | davila7/claude-code-templates |
Flash Attention - Fast Memory-Efficient Attention Quick start Flash Attention provides 2-4x speedup and 10-20x memory reduction for transformer attention through IO-aware tiling and recomputation. PyTorch native (easiest, PyTorch 2.2+): import torch import torch.nn.functional as F q = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) [batch, heads, seq, dim] k = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) v = torch.randn(2, 8, 512, 64, device='cuda', dtype=t...
|
252 |
| 8348 | transformer-lens-interpretability | davila7/claude-code-templates |
TransformerLens: Mechanistic Interpretability for Transformers TransformerLens is the de facto standard library for mechanistic interpretability research on GPT-style language models. Created by Neel Nanda and maintained by Bryce Meyer, it provides clean interfaces to inspect and manipulate model internals via HookPoints on every activation. GitHub: TransformerLensOrg/TransformerLens (2,900+ stars) When to Use TransformerLens Use TransformerLens when you need to: Reverse-engineer algorithms...
|
252 |
| 8349 | browser-extension-builder | davila7/claude-code-templates |
Browser Extension Builder Role: Browser Extension Architect You extend the browser to give users superpowers. You understand the unique constraints of extension development - permissions, security, store policies. You build extensions that people install and actually use daily. You know the difference between a toy and a tool. Capabilities Extension architecture Manifest v3 (MV3) Content scripts Background workers Popup interfaces Extension monetization Chrome Web Store publishing Cross-brows...
|
252 |
| 8350 | image-enhancer | davila7/claude-code-templates |
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
|
252 |