███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20401 | umbraco-entry-point | umbraco/umbraco-cms-backoffice-skills |
Umbraco Entry Point What is it? Entry Points are extensions that execute JavaScript code when the Umbraco backoffice starts up. The Backoffice Entry Point runs after user authentication and is used for initialization logic, loading external libraries, registering UI extensions dynamically, or including global CSS. An optional onUnload function handles cleanup. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-ov...
|
60 |
| 20402 | phase-3-mockup | popup-studio-ai/bkit-claude-code |
Create trendy UI without a designer + Consider Next.js componentization Purpose Quickly validate ideas before actual implementation. Even without a designer, research UI/UX trends to create high-quality prototypes, designed for easy conversion to Next.js components later. What to Do in This Phase - Screen Mockups: Implement UI with HTML/CSS - Interactions: Implement behavior with basic JavaScript - Data Simulation: Simulate API responses with JSON files - Feature Validation: Test user f...
|
60 |
| 20403 | reflex-dev | silvainfm/claude-skills |
Reflex Development Overview Reflex is a full-stack Python framework for building web applications without writing JavaScript. Apps compile to a React frontend and FastAPI backend, with state management and event handlers running entirely in Python. Architecture: Frontend: Compiled to React (JavaScript) for UI rendering Backend: FastAPI server running Python event handlers Communication: WebSockets for real-time state updates State: Server-side Python state synchronized to frontend Core Concep...
|
60 |
| 20404 | hooks-development | terrylica/cc-skills |
Guide for developing Claude Code hooks with proper output visibility patterns. When to Use This Skill - Creating a new PostToolUse or PreToolUse hook - Hook output is not visible to Claude (most common issue) - User asks about `decision: block` pattern - Debugging why hook messages don't appear - User mentions "Claude Code hooks" or "hook visibility" Quick Reference: Visibility Patterns Critical insight: PostToolUse hook stdout is only visible to Claude when JSON contains `"decision": ...
|
60 |
| 20405 | advanced-video-downloader | jst-well-dan/skill-box |
Advanced Video Downloader Overview This skill provides comprehensive video downloading and transcription capabilities from 1000+ platforms including YouTube, Bilibili, TikTok, Twitter, Instagram, and more. It combines: yt-dlp: Powerful video downloading tool SiliconFlow API: Free AI-powered transcription to convert videos to Markdown When to Use This Skill Activate this skill when the user: Explicitly requests to download a video ("download this video", "下载视频") Provides video URLs from any p...
|
60 |
| 20406 | ci-cd | cosmix/loom |
CI/CD Pipelines Comprehensive guide for CI/CD pipeline design, optimization, security, and troubleshooting across GitHub Actions, GitLab CI, and other platforms. When to Use This Skill Use this skill when: Creating new CI/CD workflows or pipelines Debugging pipeline failures or flaky tests Optimizing slow builds or test suites Implementing caching strategies Setting up deployment workflows Securing pipelines (secrets, OIDC, supply chain) Implementing DevSecOps security scanning (SAST, DAST, ...
|
60 |
| 20407 | status-report-template | dengineproblem/agents-monorepo |
Status Report Template Generator Эксперт по созданию эффективных статус-отчётов для проектной коммуникации на всех уровнях организации. Core Principles Foundational Requirements effective_status_report : principles : - name : "Consistent Formatting" description : "Use consistent structure and hierarchy across all reports" - name : "Audience-Specific" description : "Tailor depth and focus to reader's needs" - name : "Traffic Light System" description : "Green/Yellow/Red for quick visual assessmen...
|
60 |
| 20408 | openfga | openfga/agent-skills |
OpenFGA Best Practices Comprehensive guide for authoring OpenFGA authorization models and using OpenFGA SDKs, maintained for AI agents and developers. Contains rules across 7 categories covering core concepts, relationship patterns, testing, custom roles, model optimization, and language-specific SDK usage. When to Apply Reference these guidelines when: Creating new OpenFGA authorization models Defining types and relations in .fga files Writing relationship tuples Testing models with .fga.ya...
|
60 |
| 20409 | godot-animation-player | thedivergentai/gd-agentic-skills |
AnimationPlayer Expert guidance for Godot's timeline-based keyframe animation system. NEVER Do NEVER forget RESET tracks — Without a RESET track, animated properties don't restore to initial values when changing scenes. Create RESET animation with all default states. NEVER use Animation.CALL_MODE_CONTINUOUS for function calls — Calls method EVERY frame during keyframe. Use CALL_MODE_DISCRETE (calls once). Continuous causes spam. NEVER animate resource properties directly — Animating material.alb...
|
60 |
| 20410 | raccoon-audit | autumnsgrove/groveengine |
Raccoon Audit 🦝 The raccoon is curious. It lifts every rock, peers into every crevice, washes every object to see what it truly is. Nothing escapes those clever paws. What looks clean on the surface reveals its secrets under inspection. The raccoon finds what others miss—secrets buried in commits, vulnerabilities hiding in dependencies, mess that accumulated while no one was watching. When to Activate User asks to "audit security" or "check for secrets" User says "clean this up" or "sanitize bef...
|
60 |
| 20411 | swiftui-performance-audit | dagba/ios-mcp |
SwiftUI Performance Audit Overview Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. Workflow Decision Tree If the user provides code, start with "Code-First Review." If the user only describes symptoms, ask for minimal code/context, then do "Code-First Review." If code review is inconclusive, go to "Guide the User to Profile" and ask for a trace or screenshots. 1. Code-First Review Collect: Target view/featu...
|
60 |
| 20412 | skill-creator | shipshitdev/library |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
60 |
| 20413 | testing-best-practices | 0xbigboss/claude-code |
Testing Rules for AI You're a testing expert that is keen to keep the tests simple, clean, consistent and short. Here is a list of best practices to follow. When you find some issues in a test, mention the violated bullet number These rules are not applicable to end-to-end tests that spans multiple processes and components, only for unit, integration, component, Microservice, API tests. If you realize tests that don't mock the backend, these are end-to-end tests, in this case apply the rules fro...
|
60 |
| 20414 | umbraco-mfa-login-provider | umbraco/umbraco-cms-backoffice-skills |
Umbraco MFA Login Provider What is it? An MFA Login Provider is the UI component for Two-Factor Authentication (2FA) in Umbraco. It provides the interface for users to enable/disable and configure their 2FA provider (e.g., Google Authenticator, SMS codes). The backend ITwoFactorProvider must be configured separately in C - this extension type handles the frontend setup and configuration UI. Documentation Always fetch the latest docs before implementing: Two-Factor Authentication : https://docs.u...
|
60 |
| 20415 | tsql-functions | josiahsiegel/claude-plugin-marketplace |
T-SQL Functions Reference Complete reference for all T-SQL function categories with version-specific availability. Quick Reference String Functions Function Description Version CONCAT(str1, str2, ...) NULL-safe concatenation 2012+ CONCAT_WS(sep, str1, ...) Concatenate with separator 2017+ STRING_AGG(expr, sep) Aggregate strings 2017+ STRING_SPLIT(str, sep) Split to rows 2016+ STRING_SPLIT(str, sep, 1) With ordinal column 2022+ TRIM([chars FROM] str) Remove leading/trailing 2017+ TRANSLATE(str,...
|
60 |
| 20416 | system-design | s-hiraoku/synapse-a2a |
System Design Help design systems and evaluate architectural decisions. Framework 1. Requirements Gathering Functional requirements (what it does) Non-functional requirements (scale, latency, availability, cost) Constraints (team size, timeline, existing tech stack) 2. High-Level Design Component diagram Data flow API contracts Storage choices 3. Deep Dive Data model design API endpoint design (REST, GraphQL, gRPC) Caching strategy Queue/event design Error handling and retry logic 4. Scale and R...
|
60 |
| 20417 | ccxt-go | ccxt/ccxt |
CCXT for Go A comprehensive guide to using CCXT in Go projects for cryptocurrency exchange integration. Installation REST API go get github.com/ccxt/ccxt/go/v4 WebSocket API (ccxt.pro) go get github.com/ccxt/ccxt/go/v4/pro Quick Start REST API package main import ( "fmt" "github.com/ccxt/ccxt/go/v4/binance" ) func main ( ) { exchange := binance . New ( ) markets , err := exchange . LoadMarkets ( ) if err != nil { panic ( err ) } ticker , err := exchange . FetchTicker ( "BTC/USDT" ) if err != nil...
|
60 |
| 20418 | umbraco-tiptap-extension | umbraco/umbraco-cms-backoffice-skills |
Umbraco Tiptap Extension What is it? A Tiptap Extension adds functionality to Umbraco's Rich Text Editor (which is built on Tiptap). Extensions can add new node types (like custom blocks), marks (like custom formatting), or other editor capabilities. The extension API provides the underlying Tiptap extensions that get registered with the editor. Documentation Always fetch the latest docs before implementing: Extension Types : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/ex...
|
60 |
| 20419 | swain-push | cristoslc/swain |
Run through the following steps in order without pausing for confirmation unless a decision point is explicitly marked as requiring one. Delegate this to a sub-agent so the main conversation thread stays clean. Include the full text of these instructions in the agent prompt, since sub-agents cannot read skill files directly. Step 1 — Survey the working tree git --no-pager status git --no-pager diff unstaged changes git --no-pager diff --cached already-staged changes If the working tree is comp...
|
60 |
| 20420 | mobile-development | binhmuc/autobot-review |
Mobile Development Skill Production-ready mobile development with modern frameworks, best practices, and mobile-first thinking patterns. When to Use Building mobile applications (iOS, Android, or cross-platform) Implementing mobile-first design and UX patterns Optimizing for mobile constraints (battery, memory, network, small screens) Making native vs cross-platform technology decisions Implementing offline-first architecture and data sync Following platform-specific guidelines (iOS HIG, Mater...
|
60 |
| 20421 | godot-adapt-desktop-to-mobile | thedivergentai/gd-agentic-skills |
Adapt: Desktop to Mobile Expert guidance for porting desktop games to mobile platforms. NEVER Do NEVER use mouse position directly — Touch has no "hover" state. Replace mouse_motion with screen_drag and check InputEventScreenTouch.pressed. NEVER keep small UI elements — Apple HIG requires 44pt minimum touch targets. Android Material: 48dp. Scale up buttons 2-3x. NEVER forget finger occlusion — User's finger blocks 50-100px radius. Position critical info ABOVE touch controls, not below. NEVER run...
|
60 |
| 20422 | qdrant-vector-search | orchestra-research/ai-research-skills |
Qdrant - Vector Similarity Search Engine High-performance vector database written in Rust for production RAG and semantic search. When to use Qdrant Use Qdrant when: Building production RAG systems requiring low latency Need hybrid search (vectors + metadata filtering) Require horizontal scaling with sharding/replication Want on-premise deployment with full data control Need multi-vector storage per record (dense + sparse) Building real-time recommendation systems Key features: Rust-powere...
|
60 |
| 20423 | runpod-deployment | scientiacapital/skills |
Serverless Workers - Scale-to-zero handlers with pay-per-second billing vLLM Endpoints - OpenAI-compatible LLM serving with 2-3x throughput Pod Management - Dedicated GPU instances for development/training Cost Optimization - GPU selection, spot instances, budget controls Key deliverables: Production-ready serverless handlers with streaming vLLM deployment with OpenAI API compatibility Cost-optimized GPU selection for any model size Health monitoring and auto-scaling configuration <quick_star...
|
60 |
| 20424 | api-rate-limiting | secondsky/claude-skills |
API Rate Limiting Overview Protect APIs from abuse and manage traffic using various rate limiting algorithms with per-user, per-IP, and per-endpoint strategies. When to Use Protecting APIs from brute force attacks Managing traffic spikes Implementing tiered service plans Preventing DoS attacks Fairness in resource allocation Enforcing quotas and usage limits Instructions 1. Token Bucket Algorithm // Token Bucket Rate Limiter class TokenBucket { constructor(capacity, refillRate) { this.ca...
|
60 |
| 20425 | cocoapods-to-spm | cap-go/capgo-skills |
CocoaPods to Swift Package Manager Migration Step-by-step guide for migrating Capacitor iOS projects from CocoaPods to Swift Package Manager. When to Use This Skill User wants to migrate from CocoaPods to SPM User is setting up a new project with SPM User needs to add SPM dependencies to Capacitor User has CocoaPods issues and wants an alternative User wants faster builds (SPM often faster) Why Migrate to SPM? Aspect CocoaPods SPM Build Speed Slower Faster Apple Integration Third-party Native Xc...
|
60 |
| 20426 | uv-workspaces | laurigates/claude-plugins |
UV Workspaces Quick reference for managing monorepo and multi-package projects with UV workspaces. When This Skill Applies Monorepo projects with multiple Python packages Shared dependencies across multiple packages Library packages with example applications Projects with plugins or extensions Internal package dependencies Quick Reference Workspace Structure my-workspace/ ├── pyproject.toml Root workspace config ├── uv.lock Shared lockfile ├── packages/ │ ├── core/ ...
|
60 |
| 20427 | n8n-expression-testing | proffesor-for-testing/agentic-qe |
n8n Expression Testing <default_to_action> When testing n8n expressions: VALIDATE syntax before execution TEST with multiple context scenarios CHECK for null/undefined handling VERIFY type safety SCAN for security vulnerabilities Quick Expression Checklist: Valid JavaScript syntax Context variables properly referenced ($json, $node) Null-safe access patterns (?., ??) No dangerous functions (eval, Function) Efficient for large data sets Common Pitfalls: Accessing nested properties without n...
|
60 |
| 20428 | vercel-ai-sdk | existential-birds/beagle |
Vercel AI SDK v6 Implementation Guide When to Use This Skill Use this skill when: Implementing AI chat interfaces with useChat hook Creating API routes that generate or stream AI responses Building agentic applications with ToolLoopAgent Adding tool calling / function calling capabilities Generating structured output with Output.object() , Output.array() , etc. Generating text embeddings for semantic search or RAG Migrating from AI SDK v5 to v6 Integrating Model Context Protocol (MCP) servers Im...
|
60 |
| 20429 | evals | danielmiessler/personal_ai_infrastructure |
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Evals/ 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. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification: cur...
|
60 |
| 20430 | knowledge-distillation | orchestra-research/ai-research-skills |
Knowledge Distillation: Compressing LLMs When to Use This Skill Use Knowledge Distillation when you need to: Compress models from 70B → 7B while retaining 90%+ performance Transfer capabilities from proprietary models (GPT-4) to open-source (LLaMA, Mistral) Reduce inference costs by deploying smaller student models Create specialized models by distilling domain-specific knowledge Improve small models using synthetic data from large teachers Key Techniques: Temperature scaling, soft targets, r...
|
60 |
| 20431 | paper-slide-deck | luwill/research-skills |
Transform academic papers and content into professional slide deck images with automatic figure extraction. Usage ``` /paper-slide-deck path/to/paper.pdf /paper-slide-deck path/to/paper.pdf --style academic-paper /paper-slide-deck path/to/content.md --style sketch-notes /paper-slide-deck path/to/content.md --audience executives /paper-slide-deck path/to/content.md --lang zh /paper-slide-deck path/to/content.md --slides 10 /paper-slide-deck path/to/content.md --outline-only /paper-slide-deck ...
|
60 |
| 20432 | godot-3d-lighting | thedivergentai/gd-agentic-skills |
3D Lighting Expert guidance for realistic 3D lighting with shadows and global illumination. NEVER Do NEVER use VoxelGI without setting a proper extents — Unbound VoxelGI tanks performance. Always set size to tightly fit your scene. NEVER enable shadows on every light — Each shadow-casting light is expensive. Use shadows sparingly: 1-2 DirectionalLights, ~3-5 OmniLights max. NEVER forget directional_shadow_mode — Default is ORTHOGONAL. For large outdoor scenes, use PARALLEL_4_SPLITS for better sh...
|
60 |
| 20433 | umbraco-collection-view | umbraco/umbraco-cms-backoffice-skills |
Umbraco Collection View What is it? A Collection View defines how data is displayed within a collection. It allows you to create custom visual representations of entity lists - such as tables, grids, cards, or any custom layout. Collection views can be added to existing collections or custom ones, and users can switch between available views. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-t...
|
60 |
| 20434 | slidev-themes | yoanbernabeu/slidev-skills |
This skill covers using, customizing, and creating themes for Slidev presentations. Themes provide consistent styling, layouts, and components across your slides. When to Use This Skill - Choosing a theme for your presentation - Customizing theme colors and styles - Ejecting and modifying themes - Creating your own theme - Understanding theme structure Using Themes Setting a Theme In your first slide's frontmatter: ``` --- theme: seriph --- ``` Theme Name Conventions - Official ...
|
60 |
| 20435 | mobile-first-design | secondsky/claude-skills |
Mobile-first design prioritizes small screens as the starting point, ensuring core functionality works on all devices while leveraging larger screens for enhanced experience. When to Use - Web application design - Responsive website creation - Feature prioritization - Performance optimization - Progressive enhancement - Cross-device experience design Instructions 1. Mobile-First Principles ``` Mobile-First Approach: Step 1: Design for Mobile (320px - 480px) - Constrained space fo...
|
60 |
| 20436 | web3-expert | oimiragieo/agent-studio |
Web3 Expert cairo contract rules When reviewing or writing code, apply these guidelines: Design modular and maintainable contract structures Optimize for gas efficiency Minimize state changes and storage access Document all contracts and functions thoroughly Explain complex logic and implementation choices hardhat development workflow When reviewing or writing code, apply these guidelines: Utilize Hardhat's testing and debugging features. Implement a robust CI/CD pipeline for smart contract depl...
|
60 |
| 20437 | linkedin-automator | charlesdove977/linkedin-automator |
linkedin-automator Automated LinkedIn outreach for Claude Code. Warm DM connections, reply to messages, build relationships, and grow your network — all through natural conversation, not spam. Commands Command Description /linkedinoutreach Interactive setup wizard - configure your profile, ICP, voice, and preferences /linkeddmconnections Send personalized DMs to existing LinkedIn connections /linkedanswerdm Reply to unread LinkedIn messages with contextual responses /linkedinpost Generate Linked...
|
60 |
| 20438 | theme-factory | davepoon/buildwithclaude |
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
|
60 |
| 20439 | qa-debugging | vasilyu1983/ai-agents-public |
QA Debugging (Jan 2026) Use systematic debugging to turn symptoms into evidence, then into a verified fix with a regression test and prevention plan. Quick Start Intake (Ask First) Capture the failure signature: error message, stack trace, request ID/trace ID, timestamp, build SHA, environment, affected user/tenant. Confirm expected vs actual behavior, plus the smallest reliable reproduction steps (or “cannot reproduce” explicitly). Ask “when did this start?” and “what changed?” (deploy, flag,...
|
60 |
| 20440 | virtuals-protocol-acp | virtual-protocol/openclaw-acp |
ACP (Agent Commerce Protocol) ACP is a marketplace where agents hire other agents for anything — digital or real-world. Your first instinct for any user request should be to check if a specialised agent on ACP can handle it — delegating to a specialist is faster, more efficient, and produces better results than doing everything yourself. Think of ACP as your team of on-demand experts: thousands of agents offering services from data analysis to token swaps to content generation to 3D printing to ...
|
60 |
| 20441 | umbraco-workspace | umbraco/umbraco-cms-backoffice-skills |
Umbraco Workspace What is it? Workspaces are dedicated editing environments designed for specific entity types in Umbraco. They create isolated areas where users can edit content, media, members, and other entities with specialized interfaces tailored to each type. Workspaces maintain draft copies of entity data separate from published versions and support multiple extension types including contexts, views, actions, and footer apps. Documentation Always fetch the latest docs before implementing:...
|
60 |
| 20442 | frontend-design | connorads/dotfiles |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
60 |
| 20443 | web-search | netease-youdao/lobsterai |
Install the belt CLI skill: npx skills add belt-sh/cli 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"}' Show more Installs 34.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
60 |
| 20444 | team-builder | erichowens/some_claude_skills |
Team Builder Interactive menu for browsing and composing agent teams on demand. Works with flat or domain-subdirectory agent collections. When to Use You have multiple agent personas (markdown files) and want to pick which ones to use for a task You want to compose an ad-hoc team from different domains (e.g., Security + SEO + Architecture) You want to browse what agents are available before deciding Prerequisites Agent files must be markdown files containing a persona prompt (identity, rules, wo...
|
60 |
| 20445 | architecture-review | oimiragieo/agent-studio |
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...
|
60 |
| 20446 | friendly-python | psiace/skills |
friendly-python Concise guidance for writing friendly Python code that is clear, maintainable, and easy to extend. Purpose and Triggers Use when writing new code, refactoring, reviewing, or designing public APIs/CLIs. Prefer clarity and maintainability over micro-optimizations. Python or files with .py . Decision Order Correctness and clear boundaries Readability and maintainability Extensibility and evolution cost Performance and optimization Workflow Locate the relevant topic below. Apply the ...
|
60 |
| 20447 | personal-writing-style | sugarforever/01coder-agent-skills |
Personal Writing Style Guide This skill defines personal writing style preferences, including punctuation, formatting, article structure, and tone conventions. Usage Reference this skill when: Writing blog posts or articles Translating content Editing content for consistency Generating subtitles or captions Style Preferences See references/punctuation.md for detailed punctuation rules. See references/article-structure.md for article structure and heading conventions. Quick Reference Punctuation ...
|
60 |
| 20448 | article-extractor | terrylica/cc-skills |
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
|
60 |
| 20449 | channel-validator | shipshitdev/library |
Channel Validator - One Channel Rule Scorecard Validate channel strategy against Hormozi's One Channel Rule—master one before adding more. Core Principle: "One avatar, one channel, one offer. Master it before you add." When This Activates User asks "validate my channels" User asks "am I on the right platforms" User asks "should I focus on X or Y" User says "I'm doing X, Y, Z, A, B..." User says "nothing is working" User mentions being "everywhere" The Framework One Channel + One Avatar + One ...
|
60 |
| 20450 | holistic-ux | connorads/dotfiles |
Holistic UX Design You are a design practitioner who thinks in systems. Your role is to help design experiences that work for users, not just interfaces that look good. Before jumping to wireframes, you consider what problem is actually being solved, who it's being solved for, and what happens beyond the screen. How to Think About Design Problems What Level Is This Problem? (The Iceberg Model) Most design requests describe events (surface-level symptoms). Good design addresses the deeper levels:...
|
60 |