███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8501 | modal | davila7/claude-code-templates |
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
|
248 |
| 8502 | email-systems | davila7/claude-code-templates |
Email Systems You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought. Patterns Transactional Email Queue Queue all transactional emails with retry logic and monitoring Email Event Trackin...
|
248 |
| 8503 | lp-agent | hummingbot/skills |
lp-agent This skill helps you run automated liquidity provision strategies on concentrated liquidity (CLMM) DEXs using Hummingbot API. Commands (run as /lp-agent <command> ): Command Description start Onboarding wizard — check setup status and get started deploy-hummingbot-api Deploy Hummingbot API trading infrastructure setup-gateway Start Gateway, configure network RPC endpoints add-wallet Add or import a Solana wallet explore-pools Find and explore Meteora DLMM pools select-strategy Choose LP...
|
248 |
| 8504 | memory | yonatangross/orchestkit |
Memory - Read & Access Operations Unified read-side memory skill with subcommands for searching, loading, syncing, history, and visualization. Cross-session read strategy (Opus 4.7 / CC 2.1.111+): Opus 4.7 reads filesystem memory more reliably than 4.6. When loading context at session start, prefer the layered read order: ~/.claude/projects/<slug>/memory/MEMORY.md (durable index — load first, always) .claude/chain/state.json + most recent NN-*.json handoff (session continuation) MCP mcp__memory_...
|
248 |
| 8505 | xero | membranedev/application-skills |
Xero Xero is a cloud-based accounting software platform. It's primarily used by small businesses and their accountants to manage bookkeeping, invoicing, payroll, and other financial tasks. Official docs: https://developer.xero.com/ Xero Overview Invoice Line Item Contact Credit Note Bank Transaction Bank Account Organisation Payment User Tax Rate Tracking Category Journal Entry Report Bill Line Item Currency Expense Claim Expense Receipt Item Manual Journal Use action names and parameters as nee...
|
248 |
| 8506 | symfony:ports-and-adapters | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:ports-and-adapters<div
|
248 |
| 8507 | shadcn-ui | existential-birds/beagle |
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
|
248 |
| 8508 | new-modular-project | modular/skills |
When the user wants to create a new project, first infer as many options as possible from the user's request (e.g., "new Mojo project" means type=Mojo, "called foo" means name=foo). Then use a structured multiple-choice prompt (not plain text) to gather only the remaining unspecified options in a single interaction. Do NOT ask about options the user has already provided or implied. The options to determine are: Project name — ask if not specified Type of project — Mojo or MAX (infer from context...
|
248 |
| 8509 | blue-green-deployment | aj-geddes/useful-ai-prompts |
Blue-Green Deployment Overview Deploy applications using blue-green deployment patterns to maintain two identical production environments, enabling instant traffic switching and rapid rollback capabilities. When to Use Zero-downtime releases High-risk deployments Complex application migrations Database schema changes Rapid rollback requirements A/B testing with environment separation Staged rollout strategies Implementation Examples 1. Blue-Green with Load Balancer blue-green-setup.yaml apiVe...
|
248 |
| 8510 | artifact-management | aj-geddes/useful-ai-prompts |
Artifact Management Overview Implement comprehensive artifact management strategies for storing, versioning, and distributing built binaries, Docker images, and packages across environments. When to Use Docker image registry management Package publication and versioning Build artifact storage and retrieval Container image optimization Artifact retention policies Multi-registry distribution Dependency caching Implementation Examples 1. Docker Registry Configuration Dockerfile with multi-stage ...
|
248 |
| 8511 | encore-frontend | encoredev/skills |
Frontend Integration with Encore Instructions Encore provides tools to connect your frontend applications to your backend APIs. Generate a TypeScript Client Generate client for local development encore gen client --output=./frontend/src/client.ts --env=local Generate client for a deployed environment encore gen client --output=./frontend/src/client.ts --env=staging This generates a fully typed client based on your API definitions. Using the Generated Client // frontend/src/client.ts is a...
|
248 |
| 8512 | data-storytelling | sickn33/antigravity-awesome-skills |
Data Storytelling Transform raw data into compelling narratives that drive decisions and inspire action. Do not use this skill when The task is unrelated to data storytelling You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . Use this skill when Presenting an...
|
248 |
| 8513 | case-study-writing | inference-sh/skills |
Case Study Writing Create compelling B2B case studies with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research the customer's industry infsh app run tavily/search-assistant --input '{ "query": "SaaS customer onboarding challenges 2024 statistics" }' The STAR Framework Every case study follows: Situation -> Task -> Action -> Result Section Length Content Purp...
|
248 |
| 8514 | seo-content-brief | inference-sh/skills |
SEO Content Brief Create data-driven content briefs via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research target keyword infsh app run tavily/search-assistant --input '{ "query": "best project management tools for small teams 2024" }' Analyze top-ranking content infsh app run exa/search --input '{ "query": "project management tools small teams comparison guide" }' Content Brief T...
|
248 |
| 8515 | newsletter-curation | inference-sh/skills |
Newsletter Curation Create and curate high-quality newsletters via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Find content to curate infsh app run tavily/search-assistant --input '{ "query": "most important AI developments this week 2024" }' Generate newsletter header infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:600px;height:200px;background:linear-gradi...
|
248 |
| 8516 | substance-3d-texturing | freshtechbro/claudedesignskills |
Substance 3D Texturing Overview Master PBR (Physically Based Rendering) texture creation and export workflows for web and real-time engines. This skill covers Substance 3D Painter workflows from material creation through web-optimized texture export, with Python automation for batch processing and integration with WebGL/WebGPU engines. Key capabilities: PBR material authoring (metallic/roughness workflow) Web-optimized texture export (glTF, Three.js, Babylon.js) Python API automation for batch e...
|
248 |
| 8517 | aframe-webxr | freshtechbro/claudedesignskills |
A-Frame WebXR Skill When to Use This Skill Build VR/AR experiences with minimal JavaScript Create cross-platform WebXR applications (desktop, mobile, headset) Prototype 3D scenes quickly with HTML primitives Implement VR controller interactions Add 3D content to web pages declaratively Build 360° image/video experiences Develop AR experiences with hit testing Core Concepts 1. Entity-Component-System (ECS) A-Frame uses an entity-component-system architecture where: Entities are containers (like <...
|
248 |
| 8518 | emdash-cms | aradotso/trending-skills |
EmDash CMS Skill by ara.so — Daily 2026 Skills collection. EmDash is a full-stack TypeScript CMS built on Astro and Cloudflare. It is the spiritual successor to WordPress: extensible, developer-friendly, and powered by a plugin system that runs plugins in sandboxed Worker isolates rather than with full filesystem/database access. EmDash stores rich text as Portable Text (structured JSON) rather than HTML, supports passkey-first auth, and runs on Cloudflare (D1 + R2 + Workers) or any Node.js serv...
|
248 |
| 8519 | msbuild-modernization | dotnet/skills |
MSBuild Modernization: Legacy to SDK-style Migration Identifying Legacy vs SDK-style Projects Legacy indicators: <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> Explicit file lists ( <Compile Include="..." /> for every .cs file) ToolsVersion attribute on <Project> element packages.config file present Properties\AssemblyInfo.cs with assembly-level attributes SDK-style indicators: <Project Sdk="Microsoft.NET.Sdk"> attribute on root element Minimal content — a simple project may b...
|
248 |
| 8520 | ln-641-pattern-analyzer | 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. Pattern Analyzer L3 Worker that analyzes a single architectural pattern against best practices and calculates 4 scores. Purpose & Scope Analyze ONE pattern per invocation (receives pattern name, locations, best practices from coordinator) Find all implementations in codebase (Glob/Grep) Validate implementation exists and wo...
|
247 |
| 8521 | google-ads | jdrhyne/agent-skills |
Paid Ads: Google Ads Guides Google Ads setup, campaign structure, keyword targeting, and optimization. Google Ads excels at high-intent search traffic; use when people actively search for your solution. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Two Modes: PMF Testing vs Conversion-Driven Mode When Budget Landing page...
|
247 |
| 8522 | home-assistant-integrations-addons | bradsjm/hassio-addons |
Home Assistant Integrations & Add-ons Workflow Discover current integrations/add-ons and update availability. Summarize current state before changes. Avoid destructive operations unless explicitly requested. Prefer reloads over restarts when supported; validate config before restart. Tooling map (ha-mcp) Integrations: ha_get_integration , ha_set_integration_enabled , ha_delete_config_entry Add-ons: ha_get_addon Updates: ha_get_updates System health: ha_get_system_health Reload/restart: ha_reload...
|
247 |
| 8523 | requesting-code-review | davila7/claude-code-templates |
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
|
247 |
| 8524 | aeon | davila7/claude-code-templates |
Aeon Time Series Machine Learning Overview Aeon is a scikit-learn compatible Python toolkit for time series machine learning. It provides state-of-the-art algorithms for classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. When to Use This Skill Apply this skill when: Classifying or predicting from time series data Detecting anomalies or change points in temporal sequences Clustering similar time series patterns Forecasting future value...
|
247 |
| 8525 | zapier-workflows | davila7/claude-code-templates |
Zapier Workflows Skill The Problem This Solves Zapier MCP gives Claude access to 8,000+ individual tools (every Zapier action), but there are critical limitations: ❌ No memory - Claude doesn't remember which tools YOU use or why ❌ No context - Doesn't know when to use specific tools for your workflows ❌ Only one-off actions - Can't trigger your complex, multi-step Zaps ❌ Fresh start every session - All context lost between conversations The Two Types of Zapier Automation 1. MCP Tools (One-Of...
|
247 |
| 8526 | llava | davila7/claude-code-templates |
LLaVA - Large Language and Vision Assistant Open-source vision-language model for conversational image understanding. When to use LLaVA Use when: Building vision-language chatbots Visual question answering (VQA) Image description and captioning Multi-turn image conversations Visual instruction following Document understanding with images Metrics: 23,000+ GitHub stars GPT-4V level capabilities (targeted) Apache 2.0 License Multiple model sizes (7B-34B params) Use alternatives instead: GPT...
|
247 |
| 8527 | schema-markup | davila7/claude-code-templates |
Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. 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 imple...
|
247 |
| 8528 | tamagui-best-practices | 0xbigboss/claude-code |
This skill provides patterns for Tamagui v1.x that go beyond fundamentals. It focuses on Config v4, compiler optimization, compound components, and common mistakes. Mandatory Context Loading When working with these components, read the corresponding pattern file BEFORE writing code: Component Type Required Reading Cross-Skills Dialog, Sheet, modal overlays @DIALOG_PATTERNS.md Form, Input, Label, validation @FORM_PATTERNS.md typescript-best-practices (zod) Animations, transitions @ANIMATION_P...
|
247 |
| 8529 | ln-646-project-structure-auditor | 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. Project Structure Auditor L3 Worker that audits the physical directory structure of a project against framework-specific conventions and hygiene best practices. Purpose & Scope Auto-detect tech stack and apply framework-specific structure rules Audit 5 dimensions: file hygiene, ignore files, framework conventions, domain/la...
|
247 |
| 8530 | conductor-implement | sickn33/antigravity-awesome-skills |
Implement Track Execute tasks from a track's implementation plan, following the workflow rules defined in conductor/workflow.md . Use this skill when Working on implement track tasks or workflows Needing guidance, best practices, or checklists for implement track Do not use this skill when The task is unrelated to implement track You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes...
|
247 |
| 8531 | alphaear-predictor | rkiding/awesome-finance-skills |
AlphaEar Predictor Skill Overview This skill utilizes the Kronos model (via KronosPredictorUtility ) to perform time-series forecasting and adjust predictions based on news sentiment. Capabilities 1. Forecast Market Trends 1. Forecast Market Trends Workflow: Generate Base Forecast : Use scripts/kronos_predictor.py (via KronosPredictorUtility ) to generate the technical/quantitative forecast. Adjust Forecast (Agentic) : Use the Forecast Adjustment Prompt in references/PROMPTS.md to subjectively a...
|
247 |
| 8532 | knowledge graph builder | daffy0208/ai-dev-standards |
Knowledge Graph Builder Build structured knowledge graphs for enhanced AI system performance through relational knowledge. Core Principle Knowledge graphs make implicit relationships explicit , enabling AI systems to reason about connections, verify facts, and avoid hallucinations. When to Use Knowledge Graphs Use Knowledge Graphs When: ✅ Complex entity relationships are central to your domain ✅ Need to verify AI-generated facts against structured knowledge ✅ Semantic search and relationship tra...
|
247 |
| 8533 | intermittent-issue-debugging | aj-geddes/useful-ai-prompts |
Intermittent Issue Debugging Overview Intermittent issues are the most difficult to debug because they don't occur consistently. Systematic approach and comprehensive monitoring are essential. When to Use Sporadic errors in logs Users report occasional issues Flaky tests Race conditions suspected Timing-dependent bugs Resource exhaustion issues Instructions 1. Capturing Intermittent Issues // Strategy 1: Comprehensive Logging // Add detailed logging around suspected code function processPayme...
|
247 |
| 8534 | disaster-recovery-testing | aj-geddes/useful-ai-prompts |
Disaster Recovery Testing Overview Implement systematic disaster recovery testing to validate recovery procedures, measure RTO/RPO, identify gaps, and ensure team readiness for actual incidents. When to Use Annual DR exercises Infrastructure changes New service deployments Compliance requirements Team training Recovery procedure validation Cross-region failover testing Implementation Examples 1. DR Test Plan and Execution dr-test-plan.yaml apiVersion: v1 kind: ConfigMap metadata: name: dr-t...
|
247 |
| 8535 | app-store-aso | timbroddin/app-store-aso-skill |
Apple App Store ASO Optimization Overview This skill enables comprehensive Apple App Store Optimization (ASO) analysis and metadata generation. Analyze existing app listings, generate optimized metadata following Apple's guidelines and character limits, provide competitive insights, and recommend screenshot storyboard strategies. Core Workflow When a user requests ASO optimization or metadata review: Analyze the App Context Understand the app's purpose, features, and target audience Identify uni...
|
247 |
| 8536 | server-side-rendering | aj-geddes/useful-ai-prompts |
Server-Side Rendering Overview Build server-side rendered applications using modern template engines, view layers, and data-driven HTML generation with caching, streaming, and performance optimization across Python, Node.js, and Ruby frameworks. When to Use Building traditional web applications Rendering HTML on the server Implementing SEO-friendly applications Creating real-time updating pages Building admin dashboards Implementing email templates Instructions 1. Flask with Jinja2 Templates ...
|
247 |
| 8537 | economic-systems | jwynia/agent-skills |
Economic Systems: Fictional Economy Design Skill You help writers create authentic economic systems for fictional worlds by applying the ten core principles that govern how real economies form, function, and evolve. This produces economies that drive plot and character rather than serving as backdrop. Core Principles Resource Foundation: Economic systems are shaped by available resources and their distribution Exchange Evolution: Trade evolves from barter to complex financial instruments throu...
|
247 |
| 8538 | openai-image-gen | 0xbigboss/claude-code |
OpenAI Image Gen Generate a handful of “random but structured” prompts and render them via the OpenAI Images API. Run Note: Image generation can take longer than common exec timeouts (for example 30 seconds). When invoking this skill via OpenClaw’s exec tool, set a higher timeout to avoid premature termination/retries (e.g., exec timeout=300). python3 { baseDir } /scripts/gen.py open ~/Projects/tmp/openai-image-gen-*/index.html if ~/Projects/tmp exists; else ./tmp/... Useful flags: GPT image m...
|
247 |
| 8539 | argocd-expert | personamanagmentlayer/pcl |
ArgoCD Expert You are an expert in ArgoCD with deep knowledge of GitOps workflows, application deployment, sync strategies, RBAC, and production operations. You design and manage declarative, automated deployment pipelines following GitOps best practices. Core Expertise ArgoCD Architecture Components: ArgoCD: ├── API Server (UI/CLI/API) ├── Repository Server (Git interaction) ├── Application Controller (K8s reconciliation) ├── Redis (caching) ├── Dex (SSO/RBAC) └── ApplicationSet Controller ...
|
247 |
| 8540 | elasticsearch-onboarding | elastic/agent-skills |
Elastic Developer Guide You are an Elasticsearch solutions architect working alongside the developer. Your job is to guide developers from "I want search" to a working search experience — understanding their intent, recommending the right approach, and generating tested, production-ready code. Use the conversation playbook in references/elasticsearch-onboarding-playbook.md to structure the conversation. Always ask one question at a time, listen for signals, and adapt your recommendations to thei...
|
247 |
| 8541 | build-persona | readwiseio/readwise-skills |
You are building a reader persona for the user based on their Readwise Reader library. This persona file is used by other skills (triage, quiz, etc.) to personalize their experience. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout (and pass this context to the subagent). If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise search <query> , readwise high...
|
247 |
| 8542 | book-cover-design | inference-sh/skills |
Book Cover Design Create genre-appropriate book covers with AI image generation 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 thriller cover concept infsh app run falai/flux-dev-lora --input '{ "prompt": "dark moody book cover art, lone figure standing at end of a rain-soaked alley, dramatic chiaroscuro lighting, noir atmosphere, cinematic, high contrast shadows", "width...
|
247 |
| 8543 | explainer-video-guide | inference-sh/skills |
Explainer Video Guide Create explainer videos from script to final cut 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 scene for an explainer infsh app run google/veo-3-1-fast --input '{ "prompt": "Clean motion graphics style animation, abstract data flowing between connected nodes, blue and white color scheme, professional corporate aesthetic, smooth transitions" }' Scrip...
|
247 |
| 8544 | content-repurposing | inference-sh/skills |
Content Repurposing Turn one piece of content into many formats 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 quote card from a blog pull-quote infsh app run falai/flux-dev-lora --input '{ "prompt": "minimal quote card design, dark navy background, large white quotation marks, clean sans-serif typography space, modern professional design, social media post format", "widt...
|
247 |
| 8545 | laravel-development | mindrally/skills |
Laravel Development You are an expert in Laravel, PHP, and related web development technologies. Key Principles Write concise, technical responses with accurate PHP examples Follow Laravel best practices and conventions Use object-oriented programming with a focus on SOLID principles Prefer iteration and modularization over duplication Use descriptive variable and method names Favor dependency injection and service containers PHP/Laravel Use PHP 8.1+ features (typed properties, match expressio...
|
247 |
| 8546 | 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...
|
247 |
| 8547 | pdf processing | davila7/claude-code-templates |
PDF Processing Quick start Use pdfplumber to extract text from PDFs: import pdfplumber with pdfplumber . open ( "document.pdf" ) as pdf : text = pdf . pages [ 0 ] . extract_text ( ) print ( text ) Extracting tables Extract tables from PDFs with automatic detection: import pdfplumber with pdfplumber . open ( "report.pdf" ) as pdf : page = pdf . pages [ 0 ] tables = page . extract_tables ( ) for table in tables : for row in table : print ( row ) Extracting all pages Process multi-page documents ef...
|
246 |
| 8548 | revenuecat | rawveg/skillsforge-marketplace |
RevenueCat Query RevenueCat metrics and search documentation. Config Set RC_API_KEY environment variable, which should be a v2 secret API key. Context Query the RevenueCat API ( GET /projects ) to get information about the project you have access to. Your RevenueCat API key allows access to a single project. Use the project ID in subsequent API calls. API Access { baseDir } /scripts/rc-api.sh < endpoint > Example: {baseDir}/scripts/rc-api.sh /projects to list projects. Local API Reference Start ...
|
246 |
| 8549 | ln-642-layer-boundary-auditor | 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. Layer Boundary Auditor L3 Worker that audits architectural layer boundaries and detects violations. Purpose & Scope Read architecture.md to discover project's layer structure Detect layer violations (I/O code outside infrastructure layer) Detect cross-layer consistency issues: Transaction boundaries (commit/rollback ownersh...
|
246 |
| 8550 | ln-650-persistence-performance-auditor | 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. Persistence & Performance Auditor (L2 Coordinator) Coordinates 4 specialized audit workers to perform database efficiency, transaction correctness, runtime performance, and resource lifecycle analysis. Purpose & Scope Coordinates 4 audit workers (ln-651, ln-652, ln-653, ln-654) running in parallel Research current best prac...
|
246 |