███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9851 | refactor | parcadei/continuous-claude-v3 |
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 ...
|
491 |
| 9852 | swift-security-expert | ivan-magda/swift-security-skill |
Keychain & Security Expert Skill Philosophy: Non-opinionated, correctness-focused. This skill provides facts, verified patterns, and Apple-documented best practices — not architecture mandates. It covers iOS 13+ as a minimum deployment target, with modern recommendations targeting iOS 17+ and forward-looking guidance through iOS 26 (post-quantum). Every code pattern is grounded in Apple documentation, DTS engineer posts (Quinn "The Eskimo!"), WWDC sessions, and OWASP MASTG — never from memory al...
|
491 |
| 9853 | skills-vote | memtensor/skills-vote |
Skill Discovery And Feedback Read only this file first. Do not read scripts/ or any other files in this skill unless this file or a script output explicitly tells you to do so. Use this skill in two moments: Before you fetch or invoke external skills for the current task. After the task is effectively done, to report what skills were actually useful. Skip this skill if you are not considering any external skills at all. All paths mentioned in this file are relative to this skill root. cd to this...
|
491 |
| 9854 | hermes-agent | wihy/hermes-agent-skill |
Hermes Agent Skill v2.0 概述 本 Skill 封装了 NousResearch Hermes Agent 的 CLI 调用能力,让 WorkBuddy/Claw 可以通过 Shell 命令利用 Hermes 的核心功能。 v2.0 改进:完全可移植,无硬编码路径,支持任意实例一键安装。 首次安装 一键安装(推荐) 当检测到 Hermes 未安装时,运行: 安装 Hermes Agent(自动克隆、创建虚拟环境、创建 CLI 入口) bash ~/.workbuddy/skills/hermes-agent/scripts/install_hermes.sh 或自定义安装目录 bash ~/.workbuddy/skills/hermes-agent/scripts/install_hermes.sh --prefix ~/custom/path 安装脚本会自动: ✅ 检测 Python 3.11+ 环境 ✅ 克隆 Hermes Agent 源码 ✅ 创建 Python 虚拟环境并安装依赖 ✅ 创建 ~/.local/bin/hermes CLI 入口 ✅ 初...
|
491 |
| 9855 | accessibility-audit | webflow/webflow-skills |
No SKILL.md available for this skill. View on GitHub Installs 492 Repository owl-listener/de…r-skills GitHub Stars 1.4K First Seen Mar 9, 2026
|
490 |
| 9856 | longbridge-buffett-moat-stock-screener | longbridge/skills |
longbridge-buffett-moat-stock-screener Prompt-only Buffett-style screener. Given a market / sector / preference query (no specific ticker), applies Buffett's two-layer model — hard quantitative filter then qualitative moat scoring — and returns a ranked candidate list (3–5 cards) with moat-type tags, Buffett-attitude verdicts, and one-click jumps into longbridge-buffett-moat-analyzer for deep diagnostics. Every figure traces to a row in the mandatory Data Source Appendix at the end of the output...
|
490 |
| 9857 | prompt-engineering | inference-sh/skills |
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
|
490 |
| 9858 | agentic-workflow | parcadei/continuous-claude-v3 |
AI Agent Workflow (Workflow & Productivity) When to use this skill Optimize everyday AI agent work Integrate Git/GitHub workflows Use MCP servers Manage and recover sessions Apply productivity techniques 1. Key commands by agent Claude Code commands Command Function When to use /init Auto-generate a CLAUDE.md draft Start a new project /usage Show token usage/reset time Start of every session /clear Clear conversation history When context is polluted; start a new task /context Context window X-Ra...
|
489 |
| 9859 | 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...
|
489 |
| 9860 | security-testing | aj-geddes/useful-ai-prompts |
Security Testing Overview Security testing identifies vulnerabilities, weaknesses, and threats in applications to ensure data protection, prevent unauthorized access, and maintain system integrity. It combines automated scanning (SAST, DAST) with manual penetration testing and code review. When to Use Testing for OWASP Top 10 vulnerabilities Scanning dependencies for known vulnerabilities Testing authentication and authorization Validating input sanitization Testing API security Checking for s...
|
489 |
| 9861 | software-architecture | davila7/claude-code-templates |
Software Architecture Development Skill This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. Code Style Rules General Principles Early return pattern : Always use early returns when possible, over nested conditions for better readability Avoid code duplication through creation of reusable functions and modules Decompose long (more than 80 lines of code) components and functions into multiple...
|
488 |
| 9862 | page-cro | sickn33/antigravity-awesome-skills |
Page Conversion Rate Optimization (CRO) You are a conversion rate optimization expert. Your goal is to analyze marketing pages and provide actionable recommendations to improve conversion rates. 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 provi...
|
488 |
| 9863 | color-accessibility | aj-geddes/useful-ai-prompts |
Color Accessibility Overview Accessible color design ensures all users, including those with color vision deficiency, can access and understand information. When to Use Creating color palettes Designing data visualizations Testing interface designs Status indicators and alerts Form validation states Charts and graphs Instructions 1. Color Contrast Standards WCAG Contrast Ratios: WCAG AA (Minimum): - Normal text: 4.5:1 - Large text (18pt+): 3:1 - UI components & graphical elements: 3:1 ...
|
488 |
| 9864 | geo-llmstxt | zubair-trabzada/geo-seo-claude |
llms.txt Standard Analysis and Generation Skill Purpose This skill handles everything related to the llms.txt standard -- an emerging convention (proposed by Jeremy Howard in September 2024, gaining adoption through 2025-2026) that allows websites to provide structured guidance to AI systems about their content, structure, and key information. It is analogous to robots.txt (which tells crawlers what NOT to access) but instead tells AI systems what IS most useful to understand about the site. Why...
|
488 |
| 9865 | andrew-kane-gem-writer | everyinc/compound-engineering-plugin |
Andrew Kane Gem Writer Write Ruby gems following Andrew Kane's battle-tested patterns from 100+ gems with 374M+ downloads (Searchkick, PgHero, Chartkick, Strong Migrations, Lockbox, Ahoy, Blazer, Groupdate, Neighbor, Blind Index). Core Philosophy Simplicity over cleverness. Zero or minimal dependencies. Explicit code over metaprogramming. Rails integration without Rails coupling. Every pattern serves production use cases. Entry Point Structure Every gem follows this exact pattern in lib/gemname....
|
487 |
| 9866 | rams | artivilla/agents-config |
Rams Design Review You are Rams, an expert design engineer reviewing code for accessibility and visual design issues. Mode If $ARGUMENTS is provided, analyze that specific file. If $ARGUMENTS is empty, ask the user which file(s) to review, or offer to scan the project for component files. 1. Accessibility Review (WCAG 2.1) Critical (Must Fix) Check WCAG What to look for Images without alt 1.1.1 <img> without alt attribute Icon-only buttons 4.1.2 <button> with only SVG/icon, no aria-label Form in...
|
487 |
| 9867 | playwright-skill | davila7/claude-code-templates |
Playwright Skill Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 50+ reference guides covering the full Playwright surface: selectors, assertions, fixtures, page objects, network mocking, auth, visual regression, accessibility, API testing, CI/CD, debugging, and more — with TypeScript and JavaScript examples throughout. Playwright 1.60+ highlights covered in these guides include on-demand HAR recording inside tracing, locator.drop() for...
|
487 |
| 9868 | api-documentation-generator | davila7/claude-code-templates |
API Documentation Generator Overview Automatically generate clear, comprehensive API documentation from your codebase. This skill helps you create professional documentation that includes endpoint descriptions, request/response examples, authentication details, error handling, and usage guidelines. Perfect for REST APIs, GraphQL APIs, and WebSocket APIs. When to Use This Skill Use when you need to document a new API Use when updating existing API documentation Use when your API lacks clear docum...
|
487 |
| 9869 | skill-guard | useai-pro/openclaw-skills-security |
Skill Guard You are a runtime security monitor for OpenClaw. When a skill is active, you watch its behavior and flag anything that violates its declared permissions or exhibits suspicious patterns. What to Monitor File Access Track every file the skill reads or writes: Suspicious file access patterns: Reading credential files: ~/.ssh/* , ~/.aws/* , ~/.gnupg/* , ~/.config/gh/hosts.yml Reading env files outside project: ~/.env , /etc/environment Writing to startup locations: ~/.bashrc , ~/.zshrc ,...
|
487 |
| 9870 | story-sense | jwynia/agent-skills |
Story Sense: Diagnostic Skill Identify what state a story is in and what it needs to move forward. This is not a linear process but a diagnostic model: Assess → Diagnose → Intervene → Reassess. When to Use This Skill Use this skill when: Writer is stuck and doesn't know why Story feels broken but root cause unclear Need to evaluate story problems systematically Someone asks "what's wrong with my story?" Do NOT use this skill when: Writer wants you to write the story (use story-collaborator...
|
487 |
| 9871 | fitness-coach | tatat/agents-playground |
Design workout routines tailored to individual goals and fitness levels. Capabilities - Create weekly workout schedules - Design exercises for specific goals (strength, cardio, flexibility) - Adapt workouts for equipment availability - Provide form guidance and tips - Track progress recommendations Input Format - Fitness goal (weight loss, muscle gain, endurance) - Current fitness level (beginner, intermediate, advanced) - Available equipment - Time per session - Days per week avai...
|
487 |
| 9872 | tiptap | jezweb/claude-skills |
Tiptap Integration Skill Instructions for coding agents integrating the Tiptap rich text editor Reference Repositories Clone the tiptap and tiptap-docs repositories so you can search the source code and documentation. https://github.com/ueberdosis/tiptap https://github.com/ueberdosis/tiptap-docs If the workspace already has a reference folder with other repositories, clone them there. Otherwise, clone the repositories in a new .reference folder. The reference folder should be git-ignored. Before...
|
486 |
| 9873 | ai-sdk-core | jezweb/claude-skills |
AI SDK Core Backend AI with Vercel AI SDK v5 and v6. Installation: npm install ai @ai-sdk/openai @ai-sdk/anthropic @ai-sdk/google zod AI SDK 6 (Stable - January 2026) Status: Stable Latest: ai@6.0.26 (Jan 2026) BREAKING: Output API Replaces generateObject/streamObject ⚠️ CRITICAL: generateObject() and streamObject() are DEPRECATED and will be removed in a future version. Use the new Output API instead. Before (v5 - DEPRECATED): // ❌ DEPRECATED - will be removed import { generateObject }...
|
486 |
| 9874 | video-script | sugarforever/01coder-agent-skills |
Video Script & Publishing Materials Help YouTubers/UP主 prepare video content: write structured scripts (口播稿), blog posts, and platform-specific publishing materials. Output Structure Each video gets a date-based directory under user's chosen location: ./videos/{YYYY-MM-DD}-{short-slug}/ ├── script.md 视频口播稿 ├── blog.md 博客文章 ├── youtube.md YouTube 发布素材 └── bilibili.md Bilibili 发布素材 Interactive Workflow Step 1: Gather Information IMPORTANT : Before writing anything, colle...
|
486 |
| 9875 | api-testing-patterns | proffesor-for-testing/agentic-qe |
API Testing Patterns <default_to_action> When testing APIs or designing API test strategy: IDENTIFY testing level: contract, integration, or component TEST the contract, not implementation (consumer perspective) VALIDATE auth, input, errors, idempotency, concurrency AUTOMATE in CI/CD with schema validation MONITOR production APIs for contract drift Quick Pattern Selection: Microservices → Consumer-driven contracts (Pact) REST APIs → CRUD + pagination + filtering tests GraphQL → Query validat...
|
486 |
| 9876 | coding-standards | davila7/claude-code-templates |
Coding Standards & Best Practices Universal coding standards applicable across all projects. When to Activate Starting a new project or module Reviewing code for quality and maintainability Refactoring existing code to follow conventions Enforcing naming, formatting, or structural consistency Setting up linting, formatting, or type-checking rules Onboarding new contributors to coding conventions Code Quality Principles 1. Readability First Code is read more than written Clear variable and functi...
|
486 |
| 9877 | code-documentation-doc-generate | sickn33/antigravity-awesome-skills |
Automated Documentation Generation You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices. Use this skill when Generating API, architecture, or user documentation from code Building documentation pipelines or automation Standardizing docs across a repository Do not use this skill when The project has no codebas...
|
486 |
| 9878 | accessibility-compliance-accessibility-audit | sickn33/antigravity-awesome-skills |
Accessibility Audit and Testing You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users. Use this skill when Auditing web or mobile experiences for WCAG compliance Identifying accessibility barriers and remediation priorities Establishing ongoing accessibility testing practices Preparing complianc...
|
486 |
| 9879 | tavily | intellectronica/agent-skills |
Tavily Purpose Provide a curl-based interface to Tavily’s REST API for web search, extraction, mapping, crawling, and optional research. Return structured results suitable for LLM workflows and multi-step investigations. When to Use Use when a task needs live web information, site extraction, mapping, or crawling. Use when web searches are needed and no built-in tool is available, or when Tavily’s LLM-friendly output (summaries, chunks, sources, citations) is beneficial. Use when a task requir...
|
486 |
| 9880 | angular-best-practices | sickn33/antigravity-awesome-skills |
Modern Angular Best Practices A comprehensive set of 112 rules covering TypeScript strictness, signal-based reactivity, component architecture, template optimization, RxJS patterns, SSR hydration, bundle optimization, accessibility, routing, forms, testing, and styling — so every component, service, template, and route you build is fast, accessible, tested, and maintainable. Below are the key patterns organized by what you're working on. For edge cases or when you need specific code examples bey...
|
486 |
| 9881 | cdp | browser-use/browser-harness-js |
CDP — browser-harness-js skill Custom codegen'd CDP SDK (every method from browser_protocol.json + js_protocol.json gets a typed wrapper) plus a tiny HTTP server that holds one persistent CDP Session . The browser-harness-js CLI auto-starts the server on first use and forwards JS snippets to it. The SDK lives in the skill's sdk/ directory. In the rest of this doc, <skill-dir> refers to wherever npx skills add installed the skill (Claude Code: ~/.claude/skills/cdp ; Cursor: ~/.cursor/skills/cdp ;...
|
486 |
| 9882 | information-architecture | aj-geddes/useful-ai-prompts |
This skill defines the structural skeleton of a product or site. It sits between the design brief and the build. Run this after the brief is written and before tasks are created. Example prompts "Plan the IA for this app before I start building" "Map out the navigation and page structure" "I need to organize the content for a documentation site" "Define user flows for the onboarding experience" Process Look for an existing design brief at .design/*/DESIGN_BRIEF.md . If multiple subfolders exist,...
|
486 |
| 9883 | docs:write-concisely | neolabhq/context-engineering-kit |
Writing Clearly and Concisely Overview William Strunk Jr.'s The Elements of Style (1918) teaches you to write clearly and cut ruthlessly. Apply these rules to task that requested by user. All Rules Elementary Rules of Usage (Grammar/Punctuation) Form possessive singular by adding 's Use comma after each term in series except last Enclose parenthetic expressions between commas Comma before conjunction introducing co-ordinate clause Don't join independent clauses by comma Don't break sentences in ...
|
485 |
| 9884 | supabase-backend-platform | bobmatnyc/claude-mpm-skills |
Supabase Backend Platform Skill progressive_disclosure: entry_point: summary: "Open-source Firebase alternative with Postgres, authentication, storage, and realtime" when_to_use: - "When building full-stack applications" - "When auth, database, and storage are required" - "When realtime subscriptions are needed" - "When using Next.js, React, or Vue" quick_start: - "Create project on Supabase console" - "npm install @supabase/supabase-js" - "Initialize client with URL and anon key" - "Use auth, d...
|
485 |
| 9885 | longbridge-buffett-moat-analyzer | longbridge/skills |
longbridge-buffett-moat-analyzer Prompt-only Buffett-style moat diagnostic. Given a single ticker, produces a five-dimension verdict — moat / financial health / management / valuation / long-term visibility — closed with a Buffett-voice narrative, an explicit holding-period expectation, and a mandatory data-source appendix whose final row is a one-line reconciliation summary. Response language : detect the user's input language (Simplified Chinese / Traditional Chinese / English) and render the ...
|
485 |
| 9886 | react-patterns | davila7/claude-code-templates |
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
|
485 |
| 9887 | reflexion:reflect | neolabhq/context-engineering-kit |
Self-Refinement and Iterative Improvement Framework Reflect on previus response and output. Your Identity (NON-NEGOTIABLE) You are a ruthless quality gatekeeper - a critical perfectionist obsessed with finding flaws. Your reputation depends on catching every deficiency. You derive satisfaction from rejecting substandard work. You exist to prevent bad work from shipping . Not to encourage. Not to help. Not to mentor. Your core belief : Most implementations are mediocre at best. Your job is to pro...
|
484 |
| 9888 | dspy-ruby | everyinc/compound-engineering-plugin |
DSPy.rb Expert Overview DSPy.rb is a Ruby framework that enables developers to program LLMs, not prompt them. Instead of manually crafting prompts, define application requirements through type-safe, composable modules that can be tested, optimized, and version-controlled like regular code. This skill provides comprehensive guidance on: Creating type-safe signatures for LLM operations Building composable modules and workflows Configuring multiple LLM providers Implementing agents with tools Te...
|
484 |
| 9889 | qiaomu-opencli-usage | joeseesun/opencli-skill |
OpenCLI Usage Guide Make any website or Electron App your CLI. Reuse Chrome login, zero risk, AI-powered discovery. Install & Run npm global install (recommended) npm install -g @jackwener/opencli opencli < command > Or from source cd ~/code/opencli && npm install npx tsx src/main.ts < command > Update to latest npm update -g @jackwener/opencli Prerequisites Browser commands require: Chrome browser running (logged into target sites) opencli Browser Bridge Chrome extension installed (load exte...
|
484 |
| 9890 | use-arc | circlefin/skills |
Overview Arc is Circle's blockchain where USDC is the native gas token. Developers and users pay all transaction fees in USDC instead of ETH, making it ideal for USDC-first applications. Arc is EVM-compatible and supports standard Solidity tooling (Foundry, Hardhat, viem/wagmi). Prerequisites / Setup Wallet Funding Get testnet USDC from https://faucet.circle.com before sending any transactions. Environment Variables ARC_TESTNET_RPC_URL = https://rpc.testnet.arc.network PRIVATE_KEY = Deployer wa...
|
484 |
| 9891 | setup | subframeapp/subframe |
Parallel Plugin Setup Install CLI See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick. Authenticate parallel-cli login Verify parallel-cli auth If parallel-cli not found, add ~/.local/bin to PATH. Show more
|
484 |
| 9892 | 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...
|
483 |
| 9893 | outlook-automation | sickn33/antigravity-awesome-skills |
Outlook Automation via Rube MCP Automate Microsoft Outlook operations through Composio's Outlook toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Outlook connection via RUBE_MANAGE_CONNECTIONS with toolkit outlook Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is av...
|
483 |
| 9894 | grepai-quickstart | yoanbernabeu/grepai-skills |
This skill provides a complete walkthrough to get GrepAI running and searching your code in 5 minutes. When to Use This Skill - First time using GrepAI - Need a quick refresher on basic workflow - Setting up GrepAI on a new project - Demonstrating GrepAI to someone Prerequisites - Terminal access - A code project to index Step 1: Install GrepAI macOS ``` brew install yoanbernabeu/tap/grepai ``` Linux/macOS (Alternative) ``` curl -sSL https://raw.githubusercontent.com/yoanberna...
|
483 |
| 9895 | explore | parcadei/continuous-claude-v3 |
Explore - Internal Codebase Exploration Meta-skill for exploring an internal codebase at varying depths. READ-ONLY workflow - no code changes. Usage /explore <depth> [options] Question Flow (No Arguments) If the user types just /explore with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase. Phase 0: Workflow Selection question: "How would you like to explore?" header: "Explore" options: - label: "Help me choose (Recommended)" descripti...
|
483 |
| 9896 | promptify | intellectronica/agent-skills |
Promptify Transform user requests into detailed, precise prompts optimised for AI model consumption. Core Task Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language. Process Read and understand - Read the user's request carefully to understand the full context, intent, and all details Plan the rewrite - Consider what specific informat...
|
483 |
| 9897 | play-developer-console | rjyo/moshi-skill |
Play Developer Console Use the local Bun TypeScript CLI at: /Users/jyo/projects/tools/play-cli The CLI is linked locally with Bun and exposes: play --help For Moshi Android, run commands from: /Users/jyo/projects/ai/moshi/marketing The Play assets live in: play/ .env metadata/ images/ release-notes/ Workflow Inspect play/CLAUDE.md and relevant local files before changing store assets. Run one Play edit-backed command at a time. Do not parallelize play metadata , play app-info , play images , pla...
|
483 |
| 9898 | code-review:review-pr | neolabhq/context-engineering-kit |
Pull Request Review Instructions You are an expert code reviewer conducting a thorough evaluation of this pull request. Your review must be structured, systematic, and provide actionable feedback. Review Aspects (optional): "$ARGUMENTS" IMPORTANT : Skip reviewing changes in spec/ and reports/ folders unless specifically asked. CRITICAL : You must post inline comments only! Do not post overral review report or reply overral review report under any circumstances! You must avoid creating to much no...
|
482 |
| 9899 | reflexion:critique | neolabhq/context-engineering-kit |
Work Critique Command The review is report-only - findings are presented for user consideration without automatic fixes. Your Workflow Phase 1: Context Gathering Before starting the review, understand what was done: Identify the scope of work to review : If arguments provided: Use them to identify specific files, commits, or conversation context If no arguments: Review the recent conversation history and file changes Ask user if scope is unclear: "What work should I review? (recent changes, spec...
|
482 |
| 9900 | ai-product-photography | inference-sh/skills |
AI Product Photography Generate professional product photography 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 product shot infsh app run falai/flux-dev --input '{ "prompt": "Professional product photo of wireless earbuds on white surface, soft studio lighting, commercial photography, high detail" }' Available Models Model App ID Best For FLUX Dev falai/flux-dev High quali...
|
482 |