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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,096
总 Skills
59.3M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
1851 supply-chain-risk-auditor trailofbits/skills
Supply Chain Risk Auditor Activates when the user says "audit this project's dependencies". When to Use Assessing dependency risk before a security audit Evaluating supply chain attack surface of a project Identifying unmaintained or risky dependencies Pre-engagement scoping for supply chain concerns When NOT to Use Active vulnerability scanning (use dedicated tools like npm audit, pip-audit) Runtime dependency analysis License compliance auditing Purpose You systematically evaluate all dependen...
3.2K
1852 paddleocr-text-recognition aidenwu0209/paddleocr-skills
PaddleOCR Text Recognition Skill When to Use This Skill Invoke this skill in the following situations: Extract text from images (screenshots, photos, scans, charts) Read text from PDFs or document images Extract text from structured documents (invoices, receipts, forms) Extract text from URLs or local files pointing to images/PDFs Do not use this skill in the following situations: Plain text files that can be read directly with the Read tool Code files or markdown documents Tasks that do not inv...
3.2K
1853 nuxt4-patterns affaan-m/everything-claude-code
Nuxt 4 Patterns Use when building or debugging Nuxt 4 apps with SSR, hybrid rendering, route rules, or page-level data fetching. When to Activate Hydration mismatches between server HTML and client state Route-level rendering decisions such as prerender, SWR, ISR, or client-only sections Performance work around lazy loading, lazy hydration, or payload size Page or component data fetching with useFetch , useAsyncData , or $fetch Nuxt routing issues tied to route params, middleware, or SSR/client ...
3.2K
1854 gog steipete/clawdis
gog Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup. Setup (once) gog auth credentials /path/to/client_secret.json gog auth add you@gmail.com --services gmail,calendar,drive,contacts,docs,sheets gog auth list Common commands Gmail search: gog gmail search 'newer_than:7d' --max 10 Gmail messages search (per email, ignores threading): gog gmail messages search "in:inbox from:ryanair.com" --max 20 --account you@example.com Gmail send (plain): gog gmail send --to a@b.com ...
3.2K
1855 design-system supercent-io/skills-template
Frontend Design System This is a skill for production-grade UI design. It supports consistent and scalable frontend development through clear design tokens, layout rules, motion guidelines, and accessibility checks. When to use this skill Production-quality UI needed : Generate high-quality UI from prompts Consistent design language : Consistent visual language across screens Typography/layout/motion guide : Systematic design system Instructions Step 1: Define Design Tokens // design-tokens.ts e...
3.2K
1856 react-best-practices supercent-io/skills-template
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
3.2K
1857 ralphmode supercent-io/skills-template
Ralphmode Ralphmode is a cross-platform permission profile for long-running ralph or jeo workflows. It reduces approval friction, but it is not "allow everything everywhere." The core rule is simple: widen automation only inside a bounded project or disposable sandbox, and keep secrets plus destructive commands explicitly blocked. When to use this skill You want ralph to iterate without repeated approval popups. You are setting up the same repo for Claude Code, Codex CLI, and Gemini CLI. You nee...
3.2K
1858 apify-ecommerce apify/agent-skills
E-commerce Data Extraction Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool. Prerequisites .env file with APIFY_TOKEN (at ~/.claude/.env ) Node.js 20.6+ (for native --env-file support) Workflow Selection User Need Workflow Best For Track prices, compare products Workflow 1: Products & Pricing Price monitoring, MAP compliance, competitor analysis. Add AI summary for insights. Analyze reviews (sentiment or quality) Wo...
3.2K
1859 playwright-skill sickn33/antigravity-awesome-skills
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual discovered path. Common installation paths: Plugin system: ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill Manual global: ~/.claude/skills/playwri...
3.2K
1860 github-triage mattpocock/skills
GitHub Issue Triage Triage issues in the current repo using a label-based state machine. Infer the repo from git remote . Use gh for all GitHub operations. AI Disclaimer Every comment or issue posted to GitHub during triage must include the following disclaimer at the top of the comment body, before any other content: > *This was generated by AI during triage.* Reference docs AGENT-BRIEF.md — how to write durable agent briefs OUT-OF-SCOPE.md — how the .out-of-scope/ knowledge base works Labels L...
3.2K
1861 product-designer borghei/claude-skills
Product Designer Expert-level product design for digital products. Core Competencies User experience design User interface design Design systems Prototyping User research Interaction design Visual design Design thinking Design Process Double Diamond ┌─────────────────────────────────────────────────────────────┐ │ DISCOVER │ │ Diverge: Research, explore, understand the problem │ └──────────────────────────┬──────────────────────────...
3.2K
1862 competitors coreyhaines31/marketingskills
Competitor & Alternative Pages You are an expert in creating competitor comparison and alternative pages. Your goal is to build pages that rank for competitive search terms, provide genuine value to evaluators, and position your product effectively. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that c...
3.1K
1863 ab-testing coreyhaines31/marketingskills
A/B Test Setup You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, 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 desi...
3.1K
1864 gke-basics google/skills
Google Kubernetes Engine (GKE) Basics GKE is a managed Kubernetes platform on Google Cloud for deploying, scaling, and operating containerized applications. This skill defaults to the golden path Autopilot configuration — see gke-golden-path.md for defaults, rules, and guardrails. Quick Start gcloud services enable container.googleapis.com gcloud container clusters create-auto my-cluster --region = us-central1 gcloud container clusters get-credentials my-cluster --region = us-central1 kubectl cr...
3.1K
1865 component-refactoring langgenius/dify
Dify Component Refactoring Skill Refactor high-complexity React components in the Dify frontend codebase with the patterns and workflow below. Complexity Threshold: Components with complexity > 50 (measured by pnpm analyze-component) should be refactored before testing. Quick Reference Commands (run from web/) Use paths relative to web/ (e.g., app/components/...). Use refactor-component for refactoring prompts and analyze-component for testing prompts and metrics. cd web Generate refactor...
3.1K
1866 threejs-materials cloudai-x/threejs-skills
Three.js Materials Quick Start import * as THREE from "three"; // PBR material (recommended for realistic rendering) const material = new THREE.MeshStandardMaterial({ color: 0x00ff00, roughness: 0.5, metalness: 0.5, }); const mesh = new THREE.Mesh(geometry, material); Material Types Overview Material Use Case Lighting MeshBasicMaterial Unlit, flat colors, wireframes No MeshLambertMaterial Matte surfaces, performance Yes (diffuse only) MeshPhongMaterial Shiny surfaces, specular highlight...
3.1K
1867 context-engineering addyosmani/agent-skills
Context Engineering Overview Feed agents the right information at the right time. Context is the single biggest lever for agent output quality — too little and the agent hallucinates, too much and it loses focus. Context engineering is the practice of deliberately curating what the agent sees, when it sees it, and how it's structured. When to Use Starting a new coding session Agent output quality is declining (wrong patterns, hallucinated APIs, ignoring conventions) Switching between different p...
3.1K
1868 incremental-implementation addyosmani/agent-skills
Incremental Implementation Overview Build in thin vertical slices — implement one piece, test it, verify it, then expand. Avoid implementing an entire feature in one pass. Each increment should leave the system in a working, testable state. This is the execution discipline that makes large features manageable. When to Use Implementing any multi-file change Building a new feature from a task breakdown Refactoring existing code Any time you're tempted to write more than ~100 lines before testing W...
3.1K
1869 idea-refine addyosmani/agent-skills
Idea Refine Refines raw ideas into sharp, actionable concepts worth building through structured divergent and convergent thinking. How It Works Understand & Expand (Divergent): Restate the idea, ask sharpening questions, and generate variations. Evaluate & Converge: Cluster ideas, stress-test them, and surface hidden assumptions. Sharpen & Ship: Produce a concrete markdown one-pager moving work forward. Usage This skill is primarily an interactive dialogue. Invoke it with an idea, and the agent ...
3.1K
1870 rust-engineer jeffallan/claude-skills
Rust Engineer Senior Rust engineer with deep expertise in Rust 2021 edition, systems programming, memory safety, and zero-cost abstractions. Specializes in building reliable, high-performance software leveraging Rust's ownership system. Role Definition You are a senior Rust engineer with 10+ years of systems programming experience. You specialize in Rust's ownership model, async programming with tokio, trait-based design, and performance optimization. You build memory-safe, concurrent systems...
3.1K
1871 test-driven-development addyosmani/agent-skills
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
3.1K
1872 mem-search thedotmack/claude-mem
Memory Search Search past work across all sessions. Simple workflow: search -> filter -> fetch. When to Use Use when users ask about PREVIOUS sessions (not current conversation): "Did we already fix this?" "How did we solve X last time?" "What happened last week?" 3-Layer Workflow (ALWAYS Follow) NEVER fetch full details without filtering first. 10x token savings. Step 1: Search - Get Index with IDs Use the search MCP tool: search(query="authentication", limit=20, project="my-project") Returns: ...
3.1K
1873 api-and-interface-design addyosmani/agent-skills
API and Interface Design Overview Design stable, well-documented interfaces that are hard to misuse. Good interfaces make the right thing easy and the wrong thing hard. This applies to REST APIs, GraphQL schemas, module boundaries, component props, and any surface where one piece of code talks to another. When to Use Designing new API endpoints Defining module boundaries or contracts between teams Creating component prop interfaces Establishing database schema that informs API shape Changing exi...
3.1K
1874 using-agent-skills addyosmani/agent-skills
Using Agent Skills Overview Agent Skills is a collection of engineering workflow skills organized by development phase. Each skill encodes a specific process that senior engineers follow. This meta-skill helps you discover and apply the right skill for your current task. Skill Discovery When a task arrives, identify the development phase and apply the corresponding skill: Task arrives │ ├── Vague idea/need refinement? ──→ idea-refine ├── New project/feature/change? ──→ spec-driven-development ├─...
3.1K
1875 pdf openai/skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
3.1K
1876 differential-review trailofbits/skills
Differential Security Review Security-focused code review for PRs, commits, and diffs. Core Principles Risk-First: Focus on auth, crypto, value transfer, external calls Evidence-Based: Every finding backed by git history, line numbers, attack scenarios Adaptive: Scale to codebase size (SMALL/MEDIUM/LARGE) Honest: Explicitly state coverage limits and confidence level Output-Driven: Always generate comprehensive markdown report file Rationalizations (Do Not Skip) Rationalization Why It's Wrong R...
3.1K
1877 migrate-to-shoehorn mattpocock/skills
Migrate to Shoehorn Why shoehorn? shoehorn lets you pass partial data in tests while keeping TypeScript happy. It replaces as assertions with type-safe alternatives. Test code only. Never use shoehorn in production code. Problems with as in tests: Trained not to use it Must manually specify target type Double-as ( as unknown as Type ) for intentionally wrong data Install npm i @total-typescript/shoehorn Migration patterns Large objects with few needed properties Before: type Request = { body : {...
3.1K
1878 langgraph-docs langchain-ai/deepagents
langgraph-docs Overview This skill explains how to access LangGraph Python documentation to help answer questions and guide implementation. Instructions 1. Fetch the Documentation Index Use the fetch_url tool to read the following URL: https://docs.langchain.com/llms.txt This provides a structured list of all available documentation with descriptions. 2. Select Relevant Documentation Based on the question, identify 2-4 most relevant documentation URLs from the index. Prioritize: Specific ...
3.1K
1879 libtv-skill libtv-labs/libtv-skills
agent-im 会话(生图 / 生视频) 通过 agent-im 的 OpenAPI 创建会话、发送消息(生图、生视频等)、上传图片/视频文件,并查询会话消息进展。 功能 创建会话 / 发消息 - 创建新会话或向已有会话发送一条消息(如「生一个动漫视频」) 查询会话进展 - 根据 sessionId 拉取该会话的消息列表,用于轮询生图/生视频结果 切换项目 - 将当前 accessKey 绑定的项目切换到新项目,后续 create_session 将使用新 projectUuid 上传文件 - 上传图片或视频文件到 OSS,返回可访问的 OSS 地址 前置要求 export LIBTV_ACCESS_KEY = "your-access-key" 可选: OPENAPI_IM_BASE 或 IM_BASE_URL ,默认 https://im.liblib.tv 。 无需安装额外依赖,仅使用 Python 标准库。 使用方法 1. 创建会话 / 发送消息 创建新会话并发送「生一个动漫视频」 python3 { baseDir } /scripts/create_session.py...
3.1K
1880 embedded-systems jeffallan/claude-skills
Embedded Systems Engineer Senior embedded systems engineer with deep expertise in microcontroller programming, RTOS implementation, and hardware-software integration for resource-constrained devices. Role Definition You are a senior embedded systems engineer with 10+ years of firmware development experience. You specialize in ARM Cortex-M, ESP32, FreeRTOS, bare-metal programming, and real-time systems. You build reliable, efficient firmware that meets strict timing, power, and resource constr...
3.1K
1881 clickhouse-best-practices clickhouse/agent-skills
ClickHouse Best Practices Comprehensive guidance for ClickHouse covering schema design, query optimization, and data ingestion. Contains 28 rules across 3 main categories (schema, query, insert), prioritized by impact. Official docs: ClickHouse Best Practices IMPORTANT: How to Apply This Skill Before answering ClickHouse questions, follow this priority order: Check for applicable rules in the rules/ directory If rules exist: Apply them and cite them in your response using "Per rule-name ..." If ...
3.1K
1882 fastapi-expert jeffallan/claude-skills
FastAPI Expert Senior FastAPI specialist with deep expertise in async Python, Pydantic V2, and production-grade API development. Role Definition You are a senior Python engineer with 10+ years of API development experience. You specialize in FastAPI with Pydantic V2, async SQLAlchemy, and modern Python 3.11+ patterns. You build scalable, type-safe APIs with automatic documentation. When to Use This Skill Building REST APIs with FastAPI Implementing Pydantic V2 validation schemas Setting up a...
3.1K
1883 java-architect jeffallan/claude-skills
Java Architect Senior Java architect with deep expertise in enterprise-grade Spring Boot applications, microservices architecture, and cloud-native development. Role Definition You are a senior Java architect with 15+ years of enterprise Java experience. You specialize in Spring Boot 3.x, Java 21 LTS, reactive programming with Project Reactor, and building scalable microservices. You apply Clean Architecture, SOLID principles, and production-ready patterns. When to Use This Skill Building Sp...
3.1K
1884 okx-defi-portfolio okx/onchainos-skills
OKX DeFi Portfolio 2 commands for viewing DeFi positions and holdings across protocols and chains. Skill Routing For DeFi deposit/redeem/claim → use okx-defi-invest For token price/chart → use okx-dex-market For wallet token balances → use okx-wallet-portfolio For DEX spot swap → use okx-dex-swap Quickstart Get DeFi holdings overview across chains onchainos defi positions \ --address 0xYourWallet \ --chains ethereum,bsc,solana Get detailed holdings for a specific protocol (analysisPlatformId f...
3.1K
1885 okx-defi-invest okx/onchainos-skills
OKX DeFi Invest Multi-chain DeFi product discovery and investment execution. The CLI handles precision conversion, multi-step orchestration, and validation internally. For CLI parameter details, see references/cli-reference.md . Skill Routing For DeFi positions / holdings → use okx-defi-portfolio For token price/chart → use okx-dex-market For token search by name/contract → use okx-dex-token For DEX spot swap execution → use okx-dex-swap For wallet token balances → use okx-wallet-portfolio For b...
3.1K
1886 chinese-novelist penglonghuang/chinese-novelist-skill
Chinese Novelist: 中文小说创作助手 分章节创作引人入胜的中文短篇小说,每章结尾设置悬念钩子。 核心创作流程 前置阶段:创作规划(5问确认后疯狂创作) 快速确认5个核心问题后,立即进入疯狂创作模式: 📝 问题 1:题材与风格 A. 悬疑推理(紧张刺激) B. 现代言情(甜宠/虐恋) C. 古代言情(宫廷/江湖) D. 奇幻玄幻(修仙/魔法) E. 科幻未来(星际/赛博) F. 武侠仙侠(江湖/修仙) G. 历史架空(权谋/战争) H. 都市现实(职场/商战) 选择 A-H,或自定义: 📝 问题 2:主角设定 A. 男性(学生/侦探/医生/商人/官员/修仙者...) B. 女性(学生/明星/医生/公主/修仙者...) C. 双主角(一男一女,恋人/搭档/对手) D. 群像(3-5人轮流视角) 选择 A-D,并说明职业/身份: 📝 问题 3:主角性格 A. 热血正义(嫉恶如仇、勇往直前) B. 冷静智慧(理性分析、布局谋划) C. 温暖治愈(善良温和、乐于助人) D. 高冷孤傲(独来独往、外冷内热) E. 阴暗腹黑(心思深沉、亦正亦邪) F. 成长逆袭...
3.1K
1887 knowledge-synthesis anthropics/knowledge-work-plugins
Knowledge Synthesis The last mile of enterprise search. Takes raw results from multiple sources and produces a coherent, trustworthy answer. The Goal Transform this: ~~chat result: "Sarah said in eng: 'let's go with REST, GraphQL is overkill for our use case'" ~~email result: "Subject: API Decision — Sarah's email confirming REST approach with rationale" ~~cloud storage result: "API Design Doc v3 — updated section 2 to reflect REST decision" ~~project tracker result: "Task: Finalize API approach...
3.1K
1888 nano-banana-pro-prompts-recommend-skill youmind-openlab/nano-banana-pro-prompts-recommend-skill
Nano Banana Pro Prompts Recommendation You are an expert at recommending image generation prompts from the Nano Banana Pro prompt library (6000+ prompts). Quick Start User provides image generation need → You recommend matching prompts with sample images → User selects a prompt → (If content provided) Remix to create customized prompt. Two Usage Modes Direct Generation: User describes what image they want → Recommend prompts → Done Content Illustration: User provides content (article/video s...
3.1K
1889 ontology sundial-org/awesome-openclaw-skills
Ontology A typed vocabulary + constraint system for representing knowledge as a verifiable graph. Core Concept Everything is an entity with a type , properties , and relations to other entities. Every mutation is validated against type constraints before committing. Entity: { id, type, properties, relations, created, updated } Relation: { from_id, relation_type, to_id, properties } When to Use Trigger Action "Remember that..." Create/update entity "What do I know about X?" Query graph "Link X to...
3.1K
1890 aso coreyhaines31/marketingskills
ASO Audit Analyze App Store and Google Play listings against ASO best practices. Fetches live listing data, scores metadata, visuals, and ratings, then produces a prioritized action plan. When to Use User shares an App Store or Google Play URL User asks to audit or optimize an app listing User wants to compare their app against competitors User asks about app store ranking, visibility, or download conversion Before Auditing Check for product marketing context first: If .agents/product-marketing....
3K
1891 commit-work softaworks/agent-toolkit
Commit work Goal Make commits that are easy to review and safe to ship: only intended changes are included commits are logically scoped (split when needed) commit messages describe what changed and why Inputs to ask for (if missing) Single commit or multiple commits? (If unsure: default to multiple small commits when there are unrelated changes.) Commit style: Conventional Commits are required. Any rules: max subject length, required scopes. Workflow (checklist) Inspect the working tree before s...
3K
1892 professional-communication softaworks/agent-toolkit
Professional Communication Overview This skill provides frameworks and guidance for effective professional communication in software development contexts. Whether you're writing an email to stakeholders, crafting a team chat message, or preparing meeting agendas, these principles help you communicate clearly and build professional credibility. Core principle: Effective communication isn't about proving how much you know - it's about ensuring your message is received and understood. When to Use T...
3K
1893 dbs-ai-check dontbesilent2025/dbskill
dbs-ai-check:AI 写作特征识别 你是 dontbesilent 的 AI 写作特征检测工具。你的任务是帮用户看清自己的文字里有哪些 AI 生成的痕迹。 你反对「去 AI 味」。 识别 AI 特征是帮人看清自己的文字,不是帮人伪装成人类。如果你像任何一个人,你就不像 AI。所以改写不是删掉 AI 特征,而是让用户找到自己的写法。 默认只识别,不改。 核心哲学 原则 1:AI 味的本质是「太完美」 AI 写作的问题不是写得差,是写得太好、太光滑、太均匀。没有毛边、没有卡顿、没有跑题、没有任何一处是作者自己也没想通的。完美本身就是不真实的信号。 原则 2:去 AI 味 ≠ 好内容 花时间去 AI 味不如花时间把事情搞清楚。关心自己的文案有没有 AI 味的人很多,关心自己的文案好不好的人很少。英雄不问出处。 原则 3:改写必须基于用户自己的偏好 每个 AI 特征背后都有一个用户本来想达成的目的。改写不是删掉特征,而是用用户自己的方式达成同一个目的。没搞清楚用户的意图之前,不改任何一个字。 识别模式(默认) 用户发来文案 → 逐条扫描 22 个特征 → 输出检测报告。 检测报告格式...
3K
1894 svg logo designer rknall/claude-skills
This skill creates professional, scalable vector graphic (SVG) logos from design specifications, offering multiple variations and layout options. When to Use This Skill Activate this skill when the user requests: - Create a logo from a description or specification - Design a brand identity or visual mark - Generate logo variations and concepts - Create icons or symbols - Design wordmarks or lettermarks - Produce scalable graphics for branding - Export logos in different layouts and sty...
3K
1895 security-and-hardening addyosmani/agent-skills
Security and Hardening Overview Security-first development practices for web applications. Treat every external input as hostile, every secret as sacred, and every authorization check as mandatory. Security isn't a phase — it's a constraint on every line of code that touches user data, authentication, or external systems. When to Use Building anything that accepts user input Implementing authentication or authorization Storing or transmitting sensitive data Integrating with external APIs or serv...
3K
1896 debugging-and-error-recovery addyosmani/agent-skills
Debugging and Error Recovery Overview Systematic debugging with structured triage. When something breaks, stop adding features, preserve evidence, and follow a structured process to find and fix the root cause. Guessing wastes time. The triage checklist works for test failures, build errors, runtime bugs, and production incidents. When to Use Tests fail after a code change The build breaks Runtime behavior doesn't match expectations A bug report arrives An error appears in logs or console Someth...
3K
1897 rules-distill affaan-m/everything-claude-code
Rules Distill Scan installed skills, extract cross-cutting principles that appear in multiple skills, and distill them into rules — appending to existing rule files, revising outdated content, or creating new rule files. Applies the "deterministic collection + LLM judgment" principle: scripts collect facts exhaustively, then an LLM cross-reads the full context and produces verdicts. When to Use Periodic rules maintenance (monthly or after installing new skills) After a skill-stocktake reveals pa...
3K
1898 design-system affaan-m/everything-claude-code
Frontend Design System This is a skill for production-grade UI design. It supports consistent and scalable frontend development through clear design tokens, layout rules, motion guidelines, and accessibility checks. When to use this skill Production-quality UI needed : Generate high-quality UI from prompts Consistent design language : Consistent visual language across screens Typography/layout/motion guide : Systematic design system Instructions Step 1: Define Design Tokens // design-tokens.ts e...
3K
1899 skill-comply affaan-m/everything-claude-code
skill-comply: Automated Compliance Measurement Measures whether coding agents actually follow skills, rules, or agent definitions by: Auto-generating expected behavioral sequences (specs) from any .md file Auto-generating scenarios with decreasing prompt strictness (supportive → neutral → competing) Running claude -p and capturing tool call traces via stream-json Classifying tool calls against spec steps using LLM (not regex) Checking temporal ordering deterministically Generating self-contained...
3K
1900 browser-testing-with-devtools addyosmani/agent-skills
Browser Testing with DevTools Overview Use Chrome DevTools MCP to give your agent eyes into the browser. This bridges the gap between static code analysis and live browser execution — the agent can see what the user sees, inspect the DOM, read console logs, analyze network requests, and capture performance data. Instead of guessing what's happening at runtime, verify it. When to Use Building or modifying anything that renders in a browser Debugging UI issues (layout, styling, interaction) Diagno...
3K