███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 24801 | spec-workflow | tencentcloudbase/cloudbase-mcp |
When to use this skill Use this skill for structured development workflow when you need to: Develop new features from scratch Design complex architecture Integrate multiple modules Work on projects involving database design Work on projects involving UI design Ensure high-quality requirement analysis and acceptance criteria Do NOT use for: Simple bug fixes Documentation updates Configuration changes Code refactoring (unless explicitly requested) How to use this skill (for a coding agent) Follow ...
|
43 |
| 24802 | swift-development | rshankras/claude-code-apple-skills |
Swift Development Swift language-level guidance that applies across all Apple platforms. When This Skill Activates Use this skill when the user: Asks about Swift concurrency (async/await, actors, Sendable, TaskGroup) Needs help with Swift 6 strict concurrency migration Has data race or actor isolation errors Asks about InlineArray , Span , or low-level memory performance Wants to eliminate heap allocations or replace unsafe pointers Asks about modern Swift patterns independent of any specific pl...
|
43 |
| 24803 | godot-genre-metroidvania | thedivergentai/gd-agentic-skills |
Genre: Metroidvania Expert blueprint for Metroidvanias balancing exploration, progression, and backtracking rewards. NEVER Do NEVER allow soft-locks — Players must always have ability to backtrack. Design "valves" (one-way drops) carefully with escape routes. NEVER make empty dead ends — Every path should have a reward (upgrade, lore, currency). Empty rooms waste player time. NEVER make backtracking tedious — New abilities should speed traversal (dash, teleport). Or unlock shortcuts connecting d...
|
43 |
| 24804 | verification-before-completion | guanyang/antigravity-skills |
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
|
43 |
| 24805 | erpnext-impl-serverscripts | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Server Scripts - Implementation This skill helps you determine HOW to implement server-side features. For exact syntax, see erpnext-syntax-serverscripts . Version : v14/v15/v16 compatible CRITICAL: Sandbox Limitation ┌─────────────────────────────────────────────────────────────────────┐ │ ⚠️ ALL IMPORTS BLOCKED IN SERVER SCRIPTS │ ├─────────────────────────────────────────────────────────────────────┤ │ import json → ImportError: __import__ not fou...
|
43 |
| 24806 | super-skills | clawdbot-skills/task-decomposer |
Super Skills Quick Reference ┌─────────────────────────────────────────────────────────────┐ │ 🎯 Core: Understand → Plan → Execute → Iterate │ │ 🚨 Rule: Problem → Analyze → Solve → Continue (NEVER WAIT) │ │ 📊 Complexity: 4-8 Direct | 9-14 Staged | 15-20 Iterative │ └─────────────────────────────────────────────────────────────┘ Core Philosophy Principle Description Understand First Deeply analyze requirements before acting Incremental Delivery Produce verifiable intermediate resu...
|
43 |
| 24807 | code-review-expert | helloggx/skill |
Code Review Expert Overview Perform a structured review of the current git changes with focus on SOLID, architecture, removal candidates, and security risks. Default to review-only output unless the user asks to implement changes. Severity Levels Level Name Description Action P0 Critical Security vulnerability, data loss risk, correctness bug Must block merge P1 High Logic error, significant SOLID violation, performance regression Should fix before merge P2 Medium Code smell, maintainability con...
|
43 |
| 24808 | anticipation-mastery | dylantarre/animation-principles |
Anticipation Mastery The Setup Principle Anticipation prepares the audience for action. Discovered through theatrical observation, Disney animators found that without a preparatory movement, actions appeared to happen "out of nowhere"—confusing rather than exciting. The principle: before any significant action, there must be a counter-movement. Core Theory Newton's Third Law, Visualized: Physical actions require preparation. A pitcher winds up before throwing. A cat crouches before pouncing. ...
|
43 |
| 24809 | theme-audit | chmouel/lazyworktree |
Theme Audit Audit theme definitions and usage across the codebase. Theme definitions ! cat internal/theme/theme.go | head -200 Theme usage in UI ! grep -r "theme\." internal/app/ --include="*.go" | head -50 Potential hardcoded colours ! grep -rE "(lipgloss\.(Color|AdaptiveColor)\(|[0-9a-fA-F]{6})" internal/app/ --include="*.go" | head -30 Audit themes for: Missing colour fields that UI code expects Unused theme values that can be removed Hardcoded colours in UI code that should use theme fields ...
|
43 |
| 24810 | slow-in-out-mastery | dylantarre/animation-principles |
Slow In / Slow Out Mastery The Physics Principle Objects in the real world don't move at constant speeds—they accelerate from rest and decelerate to stops. Slow in/slow out (also called ease in/ease out) captures this fundamental truth. Without it, animation looks mechanical. With it, motion feels alive. Core Theory Slow Out (Ease Out): More drawings clustered at the start of a movement. The object accelerates away from its starting position gradually. Slow In (Ease In): More drawings cluste...
|
43 |
| 24811 | linear-triage | finesssee/linear-cli |
Triage List triage issues (unassigned, no project) linear-cli tr list linear-cli tr list -t ENG Filter by team linear-cli tr list --output json Claim issue (assign to self, move to backlog) linear-cli tr claim LIN-123 Snooze issue linear-cli tr snooze LIN-123 --duration 1d Snooze 1 day linear-cli tr snooze LIN-123 --duration 1w Snooze 1 week Duration Shortcuts 1d , 2d , 1w , 2w , 1m Flags Flag Purpose --output json JSON output
|
43 |
| 24812 | memory-capture | catlog22/claude-code-workflow |
Memory Capture Skill Unified memory capture skill that routes to two execution modes: Compact : Compress full session memory into structured text for recovery Tips : Quick note-taking for ideas, snippets, and insights Architecture Overview ┌─────────────────────────────────────────────────────┐ │ Memory Capture (Router) │ │ → Parse input → Detect mode → Route to phase │ └───────────────┬─────────────────────────────────────┘ │ ┌───────┴───────┐ ↓ ...
|
43 |
| 24813 | javascript-expert | personamanagmentlayer/pcl |
JavaScript Development Expert 1. Overview You are an elite JavaScript developer with deep expertise in: Modern JavaScript: ES6+, ESNext features, module systems (ESM, CommonJS) Async Patterns: Promises, async/await, event loop, callback patterns Runtime Environments: Node.js, browser APIs, Deno, Bun Functional Programming: Higher-order functions, closures, immutability Object-Oriented: Prototypes, classes, inheritance patterns Performance: Memory management, optimization, bundling, tree-shakin...
|
43 |
| 24814 | phone-number-formatter | dkyazzentwatwa/chatgpt-skills |
Standardize and format phone numbers with validation. Features - Format Standardization: Convert to E.164, national, international - Validation: Check valid phone numbers - Country Detection: Auto-detect country codes - Batch Processing: Format multiple numbers - Carrier Info: Extract carrier/type information - CSV Support: Process phone columns CLI Usage ``` python phone_number_formatter.py --input phones.csv --column phone --format international --output formatted.csv ``` Depende...
|
43 |
| 24815 | macos-hig-designer | designnotdrum/skills |
macOS HIG Designer Design native macOS applications following Apple's Human Interface Guidelines with macOS Tahoe's Liquid Glass design system. Workflow Decision Tree User Request │ ├─► "Review my macOS UI code" │ └─► Run HIG Compliance Check (Section 11) │ └─► Report violations with fixes │ ├─► "Modernize this macOS code" │ └─► Identify deprecated APIs │ └─► Apply Modern API Replacements (Section 10) │ └─► "Build [feature] for macOS" └─► Design with HIG principle...
|
43 |
| 24816 | build | redisearch/redisearch |
build — implement spec Single-thread native plan→execute. You are main Claude. No swarm. LOAD Read SPEC.md . If missing → tell user to invoke the spec skill first. Stop. Read FORMAT.md once if not loaded. Parse invocation args: §T.n → that task only --next → lowest-numbered row with status . or ~ --all or empty → every . row in §T order PLAN Native plan mode. For chosen task(s): Cite every §V invariant that applies. Plan must respect all. Cite every §I interface touched. Plan must preserve shape...
|
43 |
| 24817 | chanjing-avatar | chanjing-ai/chan-skills |
Chanjing Avatar (Lip-Syncing) When to Use This Skill Use this skill when the user needs to create lip-syncing videos (digital avatar videos) with synchronized mouth movements. Chanjing Avatar supports: Text-driven or audio-driven lip-syncing Multiple system voices for TTS Video resolution customization Task status polling and callback How to Use This Skill Multiple APIs need to be invoked. All share the domain: " https://open-api.chanjing.cc ". All requests communicate using json. You should use...
|
43 |
| 24818 | project-memory | spillwavesolutions/project-memory |
Project Memory Table of Contents Overview When to Use This Skill Core Capabilities 1. Initial Setup - Create Memory Infrastructure 2. Configure CLAUDE.md - Memory-Aware Behavior 3. Configure AGENTS.md - Multi-Tool Support 4. Searching Memory Files 5. Updating Memory Files 6. Memory File Maintenance Templates and References Example Workflows Integration with Other Skills Success Criteria Overview Maintain institutional knowledge for projects by establishing a structured memory system in docs/proj...
|
43 |
| 24819 | calm-relaxation | dylantarre/animation-principles |
Calm & Relaxation Animation Create animations that soothe, settle, and create peaceful user experiences. Emotional Goal Calm emerges from slow, gentle, predictable motion. Relaxation comes from animations that breathe, flow naturally, and never demand attention or create tension. Disney Principles for Calm Squash & Stretch Very subtle (2-5%). Gentle breathing or pulsing rather than bouncing. Soft, organic deformation like clouds or water. Anticipation Long, gradual preparation (200-400ms)...
|
43 |
| 24820 | performance-optimizer | sickn33/antigravity-awesome-skills |
Performance Optimizer Find and fix performance bottlenecks. Measure, optimize, verify. Make it fast. When to Use This Skill App is slow or laggy User complains about performance Page load times are high API responses are slow Database queries take too long User mentions "slow", "lag", "performance", or "optimize" The Optimization Process 1. Measure First Never optimize without measuring: // Measure execution time console . time ( 'operation' ) ; await slowOperation ( ) ; console . timeEnd ( 'ope...
|
43 |
| 24821 | pachca-bots | pachca/openapi |
pachca-bots Quick start Ask user for Pachca token (bot: Automations → Integrations → API, or user: Automations → API). Run commands with npx @pachca/cli and --token flag: npx @pachca/cli <command> --token $PACHCA_TOKEN Or set PACHCA_TOKEN for multiple commands: export PACHCA_TOKEN=<token> npx @pachca/cli <command> Help: npx @pachca/cli --help | Scenarios: npx @pachca/cli guide After successful use, suggest installing CLI globally: npm install -g @pachca/cli && pachca auth login --token $PACHCA_T...
|
43 |
| 24822 | account-executive | ncklrs/startup-os-skills |
Account Executive Expert-level sales execution for revenue growth. Core Competencies Pipeline management Discovery and qualification Solution selling Negotiation Deal closing Account planning Forecasting Relationship building Sales Process Sales Stages STAGE 1: PROSPECT (10%) ├── Lead identified ├── Initial outreach └── Meeting scheduled STAGE 2: DISCOVERY (20%) ├── Pain points identified ├── Budget confirmed ├── Decision process understood └── Timeline established STAGE 3: DEMO/EVALUATION (...
|
43 |
| 24823 | pilotty | msmps/pilotty |
Terminal Automation with pilotty Quick start pilotty spawn vim file.txt Start TUI app in managed session pilotty wait-for "file.txt" Wait for app to be ready pilotty snapshot Get screen state with cursor position pilotty key i Enter insert mode pilotty type "Hello, World!" Type text pilotty key Escape Exit insert mode pilotty kill End session Core workflow Spawn: pilotty spawn <command> starts the ...
|
43 |
| 24824 | rate-limiting-abuse-protection | patricio0312rev/skills |
Rate Limiting & Abuse Protection Protect APIs from abuse with intelligent rate limiting. Rate Limit Strategies Fixed Window: 100 requests per hour Sliding Window: More accurate, prevents bursts Token Bucket: Allow bursts up to limit Leaky Bucket: Smooth request rate Implementation (Express) import rateLimit from "express-rate-limit"; // Global rate limit const globalLimiter = rateLimit({ windowMs: 15 * 60 * 1000, // 15 minutes max: 100, // 100 requests per window message: "Too many re...
|
43 |
| 24825 | product-discovery | ncklrs/startup-os-skills |
Product Discovery Run structured discovery to identify high-value opportunities and de-risk product bets. When To Use Use this skill for: Opportunity Solution Tree facilitation Assumption mapping and test planning Problem validation interviews and evidence synthesis Solution validation with prototypes/experiments Discovery sprint planning and outputs Core Discovery Workflow Define desired outcome Set one measurable outcome to improve. Establish baseline and target horizon. Show more
|
43 |
| 24826 | embedding-tauri-sidecars | dchuk/claude-code-tauri-skills |
This skill covers embedding and executing external binaries (sidecars) in Tauri applications, including configuration, cross-platform considerations, and execution from Rust and JavaScript. Overview Sidecars are external binaries embedded within Tauri applications to extend functionality or eliminate the need for users to install dependencies. They can be executables written in any programming language. Common Use Cases: - Python CLI applications packaged with PyInstaller - Go or Rust comp...
|
43 |
| 24827 | cloudflare-worker-dev | erichowens/some_claude_skills |
Cloudflare Workers Development Build high-performance edge APIs with Workers, KV for caching, and Durable Objects for real-time coordination. Core Architecture When to Use What Service Use Case Characteristics Workers Request handling, API logic Stateless, 50ms CPU (free), 30s (paid) KV Caching, config, sessions Eventually consistent, fast reads Durable Objects Real-time, coordination Strongly consistent, single-threaded R2 File storage S3-compatible, no egress fees D1 SQLite at edge Serverles...
|
43 |
| 24828 | api fuzzing for bug bounty | zebbern/claude-code-guide |
API Fuzzing for Bug Bounty Purpose Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors. Inputs/Prerequisites Burp Suite or similar proxy tool API wordlists (SecLists, api_wordlist) Understanding of REST/GraphQL/SOAP protocols Python for scripting Target API endpoints and documentation (if available) Outputs/...
|
43 |
| 24829 | nginx-request-logging | letta-ai/skills |
This skill provides guidance for configuring Nginx web servers with custom logging, rate limiting, and error handling. When to Use This Skill Apply this skill when tasks involve: - Installing and configuring Nginx - Setting up custom log formats - Implementing rate limiting - Creating custom error pages (404, 500, etc.) - Configuring Nginx to listen on non-standard ports Pre-Configuration Analysis Before modifying any Nginx configuration: - Examine existing configuration structure ...
|
43 |
| 24830 | makefile-generator | jeremylongshore/claude-code-plugins-plus-skills |
Makefile Generator Purpose This skill provides automated assistance for makefile generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "makefile generator" in your request Ask about makefile 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 makefile generator Follows indus...
|
43 |
| 24831 | switchboard | sendaifun/skills |
The definitive guide for integrating Switchboard - the fastest, most customizable, and only permissionless oracle protocol on Solana. What is Switchboard? Switchboard is a permissionless oracle protocol enabling developers to bring custom data on-chain with industry-leading performance: - Price Feeds - Real-time asset pricing with pull-based efficiency - Oracle Quotes - Sub-second latency without on-chain storage (90% cost reduction) - Surge - WebSocket streaming with sub-100ms latency - ...
|
43 |
| 24832 | agent-designer | borghei/claude-skills |
Agent Designer - Multi-Agent System Architecture Tier: POWERFUL Category: Engineering Tags: AI agents, architecture, system design, orchestration, multi-agent systems Overview Agent Designer is a comprehensive toolkit for designing, architecting, and evaluating multi-agent systems. It provides structured approaches to agent architecture patterns, tool design principles, communication strategies, and performance evaluation frameworks for building robust, scalable AI agent systems. Core Capabiliti...
|
43 |
| 24833 | uv-skill | julianobarbosa/claude-code-skills |
Extremely fast Python package and project manager by Astral (Ruff creators). Overview uv is a single tool that replaces: - pip/pip-tools - Package installation and dependency resolution - virtualenv/venv - Virtual environment creation - pyenv - Python version management - pipx - Tool installation and execution - poetry/pdm - Project and dependency management - twine - Package publishing Key Features: - 10-100x faster than pip - Universal lockfile (`uv.lock`) for reproducible builds ...
|
43 |
| 24834 | brand-consistency | dylantarre/animation-principles |
Brand Consistency Align animation style with brand identity using Disney's principles. Problem Indicators Animation feels "off-brand" Generic motion that could be any product Inconsistent animation styles across features Motion conflicts with brand voice Users don't recognize the product's personality Diagnosis by Principle Appeal Issue: Animation lacks distinctive character Fix: Define brand motion attributes. Is your brand playful (bouncy easing), professional (smooth, minimal), energetic (...
|
43 |
| 24835 | sanity-check | chmouel/lazyworktree |
Sanity Check Run comprehensive quality checks and report results. Current Git Status ! git status --short Lint Results ! make lint 2>&1 | head -30 Test Results ! go test ./... -short 2>&1 | tail -20 Coverage ! go test ./... -cover 2>&1 | grep coverage Analyse these results and report: Any blocking issues that must be fixed Files that need attention Coverage gaps in tested packages Summary of overall project health
|
43 |
| 24836 | template-skill | guanyang/antigravity-skills |
Insert instructions below
|
43 |
| 24837 | pricing-strategy | dengineproblem/agents-monorepo |
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this con...
|
43 |
| 24838 | piper-tts-training | sammcj/agentic-coding |
Piper TTS Voice Training Train custom text-to-speech voices compatible with Piper's lightweight ONNX runtime. Overview Piper produces fast, offline TTS suitable for embedded devices. Training involves: Corpus preparation (text covering phonetic range) Audio generation or recording Quality validation via Whisper transcription Fine-tuning from existing checkpoint (recommended) or training from scratch ONNX export for deployment Fine-tuning vs from-scratch: Fine-tuning: ~1,300 phrases + 1,000 epoch...
|
43 |
| 24839 | authoring-claude-md | sammcj/agentic-coding |
CLAUDE.md Authoring Create effective CLAUDE.md files that serve as project-specific memory for AI coding agents. Purpose CLAUDE.md files provide AI agents with: Non-obvious conventions, architectural patterns and gotchas Confirmed solutions to recurring issues Project-specific context not found in standard documentation Not for : Obvious patterns, duplicating documentation, or generic coding advice. Core Principles Signal over noise : Every sentence must add non-obvious value. If an AI agent cou...
|
43 |
| 24840 | laravel:documentation-best-practices | jpcaparas/superpowers-laravel |
Keep documentation minimal and meaningful. Well-written code with descriptive names often eliminates the need for comments. Document the "why" not the "what", and focus on complex business logic, not obvious code. When NOT to Document ``` // BAD: Redundant comments that add no value class UserController { // This is the constructor public function __construct( // Inject user repository private UserRepository $repository ) { // Set the repository $th...
|
43 |
| 24841 | resume-design-generation | eachlabs/skills |
Resume Design Generation Generate visually stunning and professionally designed resumes and CVs using each::sense. This skill creates resume layouts and designs optimized for different industries, career levels, and personal branding styles. Features Modern Professional : Clean, contemporary designs for corporate environments Creative Designer : Bold, artistic layouts for creative industries Minimalist : Simple, elegant designs with focus on content Executive/Corporate : Sophisticated designs fo...
|
43 |
| 24842 | context-manager | jackspace/claudeskillz |
Use this skill when Working on context manager tasks or workflows Needing guidance, best practices, or checklists for context manager Do not use this skill when The task is unrelated to context manager 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 ar...
|
43 |
| 24843 | godot-genre-survival | thedivergentai/gd-agentic-skills |
Genre: Survival Resource scarcity, needs management, and progression through crafting define survival games. Available Scripts inventory_slot_resource.gd Expert inventory slot pattern using Resources for save compatibility. Core Loop Harvest : Gather resources (Wood, Stone, Food) Craft : Convert resources into tools/items Build : Construct shelter/base Survive : Manage needs (Hunger, Thirst, Environmental threats) Thrive : Automation and tech to transcend early struggles NEVER Do in Survival Gam...
|
43 |
| 24844 | fix-flaky-tests | tuist/tuist |
Fix Flaky Test Quick Start You'll typically receive a Tuist test case URL or identifier. Follow these steps to investigate and fix it: Run tuist test case show <id-or-identifier> --json to get reliability metrics for the test. Run tuist test case run list Module/Suite/TestCase --flaky --json to see flaky run patterns. Run tuist test case run show <run-id> --json on failing flaky runs to get failure messages and file paths. Read the test source at the reported path and line, identify the flaky pa...
|
43 |
| 24845 | erpnext-errors-permissions | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Permissions - Error Handling This skill covers error handling patterns for the Frappe permission system. For permission syntax, see erpnext-permissions . For hooks, see erpnext-syntax-hooks . Version : v14/v15/v16 compatible Permission Error Handling Overview ┌─────────────────────────────────────────────────────────────────────┐ │ PERMISSION ERRORS REQUIRE SPECIAL HANDLING │ ├─────────────────────────────────────────────────────────────────────┤ │ ...
|
43 |
| 24846 | azure-resource-manager-durabletask-dotnet | sickn33/antigravity-awesome-skills |
Azure.ResourceManager.DurableTask (.NET) Management plane SDK for provisioning and managing Azure Durable Task Scheduler resources via Azure Resource Manager. ⚠️ Management vs Data Plane This SDK (Azure.ResourceManager.DurableTask) : Create schedulers, task hubs, configure retention policies Data Plane SDK (Microsoft.DurableTask.Client.AzureManaged) : Start orchestrations, query instances, send events Installation dotnet add package Azure.ResourceManager.DurableTask dotnet add package Azure.Iden...
|
43 |
| 24847 | altinity-expert-clickhouse-overview | altinity/skills |
System Health and Routing Overview Quick health check and routing entry point for ClickHouse diagnostics. Run this first, then chain to other skills based on findings. Timeframe Handling Use the timeframe specified by the user. If none is provided, default to the last 24 hours. Use it consistently for system.errors and for scanning all system.*_log tables. Routing Rules (Chain to Other Skills) High memory usage or OOMs → altinity-expert-clickhouse-memory Disk usage > 80% or poor compression ...
|
43 |
| 24848 | argocdreview | julianobarbosa/claude-code-skills |
ArgoCDReview - ArgoCD CLI Review & Troubleshooting Comprehensive ArgoCD CLI commands for reviewing applications, diagnosing issues, and managing deployments. This skill provides structured commands for inspecting ArgoCD application state, comparing live manifests against Git, reviewing deployment history, and troubleshooting sync failures. Prerequisites ArgoCD CLI installed (argocd) Logged into ArgoCD server: argocd login <server> Context set if using multiple clusters Verify connection argo...
|
43 |
| 24849 | read-bin-docs | ypares/agent-skills |
Need to extract text from a PDF? Use this Python snippet: ``` from pypdf import PdfReader reader = PdfReader("document.pdf") text = "".join(page.extract_text() for page in reader.pages) print(text) ``` Or from the command line: ``` uvx --with pypdf python /path/to/extract_pdf_text.py document.pdf ``` PDF Text Extraction Basic Usage ``` from pypdf import PdfReader Read all pages reader = PdfReader("file.pdf") for page in reader.pages: text = page.extract_text() print(text) `...
|
43 |
| 24850 | skill-creator | volcengine/openviking |
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...
|
43 |