███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13701 | lead-research-assistant | davepoon/buildwithclaude |
Lead Research Assistant This skill helps you identify and qualify potential leads for your business by analyzing your product/service, understanding your ideal customer profile, and providing actionable outreach strategies. When to Use This Skill Finding potential customers or clients for your product/service Building a list of companies to reach out to for partnerships Identifying target accounts for sales outreach Researching companies that match your ideal customer profile Preparing for bus...
|
63 |
| 13702 | postgres-query | civitai/civitai |
PostgreSQL Query Testing Use this skill to run ad-hoc PostgreSQL queries for testing, debugging, and performance analysis. Running Queries Use the included query script: node .claude/skills/postgres-query/query.mjs "SELECT * FROM \"User\" LIMIT 5" Options Flag Description --explain Run EXPLAIN ANALYZE on the query --writable Use primary database instead of read replica (requires user permission) --timeout <s>, -t Query timeout in seconds (default: 30) --file, -f Read query from a file --jso...
|
63 |
| 13703 | perf-astro | tech-leads-club/agent-skills |
Astro Performance Playbook Astro-specific optimizations for 95+ Lighthouse scores. Quick Setup npm install astro-critters @playform/compress // astro.config.mjs import { defineConfig } from 'astro/config' import critters from 'astro-critters' import compress from '@playform/compress' export default defineConfig ( { integrations : [ critters ( ) , compress ( { CSS : true , HTML : true , JavaScript : true , Image : false , SVG : false , } ) , ] , } ) Integrations astro-critters Automatically extra...
|
63 |
| 13704 | nuxt-server | secondsky/claude-skills |
Nuxt 4 Server Development Server routes, API patterns, and backend development with Nitro. Quick Reference File-Based Server Routes server/ ├── api/ API endpoints (/api/*) │ ├── users/ │ │ ├── index.get.ts → GET /api/users │ │ ├── index.post.ts → POST /api/users │ │ ├── [id].get.ts → GET /api/users/:id │ │ ├── [id].put.ts → PUT /api/users/:id │ │ └── [id].delete.ts → DELETE /api/users/:id │ └── health.get.ts → GET...
|
63 |
| 13705 | testing-python | jlowin/fastmcp |
Writing Effective Python Tests Core Principles Every test should be atomic, self-contained, and test single functionality. A test that tests multiple things is harder to debug and maintain. Test Structure Atomic unit tests Each test should verify a single behavior. The test name should tell you what's broken when it fails. Multiple assertions are fine when they all verify the same behavior. Good: Name tells you what's broken def test_user_creation_sets_defaults(): user = User(name="Alic...
|
63 |
| 13706 | optimizing-performance | cloudai-x/claude-workflow-v2 |
Optimizing Performance When to Load Trigger : Diagnosing slowness, profiling, caching strategies, reducing load times, bundle size optimization Skip : Correctness-focused work where performance is not a concern Performance Optimization Workflow Copy this checklist and track progress: Performance Optimization Progress: - [ ] Step 1: Measure baseline performance - [ ] Step 2: Identify bottlenecks - [ ] Step 3: Apply targeted optimizations - [ ] Step 4: Measure again and compare - [ ] Step 5: Repea...
|
63 |
| 13707 | tauri | epicenterhq/epicenter |
Tauri Desktop Framework Skill File Organization This skill uses a split structure for HIGH-RISK requirements: SKILL.md: Core principles, patterns, and essential security (this file) references/security-examples.md: Complete CVE details and OWASP implementations references/advanced-patterns.md: Advanced Tauri patterns and plugins references/threat-model.md: Attack scenarios and STRIDE analysis Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: IPC security, c...
|
63 |
| 13708 | rnv | aaarnv/claude-skills |
Chain-of-Verification (CoVe) System You are operating in CoVe Mode - a rigorous verification framework that separates generation from verification to eliminate hallucinations and subtle errors. Core Principle "LLM-assisted code review, not LLM-generated code." Generation is cheap. Verification is where correctness lives. THE 4-STAGE COVE PROTOCOL When given ANY task, you MUST execute all 4 stages in order: ═══════════════════════════════════════════════════════════════ STAGE 1: INITIAL SOLUTION ...
|
63 |
| 13709 | 1k-git-workflow | onekeyhq/app-monorepo |
OneKey Git Usage Guidelines Branch Management Main branch: x - This is the primary development branch Workflow: x → create feature branch → develop → PR back to x Do not use onekey, master, or main as the base branch - always use x NEVER work directly on the x branch → ALWAYS create feature branches Branch Naming Feature branches: feat/description or feature/description Bug fixes: fix/description Refactoring: refactor/description Commit Message Format Use Conventional Commits format: feat: - N...
|
63 |
| 13710 | saas-architect | sitechfromgeorgia/georgian-distribution-system |
SaaS Architect - Next.js + Supabase Edition Purpose This skill transforms SaaS ideas into executable technical architectures optimized for Next.js 15 + Supabase stack. It provides comprehensive planning covering database design, authentication flows, subscription logic, file structure, and realistic development timelines for solo developers building subscription products. Core Philosophy 1. Subscription-First Architecture Design for recurring revenue from day one Plan for multiple pricing tier...
|
63 |
| 13711 | grove-spec-writing | autumnsgrove/groveengine |
Grove Spec Writing A comprehensive guide for writing technical specifications in the Grove ecosystem. Use this skill to create new specs that feel like storybook entries, or to validate and standardize existing specs. When to Activate Creating a new technical specification Reviewing an existing spec for completeness Adding ASCII art headers to specs missing them Adding diagrams, mockups, or visual elements to text-heavy specs Standardizing frontmatter across spec files Validating a spec against ...
|
63 |
| 13712 | textual-builder | ypares/agent-skills |
This skill helps you build sophisticated Text User Interfaces (TUIs) using Textual, a Python framework for creating terminal and browser-based applications with a modern web-inspired API. It includes reference documentation, a card game template, and best practices for Textual development. Quick Start Basic Textual App ``` from textual.app import App, ComposeResult from textual.widgets import Header, Footer, Label class MyApp(App): def compose(self) -> ComposeResult: yield Head...
|
63 |
| 13713 | voice-message | xmanrui/voice-message |
Voice Message Send text as voice messages to any chat channel. Prerequisites edge-tts — Microsoft Edge TTS ( pip install edge-tts ) ffmpeg / ffprobe — audio conversion and duration detection Default Voices Chinese: zh-CN-XiaoxiaoNeural English: en-US-JennyNeural Other languages: see references/voices.md Step 1: Generate Voice File Use scripts/gen_voice.sh to convert text to an ogg/opus file: scripts/gen_voice.sh "你好" /tmp/voice.ogg scripts/gen_voice.sh "Hello" /tmp/voice.ogg en-US-JennyNeural Ar...
|
63 |
| 13714 | qa-refactoring | vasilyu1983/ai-agents-public |
QA Refactoring Safety Use this skill to refactor safely: preserve behavior, reduce risk, and keep CI green while improving maintainability and delivery speed. Defaults: baseline first, smallest safe step next, and proof via tests/contracts/observability instead of intuition. Quick Start (10 Minutes) Confirm baseline: main green; reproduce the behavior you must preserve. Choose a boundary: API surface, module boundary, DB boundary, or request handler. Add a safety net: characterization/contrac...
|
63 |
| 13715 | google-chat | sanjay3290/ai-skills |
Google Chat Lightweight Google Chat integration with standalone OAuth authentication. No MCP server required. ⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported. First-Time Setup Authenticate with Google (opens browser): python scripts/auth.py login Check authentication status: python scripts/auth.py status Logout when needed: python scripts/auth.py logout Commands All operations via scripts/chat.py . Auto-authenticates on first use if not logged in. List all spaces...
|
63 |
| 13716 | aws-agentcore | hoodini/ai-agents-skills |
AWS Bedrock AgentCore Build production-grade AI agents on AWS infrastructure. Quick Start import boto3 from agentcore import Agent, Tool Initialize AgentCore client client = boto3.client('bedrock-agent-runtime') Define a tool @Tool(name="search_database", description="Search the product database") def search_database(query: str, limit: int = 10) -> dict: Tool implementation return {"results": [...]} Create agent agent = Agent( model_id="anthropic.claude-3-sonnet", tools=...
|
63 |
| 13717 | mckinsey-research | abdullah4ai/mckinsey-research |
McKinsey Research - AI Strategy Consultant Overview One-shot strategy consulting: user provides business context once, the skill plans and executes 12 specialized analyses via sub-agents in parallel, then synthesizes everything into a single executive report. Workflow Phase 1: Language + Intake (Single Interaction) Ask the user their preferred language (Arabic/English), then collect ALL required inputs in ONE structured form. Do not ask questions one at a time. Present a clean intake form: === M...
|
63 |
| 13718 | agent-architect | igorwarzocha/opencode-workflows |
Agent Architect Create and refine opencode agents through a guided Q&A process. <core_approach> Agent creation is conversational, not transactional. MUST NOT assume what the user wants—ask SHOULD start with broad questions, drill into details only if needed Users MAY skip configuration they don't care about MUST always show drafts and iterate based on feedback The goal is to help users create agents that fit their needs, not to dump every possible configuration option on them. </core_appro...
|
63 |
| 13719 | azure-well-architected-framework | 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 ...
|
63 |
| 13720 | aspire | rysweet/amplihack |
Aspire — Polyglot Distributed-App Orchestration Aspire is a code-first, polyglot toolchain for building observable, production-ready distributed applications. It orchestrates containers, executables, and cloud resources from a single AppHost project — regardless of whether the workloads are C, Python, JavaScript/TypeScript, Go, Java, Rust, Bun, Deno, or PowerShell. Mental model: The AppHost is a conductor — it doesn't play the instruments, it tells every service when to start, how to find each o...
|
63 |
| 13721 | tech-entrepreneur-coach-adhd | erichowens/some_claude_skills |
Tech Entrepreneur Coach (ADHD-Specialized) Business coach specializing in helping former big tech ML/AI engineers with ADHD transition from corporate employment to successful independent app development. Understands both technical brilliance and executive function challenges. When to Use This Skill Use for: Ex-FAANG engineers considering indie hacking Validating app/product ideas with ADHD constraints MVP development with 2-week timelines ADHD-friendly marketing and sales strategies Monetiza...
|
63 |
| 13722 | frontend-design | block/agent-skills |
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 :...
|
63 |
| 13723 | creative-thinking-for-research | orchestra-research/ai-research-skills |
Creative Thinking for Research Eight empirically grounded frameworks from cognitive science, applied to computer science and AI research. Unlike ad-hoc brainstorming, each framework here is backed by decades of creativity research — from Koestler's bisociation to Kauffman's adjacent possible. They target distinct cognitive operations: combining, reformulating, analogizing, constraining, inverting, abstracting, exploring boundaries, and holding contradictions. When to Use This Skill Generating ge...
|
63 |
| 13724 | responsive-design | manutej/luxor-claude-marketplace |
Responsive Design When to use this skill New website/app : Layout design for combined mobile-desktop use Legacy improvement : Converting fixed layouts to responsive Performance optimization : Image optimization per device Multiple screens : Tablet, desktop, and large screen support Instructions Step 1: Mobile-First Approach Design from small screens and progressively expand. Example : /* Default: Mobile (320px~) */ .container { padding : 1 rem ; font-size : 14 px ; } .grid { display : grid ; gri...
|
62 |
| 13725 | openclaw-feeds | sundial-org/awesome-openclaw-skills |
Feeds RSS news aggregator. Fetches all current entries from curated feeds across three categories — news, games, and finance. Concurrent fetching, streamed JSON output. No API key needed. Constraint Do NOT use web search, WebFetch, browser tools, or any other URL-fetching tool when this skill is active. The RSS feeds are the sole data source. Do not supplement, verify, or expand results with external searches. Do not fetch article URLs — summaries are already included in the output. Categories D...
|
62 |
| 13726 | youtube-pipeline | jstarfilms/vibecode-protocol-suite |
YouTube Pipeline Skill This skill provides access to the complete YouTube video production pipeline. When activated, read the workflow files in the user's vault for the full, up-to-date instructions. Quick Reference Phase Workflow Purpose 1 /youtube-phase1-strategy Find proven topic via 3-source validation (YT Studio + VidIQ + Google Trends) 2 /youtube-phase2-packaging Engineer title & thumbnail 3 /youtube-phase3-scripting Write retention-optimized script 3.5 /youtube-phase3.5-shorts Create 6 Sh...
|
62 |
| 13727 | syncing-memory-filesystem | letta-ai/letta-code |
Git-Backed Memory Repos Agents with the git-memory-enabled tag have their memory blocks stored in git repositories accessible via the Letta API. This enables version control, collaboration, and external editing of agent memory. Features: Stored in cloud (GCS) Accessible via $LETTA_BASE_URL/v1/git/<agent-id>/state.git Bidirectional sync: API <-> Git (webhook-triggered, ~2-3s delay) Structure: memory/system/*.md for system blocks What the CLI Harness Does Automatically When memfs is enabled, the L...
|
62 |
| 13728 | umbraco-localization | umbraco/umbraco-cms-backoffice-skills |
Umbraco Localization What is it? Localization enables UI translation through localization files managed by the Extension Registry, with English (iso code: 'en') as the fallback language. The Localization Controller (automatically available in Umbraco Elements via this.localize ) provides access to translated strings using keys. Custom translations can be added via the Extension Registry and referenced in manifests using the prefix. Documentation Always fetch the latest docs before implementing:...
|
62 |
| 13729 | session-inspector | dagster-io/erk |
Session Inspector Overview Session Inspector provides comprehensive tools for inspecting Claude Code session logs stored in ~/.claude/projects/ . The skill enables: Discovering and listing sessions for any project/worktree Preprocessing sessions to readable XML format Analyzing context window consumption Extracting plans from sessions Creating plan PRs from session content Debugging agent subprocess execution Understanding the two-stage extraction pipeline When to Use Invoke this skill when user...
|
62 |
| 13730 | webnovel-plan | lingfengqaq/webnovel-writer |
本技能用于将总纲细化为章节大纲,而非从头设计卷结构。 - 卷的章节范围、核心冲突、关键爽点、伏笔安排等信息从总纲获取 - 用户可选择微调总纲设定,但不建议大幅修改 - 重点是为每一章设计具体内容:目标、爽点、Strand、实体、伏笔 Workflow Checklist ``` 大纲规划进度: - [ ] Phase 1: 加载核心资料 - [ ] Phase 2: 加载项目数据 + 解析总纲 - [ ] Phase 3: 确认上下文充足 - [ ] Phase 4: 选择规划范围 - [ ] Phase 5: 微调确认(可选) - [ ] Phase 6: 生成章节大纲 - [ ] Phase 7: 质量验证 - [ ] Phase 8: 保存并更新状态 ``` Phase 1: 加载核心资料 1.1 加载爽点指南(必须执行) ``` cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-plan/references/cool-points-guide.md" ``` 关键规则: - 每章 ≥1 个小爽点(单一模式) ...
|
62 |
| 13731 | groove-admin-config | andreadellacorte/groove |
groove-admin-config Outcome .groove/index.md is created or updated with values confirmed by the user. The git strategy is applied immediately. User is ready to run /groove-admin-install . Acceptance Criteria .groove/index.md exists with all config keys populated Each key was either confirmed by the user or accepted as default Git strategy is applied ( .groove/.gitignore written) before exiting User is shown a summary of the final config and told to run /groove-admin-install Steps If --defaults i...
|
62 |
| 13732 | godot-project-foundations | thedivergentai/gd-agentic-skills |
Project Foundations Feature-based organization, consistent naming, and version control hygiene define professional Godot projects. Available Scripts MANDATORY - For New Projects : Before scaffolding, read project_bootstrapper.gd - Auto-generates feature folders and .gitignore. project_bootstrapper.gd Expert project scaffolding tool for auto-generating feature folders and .gitignore. scene_naming_validator.gd Scans entire project for snake_case/PascalCase violations. Run before PRs. dependency_au...
|
62 |
| 13733 | internal-comms | 404kidwiz/claude-supercode-skills |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
62 |
| 13734 | gathering-architecture | autumnsgrove/groveengine |
Gathering Architecture 🌲🦅 The drum echoes high in the canopy. The Eagle soars above, seeing the forest's patterns. The Crow perches nearby, tilting its head at what others won't question. The Swan glides across the lake, elegant designs taking form. The Elephant moves below, building what was envisioned. Together they transform a clearing into a cathedral of code—systems that stand for seasons. When to Summon Designing new systems or services Major architectural decisions Refactoring core infras...
|
62 |
| 13735 | cicd-automation | autumnsgrove/groveengine |
CI/CD Automation Skill When to Activate Activate this skill when: Creating GitHub Actions workflows Setting up automated testing Configuring deployment pipelines Adding code quality checks to CI Automating release processes Quick Start Workflow Create .github/workflows/ci.yml : name : CI on : push : branches : [ main , develop ] pull_request : branches : [ main ] jobs : test : runs-on : ubuntu - latest steps : - uses : actions/checkout@v4 - name : Install UV run : curl - LsSf https : //astral.sh...
|
62 |
| 13736 | software-ux-research | vasilyu1983/ai-agents-public |
Software UX Research Skill — Quick Reference Use this skill to identify problems/opportunities and de-risk decisions. Use software-ui-ux-design to implement UI patterns, component changes, and design system updates. Dec 2025 Baselines (Core) Human-centred design: Iterative design + evaluation grounded in evidence (ISO 9241-210:2019) https://www.iso.org/standard/77520.html Usability definition: Effectiveness, efficiency, satisfaction in context (ISO 9241-11:2018) https://www.iso.org/standard/63...
|
62 |
| 13737 | groove-work-audit | andreadellacorte/groove |
groove-work-audit Outcome Blindspots and gaps are identified, actionable improvements are offered. Acceptance Criteria Findings are categorized by action: Fix Now : Trivial effort, fix immediately Needs Spec : Important, requires planning Create Issues : Large effort or nice-to-have Constraints Sanitize topic (if provided) for safe use — strip path separators, special characters, and traversal patterns ( ../ ) Read memory: and specs: from .groove/index.md ; resolve spec directory as <specs> if s...
|
62 |
| 13738 | umbraco-notifications | umbraco/umbraco-cms-backoffice-skills |
Umbraco Notifications What is it? Notifications provide user feedback in the Umbraco backoffice through the UMB_NOTIFICATION_CONTEXT , which is consumed via the Context API. The peek() method displays temporary toast-style notifications with different types (positive, negative, warning). Notifications appear in the UI temporarily and automatically dismiss, making them ideal for action confirmations and error messages. Documentation Always fetch the latest docs before implementing: Context API : ...
|
62 |
| 13739 | grove-vineyard | autumnsgrove/groveengine |
Grove Vineyard Skill When to Activate Activate this skill when: Creating a /vineyard route for a Grove property Adding features or demos to an existing vineyard page User mentions "vineyard", "showcase page", or "tool demo page" Implementing feature cards, roadmaps, or demo containers for a tool What Is Vineyard? Every Grove property implements a /vineyard route on its subdomain — a consistent way to explore what each tool does, see working demos, and understand the roadmap. amber.grove.place/vi...
|
62 |
| 13740 | frontend-performance | b-open-io/prompts |
Frontend Performance Optimization Diagnose and fix performance issues in Next.js applications. Quick Diagnostics Run Lighthouse CLI Performance audit (headless) npx lighthouse http://localhost:3000 --output = json --output-path = ./lighthouse.json --chrome-flags = "--headless" --only-categories = performance Parse key metrics cat lighthouse.json | jq '{ score: .categories.performance.score, FCP: .audits["first-contentful-paint"].displayValue, LCP: .audits["largest-contentful-paint"].displayVal...
|
62 |
| 13741 | incremental-fetch | shipshitdev/library |
Incremental Fetch Build data pipelines that never lose progress and never re-fetch existing data. The Two Watermarks Pattern Track TWO cursors to support both forward and backward fetching: Watermark Purpose API Parameter newest_id Fetch new data since last run since_id oldest_id Backfill older data until_id A single watermark only fetches forward. Two watermarks enable: Regular runs: fetch NEW data (since newest_id) Backfill runs: fetch OLD data (until oldest_id) No overlap, no gaps Criti...
|
62 |
| 13742 | umbraco-extension-registry | umbraco/umbraco-cms-backoffice-skills |
Umbraco Extension Registry What is it? The Extension Registry is the core system managing all Umbraco backoffice UI elements - almost any UI in the Backoffice is an extension managed by the Extension Registry. The registry allows developers to dynamically add, remove, or modify extensions at runtime using umbExtensionsRegistry . Developers have the same possibilities as Umbraco HQ, meaning you can change almost everything that is by default present in Umbraco. Documentation Always fetch the late...
|
62 |
| 13743 | creative-generation-agent | qodex-ai/ai-agent-skills |
Creative Generation Agent Build intelligent agents that generate original creative content across multiple modalities including text, music, images, memes, and podcasts. Overview Creative generation combines: Content Models: Diffusion models, transformers, GANs Prompt Engineering: Guide creative output Style Control: Maintain artistic consistency Quality Assessment: Evaluate creative output Iteration & Refinement: Improve results Applications AI music composition and arrangement Automated me...
|
62 |
| 13744 | skill-creator | prowler-cloud/prowler |
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...
|
62 |
| 13745 | dojo-system | dojoengine/book |
Dojo System Generation Create Dojo systems (smart contracts) that implement your game's logic and modify model state. Essential Imports (Dojo 1.0+) Copy these imports for any Dojo system: // Core Dojo imports - ALWAYS needed for systems use dojo::model::{ModelStorage, ModelValueStorage}; use dojo::event::EventStorage; // Starknet essentials use starknet::{ContractAddress, get_caller_address, get_block_timestamp}; Where does self.world_default() come from? self.world_default() is provided automat...
|
62 |
| 13746 | markdown-to-pdf | alchaincyf/huashu-skills |
[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip. Quick Summary Goal: Convert Markdown files to PDF with syntax highlighting and custom CSS support. Workflow: Install -- Ensure required tools (pandoc + wkhtmltopdf or weasyprint) are available Convert -- Run conversion with syntax highlighting and optional CSS Verify -- Check PDF output ...
|
62 |
| 13747 | de-slopify | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
De-Slopify — Remove AI Writing Artifacts Purpose: Make your documentation sound like it was written by a human, not an LLM. Key Insight: You can't do this with regex or a script—it requires manual, systematic review of each line. What is "AI Slop"? AI slop refers to writing patterns that LLMs produce disproportionately more commonly than human writers. These patterns make text sound inauthentic and "cringe." Common Tells Pattern Problem Emdash overuse LLMs love emdashes—they use them consta...
|
62 |
| 13748 | schema-designer | clidey/whodb |
Help users design database schemas, create tables, and model data relationships. When to Use Activate when user asks: - "Create a table for storing orders" - "Design a schema for a blog" - "Add a column to track user preferences" - "How should I model this relationship?" Workflow 1. Understand Requirements Ask clarifying questions: - What data needs to be stored? - What are the relationships between entities? - What queries will be common? - What's the expected data volume? 2. ...
|
62 |
| 13749 | himself65/finance-skills |
🔴 HARD LIMITS — READ FIRST ⛔ CALL AT MOST 3 TWITTER TOOLS PER RESPONSE. STOP AFTER 3 CALLS. After each tool call, check: "Do I have enough data to answer?" If yes → STOP AND REPLY. ⛔ NEVER call bash or write_file for any twitter task — reason inline, no scripts. ⛔ NEVER paginate unless user explicitly asks for more — first page is enough. ⛔ NEVER call lunar_coin , lunar_coin_time_series , or any LunarCrush/CoinGecko tool — Twitter sentiment 问题只用 twitter_search_tweets 回答,不跨 skill。 ⛔ NEVER call co...
|
62 | |
| 13750 | fabric | danielmiessler/personal_ai_infrastructure |
Fabric Fabric is an open-source AI prompt orchestration framework by Daniel Miessler. It provides a library of reusable AI prompts called Patterns — each designed for a specific real-world task — wired into a simple Unix pipeline with stdin/stdout. When to use this skill Summarize or extract insights from YouTube videos, articles, or documents Apply any of 250+ pre-built AI patterns to content via Unix piping Route different patterns to different AI providers (OpenAI, Claude, Gemini, etc.) Creat...
|
62 |