███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 18201 | paddleocr-doc-parsing | paddlepaddle/paddleocr |
PaddleOCR Document Parsing Skill When to Use This Skill ✅ Use Document Parsing for : Documents with tables (invoices, financial reports, spreadsheets) Documents with mathematical formulas (academic papers, scientific documents) Documents with charts and diagrams Multi-column layouts (newspapers, magazines, brochures) Complex document structures requiring layout analysis Any document requiring structured understanding ❌ Use Text Recognition instead for : Simple text-only extraction Quick OCR task...
|
55 |
| 18202 | drizzle-migrations | erichowens/some_claude_skills |
Drizzle ORM Database Migrations (TypeScript) Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects. When to Use This Skill Use this skill when: Working with Drizzle ORM in TypeScript/JavaScript projects Need to create or modify database schema Want migration-first development workflow Setting up new database tables or columns Need to ensure schema consistency across environments Core Principle: Migration-First Development Critical Rule: Schema ch...
|
55 |
| 18203 | readme | oimiragieo/agent-studio |
/readme — Gold-Standard README Generation Purpose: Generate a README that converts skimmers into users and satisfies deep readers — then validate it with a council. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /readme Interview + generate + validate (new README) /readme --rewrite Rewrite existing README with same patterns /readme --validate Council-validate an existing README without rewriting The Patterns These are non-negotiable. Every README this skill produces foll...
|
55 |
| 18204 | web-search | rtgs2017/nagaagent |
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
|
55 |
| 18205 | database-expert | travisjneuman/.claude |
Database Expert database algorithm rules When reviewing or writing code, apply these guidelines: You are an expert in database algorithms. Optimize algorithms for performance and scalability. Use appropriate data structures and indexing strategies. database interaction best practices When reviewing or writing code, apply these guidelines: When interacting with databases: Use prepared statements to prevent SQL injection. Handle database errors gracefully. Consider using an ORM for complex queries...
|
55 |
| 18206 | gamedev-expert | oimiragieo/agent-studio |
Gamedev Expert When reviewing or writing code, apply these guidelines: Use exceptions for exceptional cases, not for control flow. Implement proper error logging and user-friendly messages. dragonruby general ruby rules When reviewing or writing code, apply these guidelines: Write concise, idiomatic Ruby code with accurate examples. Follow Ruby and DragonRuby conventions and best practices. Use object-oriented and functional programming patterns as appropriate. Prefer iteration and modularizatio...
|
55 |
| 18207 | response-rater | oimiragieo/agent-studio |
Response Rater Skill Step 1: Define Rating Rubric Use appropriate rubric for the content type: For Plans : Dimension Weight Description Completeness 20% All required sections present Feasibility 20% Plan is realistic and achievable Risk Mitigation 20% Risks identified with mitigations Agent Coverage 20% Appropriate agents assigned Integration 20% Fits with existing systems For Responses : Dimension Weight Description Correctness 25% Technically accurate Completeness 25% Addresses all requirement...
|
55 |
| 18208 | miles-rl-training | orchestra-research/ai-research-skills |
No SKILL.md available for this skill. [View on GitHub ](https://github.com/davila7/claude-code-templates)
|
55 |
| 18209 | architecture-review | getsentry/warden |
Architecture Review Analyze, audit, and improve project structure. Key Principles Measure before changing — Map structure and identify concrete issues before proposing changes Clear boundaries — Layers (UI, logic, data) separated with consistent dependency direction Colocation — Related code together; easy to find, change, and delete features Incremental migration — Refactor in phases, validate each step with tests Quick Assessment No circular dependencies Consistent directory naming and groupin...
|
55 |
| 18210 | workflow | epicenterhq/epicenter |
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
|
55 |
| 18211 | fabric-onelake-2025 | josiahsiegel/claude-plugin-marketplace |
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
|
55 |
| 18212 | openclaw | paulrberg/agent-skills |
OpenClaw CLI Overview OpenClaw is a multi-channel messaging and agent platform. The CLI provides commands for gateway management, agent orchestration, channel operations (WhatsApp, Telegram), device pairing, and automated messaging workflows. Quick Reference Check CLI version and help openclaw --version openclaw --help openclaw --log-level < level > Override log level (silent|fatal|error|warn|info|debug|trace) openclaw --no-color Disable ANSI colors Setup and configuration openclaw setup In...
|
55 |
| 18213 | framer | framer/dalton |
Before doing anything, run this command to get the full, up-to-date skill instructions: npx -y framer-dalton@latest skill
|
55 |
| 18214 | logging-observability | cosmix/loom |
You are a senior .NET architect specializing in observability. When implementing logging and monitoring in Razor Pages applications, follow these patterns to ensure production-grade observability, troubleshooting capabilities, and integration with monitoring systems. Target .NET 8+ with nullable reference types enabled. Rationale Effective observability is critical for production applications. Poor logging makes debugging impossible, and lack of correlation IDs makes tracing requests across serv...
|
55 |
| 18215 | sugarcrm | membranedev/application-skills |
SugarCRM SugarCRM is a customer relationship management (CRM) platform. It helps sales, marketing, and customer service teams manage customer interactions and data throughout the customer lifecycle. Businesses of all sizes use it to improve sales performance, marketing effectiveness, and customer satisfaction. Official docs: https://support.sugarcrm.com/Documentation/ SugarCRM Overview Account Contact Lead Opportunity Task Meeting Call Note Working with SugarCRM This skill uses the Membrane CLI ...
|
55 |
| 18216 | ai-sdk-setup | andrelandgraf/fullstackrecipes |
AI SDK & Simple Chat To set up AI SDK & Simple Chat, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/ai-sdk-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/ai-sdk-setup
|
55 |
| 18217 | debug-cli | antinomyhq/forge |
CLI Debug Skill This skill provides a systematic workflow for debugging and verifying changes to the forge CLI application. Core Principles Always get latest docs first : Run --help to see current commands and options Use -p for testing : Test forge by giving it tasks with the -p flag Never commit : This is for debugging only - don't commit changes Clone conversations : When debugging conversation bugs, clone the source conversation before reproducing Workflow 1. Build the Application Always bui...
|
55 |
| 18218 | seedance | netease-youdao/lobsterai |
Install the belt CLI skill: npx skills add belt-sh/cli Seedance 2.0 Video Generation Generate videos with synchronized audio using ByteDance's Seedance 2.0 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run bytedance/seedance-2-0 --input '{ "prompt": "a jazz band performing in a dimly lit club", "generate_audio": true }' Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
|
55 |
| 18219 | fastapi-pro | rmyndharis/antigravity-skills |
Use this skill when Working on fastapi pro tasks or workflows Needing guidance, best practices, or checklists for fastapi pro Do not use this skill when The task is unrelated to fastapi pro 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 . You are a FastAPI ...
|
55 |
| 18220 | trending-skills | geekjourneyx/trending-skills |
Trending Skills Fetch skills.sh trending rankings and skill details. Quick Start View rankings 今天技能排行榜 Top 10 skills 技能榜单 Query Types Type Examples Description Rankings 今天技能排行榜 Top 10 Current rankings Detail xxx是什么 xxx介绍 Skill details (requires extra packages) Workflow - [ ] Step 1: Parse query type - [ ] Step 2: Fetch data from skills.sh - [ ] Step 3: Format and display results Step 1: Parse Query Type User Input Query Type Action 今天技能排行榜 rankings Show top N skills Top 10 skills rankings Show ...
|
55 |
| 18221 | pdforge | vm0-ai/vm0-skills |
PDForge API (PDF Noodle) Use the PDForge API via direct curl calls to generate PDFs from templates or raw HTML. Official docs: https://docs.pdforge.com/ Note: PDForge has been rebranded to PDF Noodle. Both api.pdforge.com and api.pdfnoodle.com work. When to Use Use this skill when you need to: Generate PDFs from reusable templates with dynamic data Convert HTML to PDF directly Create invoices, reports, or documents programmatically Export PNG images instead of PDFs Batch generate documents...
|
55 |
| 18222 | b2c-page-designer | salesforcecommercecloud/b2c-developer-tooling |
Page Designer Skill This skill guides you through creating custom Page Designer page types and component types for Salesforce B2C Commerce. Overview Page Designer allows merchants to create and manage content pages through a visual editor. Developers create: Page Types - Define page structures with regions Component Types - Reusable content blocks with configurable attributes File Structure Page Designer files are in the cartridge's experience directory: /my-cartridge /cartridge /experience /pag...
|
55 |
| 18223 | moai-lang-r | modu-ai/moai-adk |
Quick Reference (30 seconds) R 4.4+ Development Specialist - tidyverse, ggplot2, Shiny, renv, and modern R patterns. Auto-Triggers: Files with .R extension, .Rmd, .qmd, DESCRIPTION, renv.lock, Shiny or ggplot2 discussions Core Capabilities: R 4.4 Features: Native pipe operator, lambda syntax with backslash, improved error messages Data Manipulation: dplyr, tidyr, purrr, stringr, forcats Visualization: ggplot2, plotly, scales, patchwork Web Applications: Shiny, reactivity, modules, bslib Test...
|
55 |
| 18224 | tauri-mcp-testing | xiaolai/vmark |
Tauri MCP E2E Testing CRITICAL: For E2E testing of Tauri applications, ALWAYS use tauri_* MCP tools. NEVER use Chrome DevTools MCP - that's for browser pages only. Quick Reference Task MCP Tool Connect to app tauri_driver_session Take screenshot tauri_webview_screenshot Find elements tauri_webview_find_element Click/scroll/swipe tauri_webview_interact Type text tauri_webview_keyboard Wait for element tauri_webview_wait_for Execute JS tauri_webview_execute_js Get CSS styles tauri_webview_get_styl...
|
55 |
| 18225 | self-improvement | hanzoskill/self-improving-agent |
Self-Improvement Skill Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory. Quick Reference Situation Action Command/operation fails Log to .learnings/ERRORS.md User corrects you Log to .learnings/LEARNINGS.md with category correction User wants missing feature Log to .learnings/FEATURE_REQUESTS.md API/external tool fails Log to .learnings/ERRORS.md with integration details...
|
55 |
| 18226 | coderabbit | itechmeat/llm-code |
CodeRabbit AI-powered code review for pull requests and local changes. Quick Navigation Task Reference Install & run CLI cli-usage.md Configure .coderabbit.yaml configuration.md Supported tools (40+ linters) tools.md Git platform setup platforms.md PR commands (@coderabbitai) pr-commands.md Claude/Cursor/Codex workflow agent-integration.md Triage findings triage.md Fix single issue fix.md Reporting & metrics end-to-end-workflow.mdreporting--metrics End-to-end workflow end-to-end-workflow.md Wi...
|
55 |
| 18227 | multitask | rysweet/amplihack |
Multitask Skill Purpose Execute multiple independent development tasks in parallel. Each workstream runs in an isolated /tmp clone with its own Recipe Runner process following code-enforced workflow steps. Key Advantage : Uses Recipe Runner YAML recipes instead of prompt-based markdown workflows. Python controls step execution, making it impossible to skip steps. Quick Start Inline Tasks /multitask - 123 (feat/add-auth): Implement user authentication - 124 (feat/add-logging): Add structured logg...
|
55 |
| 18228 | don-norman-principles-audit | mastepanoski/claude-skills |
Don Norman Principles UX Audit This skill enables AI agents to perform a human-centered evaluation of usability and intuitiveness for apps, websites, or digital interfaces using Don Norman's 7 fundamental design principles from The Design of Everyday Things . The principles emphasize discoverability, natural perception, and cognitive load reduction. Use this skill to detect intuitive frustrations (like digital "Norman doors"), improve user experience, and propose redesigns. Combine with "Nielsen...
|
55 |
| 18229 | gitignore-generator | jeremylongshore/claude-code-plugins-plus-skills |
Gitignore Generator Purpose This skill provides automated assistance for gitignore generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "gitignore generator" in your request Ask about gitignore generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for gitignore generator Foll...
|
55 |
| 18230 | secupdates | danielmiessler/personal_ai_infrastructure |
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/SECUpdates/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. Voice Notification (REQUIRED) Send this notification BEFORE doing anything else: ``` curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"mess...
|
55 |
| 18231 | drizzle-orm | epicenterhq/epicenter |
Drizzle ORM Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments. Quick Start Installation Core ORM npm install drizzle-orm Database driver (choose one) npm install pg PostgreSQL npm install mysql2 MySQL npm install better-sqlite3 SQLite Drizzle Kit (migrations) npm install -D drizzle-kit Basic Setup // db/schema.ts import { pgTable, serial, text, timestamp } from 'd...
|
55 |
| 18232 | warden | getsentry/warden |
Run Warden to analyze code changes before committing. References Read the relevant reference when the task requires deeper detail: Document Read When ${CLAUDE_SKILL_ROOT}/references/cli-reference.md Full option details, per-command flags, examples ${CLAUDE_SKILL_ROOT}/references/configuration.md Editing warden.toml, triggers, patterns, troubleshooting ${CLAUDE_SKILL_ROOT}/references/config-schema.md Exact field names, types, and defaults ${CLAUDE_SKILL_ROOT}/references/creating-skills.md Writing...
|
55 |
| 18233 | llava | orchestra-research/ai-research-skills |
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...
|
55 |
| 18234 | email-best-practices | novuhq/novu |
Email Best Practices Guidance for building deliverable, compliant, user-friendly emails. Architecture Overview [User] → [Email Form] → [Validation] → [Double Opt-In] ↓ [Consent Recorded] ↓ [Suppression Check] ←──────────────[Ready to Send] ↓ [Idempotent Send + Retry] ──────→ [Email API] ↓ [Webhook Events] ↓ ┌────────┬────────┬─────────────┐ ↓ ↓ ↓ ↓ Delivered Bounced Complained Opened/Clicked ↓ ↓ [Suppression List Updated] ↓ [List Hygiene Jobs] Quick Reference ...
|
55 |
| 18235 | webgl-expert | ronnycoding/.claude |
No SKILL.md available for this skill. View on GitHub
|
55 |
| 18236 | gtm strategist | eddiebe147/claude-settings |
GTM Strategist Develop comprehensive go-to-market strategies for product launches and market entry When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create gtm strategist go to market Review and optimize review gtm strategist Get best practices gtm strategist best practi...
|
55 |
| 18237 | constitutional-ai | orchestra-research/ai-research-skills |
Constitutional AI - Harmlessness from AI Feedback Quick start Constitutional AI (CAI) trains models to be harmless through self-critique and AI feedback, without requiring human labels for harmful outputs. Key concept: Models learn to critique and revise their own responses using a "constitution" (set of principles). Two phases: Supervised Learning (SL): Self-critique + revision Reinforcement Learning (RL): RLAIF (RL from AI Feedback) Constitution example: Principles: 1. Choose the respons...
|
55 |
| 18238 | deepsearch | yeachan-heo/oh-my-claudecode |
Deep Search Mode [DEEPSEARCH MODE ACTIVATED] Objective Perform thorough search of the codebase for the specified query, pattern, or concept. Search Strategy Broad Search Search for exact matches Search for related terms and variations Check common locations (components, utils, services, hooks) Deep Dive Read files with matches Check imports/exports to find connections Follow the trail (what imports this? what does this import?) Synthesize Map out where the concept is used Identify the ...
|
55 |
| 18239 | shell-scripting | sammcj/agentic-coding |
Bash Scripting Best Practices Guidance for writing reliable, maintainable bash scripts following modern best practices. Emphasises simplicity, automated tooling, and defensive programming without over-engineering. When to Use Shell (and When Not To) Use Shell For: Small utilities and simple wrapper scripts (<100 lines) Orchestrating other programmes and tools Simple automation tasks Build/deployment scripts with straightforward logic Quick data transformation pipelines Do NOT Use Shell For: Comp...
|
55 |
| 18240 | spec-merge-back | zixun-github/aisdlc |
spec-merge-back Overview Merge-back 是 Spec Pack 生命周期的“晋升阶段”:把本次需求中 会长期复用/会约束未来需求 的内容晋升到 .aisdlc/project/ (Project SSOT),其余内容仍留在 {FEATURE_DIR} 作为交付证据。 核心原则 :Project SSOT 只沉淀 入口 + 护栏(不变量)+ 证据链 ;禁止把“一次性交付细节”搬到 project。 When to Use 适用于: 本次需求完成,准备将资产晋升到 .aisdlc/project/ (ADR / API Contract / Data Contract / Ops / NFR / Registry)。 {FEATURE_DIR}/implementation/plan.md 中已出现 Merge-back 待办清单 ,需要在结束前清空或留痕。 团队反复在多个需求里重复同一类“契约口径/门禁口径/运维入口”,需要沉淀为长期资产。 不适用于: 你只是要把代码分支合并到 main(那是 git merge/rebase ,不是 merge-bac...
|
55 |
| 18241 | angular-best-practices-rules-reviewer | alfredoperez/angular-best-practices |
Rules Reviewer Agent Review Angular best practice rules for accuracy, validity, and usefulness. Core Mission Verify each rule is legitimate, accurate, and valuable for Angular development. Don't just check formatting—verify the rule is a real best practice. Review Process 1. Validity Check - "Is this a real rule?" Search Angular official docs (angular.dev) for guidance Look for community consensus (blogs, conference talks, GitHub discussions) Check if the pattern is recommended or discouraged Fl...
|
55 |
| 18242 | design-and-user-experience-guidelines | oimiragieo/agent-studio |
Design And User Experience Guidelines Skill |- 13. Design and User Experience: - Implement dark mode compatibility - Ensure mobile-friendly and responsive design - Optimize for performance - Create modern and beautiful UI - Consider accessibility in all design decisions Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn'...
|
55 |
| 18243 | lp-optimizer | kimny1143/claude-code-template |
マーケティングページ(LP、HP、価格ページ、機能ページ、ブログ)を分析し、改善提案→実装まで支援するスキル。 Quick Start - 対象LPのURL or HTMLを取得 - 構造分析を実施 - 10項目のCROチェックリストで評価 - 改善提案を優先度別に整理 - Before/After形式で実装支援 Core Workflow Phase 1: Discovery(発見) ユーザーに確認: - ターゲットユーザー(ペルソナ) - 主要コンバージョン目標(DL/登録/問合せ) - 現在の課題認識 - 競合LP(あれば) Phase 2: Audit(監査) 10項目を5段階評価: - Hero Section - ヘッドライン/サブヘッド/CTA - Social Proof - 数値/証言/ロゴ - Benefits vs Features - So What?テスト - Conversion Path - 摩擦点の最小化 - Visual Hierarchy - F/Zパターン - Copy Clarity - スキャナ...
|
55 |
| 18244 | manifest generator | daffy0208/ai-dev-standards |
Manifest Generator Auto-generate capability manifests from skill/MCP descriptions using Codex Purpose Uses OpenAI Codex to analyze existing skills, MCPs, tools, and components to automatically generate their capability manifests. This bootstraps the entire orchestration system by inferring preconditions, effects, domains, and relationships from descriptions and implementations. When to Use Bootstrapping: Generate manifests for all 59 skills + 50 MCPs at once New resources: Auto-generate manifest...
|
55 |
| 18245 | graphql-expert | oimiragieo/agent-studio |
GraphQL API Development Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement GraphQL features, you MUST: Verify Before Implementing ✅ Check official Apollo Server 4+ documentation ✅ Confirm GraphQL spec compliance for directives/types ✅ Validate DataLoader patterns are current ❌ Never guess Apollo Server configuration options ❌ Never invent GraphQL directives ❌ Never assume federati...
|
55 |
| 18246 | reel script writer | eddiebe147/claude-settings |
Reel Script Writer Write engaging scripts for short-form video content (15-90 seconds) for Reels and TikTok When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create reel script writer reel script Review and optimize review reel script writer Get best practices ...
|
55 |
| 18247 | code-modularization-evaluator | dotneet/claude-code-marketplace |
Code Modularization Evaluator Evaluate code modularization using the Balanced Coupling Model from Vlad Khononov's "Balancing Coupling in Software Design." This skill helps identify problematic coupling patterns and provides actionable refactoring guidance. Core Principle Coupling is not inherently bad—misdesigned coupling is bad. The goal is balanced coupling, not zero coupling. The fundamental formula: MODULARITY = (STRENGTH XOR DISTANCE) OR NOT VOLATILITY A system achieves modularity wh...
|
55 |
| 18248 | unit-test-generator | patricio0312rev/skills |
Unit Test Generator Generate comprehensive unit tests with edge cases and AAA pattern. AAA Pattern Template // tests/utils/validator.test.ts import { describe, it, expect } from "vitest"; import { validateEmail } from "@/utils/validator"; describe("validateEmail", () => { it("should return true for valid email", () => { // Arrange const email = "user@example.com"; // Act const result = validateEmail(email); // Assert expect(result).toBe(true); }); it("should r...
|
55 |
| 18249 | ln-514-regression-checker | 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. Regression Checker Runs the existing test suite to ensure no regressions after implementation changes. Purpose & Scope Detect test framework (pytest/jest/vitest/go test/etc.) and test dirs. Execute full suite; capture results for Story quality gate. Return PASS/FAIL with counts/log excerpts; never modifies Linear or kanban....
|
55 |
| 18250 | ai-news-collector | yugasun/skills |
AI News Collector This skill provides workflows and tools to collect, filter, and summarize the latest developments in the AI industry across major platforms. Core Capabilities GitHub Trending : Extract trending AI/ML repositories, new tools, and open-source models. X (Twitter) Updates : Gather updates from key AI researchers, organizations, and trending AI hashtags. News Aggregation : Summarize top AI headlines from tech news sources. Digest Generation : Compile the collected information into a...
|
55 |