███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12101 | database-management | autumnsgrove/groveengine |
Database Management Skill When to Activate Activate this skill when: Setting up database functionality Creating database schemas Implementing data persistence Writing database queries Working with SQLite or any database IMPORTANT : This is MANDATORY for all projects requiring database functionality. Core Architecture Principles SQLite Only : Use SQLite as default database Single Interface : All database operations through database.py Complete SQL Isolation : All SQL statements in database.py Fun...
|
62 |
| 12102 | magento-frontend-developer | maxnorm/magento2-agent-skills |
Magento 2 Frontend Developer Expert specialist in creating comprehensive frontend solutions combining layout development, template creation, JavaScript integration, and performance optimization across all Magento frontend technologies. When to Use Developing frontend features Working with layout XML and templates Implementing JavaScript functionality Creating responsive designs Optimizing frontend performance Building e-commerce interfaces Frontend Architecture Layout XML System : Expert in layo...
|
62 |
| 12103 | fast-io | mediafire/fastio-skills |
Fast.io MCP Server -- AI Agent Guide Version: 1.118 Last Updated: 2026-03-06 The definitive guide for AI agents using the Fast.io MCP server. Covers why and how to use the platform: product capabilities, the free agent plan, authentication, core concepts (workspaces, shares, intelligence, previews, comments, URL import, metadata, workflow, ownership transfer), 12 end-to-end workflows, interactive MCP App widgets, and all 19 consolidated tools with action-based routing. Versioned guide. This guid...
|
62 |
| 12104 | k8s-resource-optimizer | jorgealves/agent_skills |
K8s Resource Optimizer Purpose and Intent The k8s-resource-optimizer helps teams balance performance and cost. It identifies containers that are either "starving" (causing crashes) or "bloated" (wasting money) by comparing their configuration against actual usage patterns. When to Use Cloud Cost Optimization : Run monthly to identify waste in your clusters. Reliability Engineering : Use after a production incident involving OOMKills to find the correct memory threshold. Pre-production Scaling : ...
|
62 |
| 12105 | planning-with-files | oimiragieo/agent-studio |
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
|
62 |
| 12106 | pr-review | onekeyhq/app-monorepo |
PyTorch PR Review Skill Review PyTorch pull requests focusing on what CI cannot check: code quality, test coverage adequacy, security vulnerabilities, and backward compatibility. Linting, formatting, type checking, and import ordering are handled by CI. Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . Instead, ask the user what they would like to review: What would you like me to review? A PR number or URL (e.g., /pr-review 12345 ) A local branc...
|
62 |
| 12107 | infrastructure-documenter | eddiebe147/claude-settings |
Infrastructure Documenter Skill Overview This skill helps you create clear, maintainable infrastructure documentation. Covers architecture diagrams, runbooks, system documentation, operational procedures, and documentation-as-code practices. Documentation Philosophy Principles Living documentation: Keep it in sync with reality Audience-aware: Different docs for different readers Actionable: Every doc should help someone do something Version-controlled: Documentation changes tracked with code D...
|
62 |
| 12108 | blockbench-texturing | jasonjgardner/blockbench-mcp-project |
Blockbench Texturing Create and paint textures for 3D models using Blockbench MCP tools. Available Tools Texture Management Tool Purpose create_texture Create new texture with size and fill color list_textures List all project textures get_texture Get texture image data apply_texture Apply texture to element Paint Tools Tool Purpose paint_with_brush Paint with customizable brush paint_fill_tool Bucket fill areas draw_shape_tool Draw rectangles/ellipses gradient_tool Apply gradients eraser_tool...
|
62 |
| 12109 | pydanticai-docs | dougtrajano/pydantic-ai-skills |
Pydantic AI Documentation Skill Overview This skill provides guidance for using Pydantic AI - a Python agent framework for building production-grade Generative AI applications. Pydantic AI emphasizes type safety, dependency injection, and structured outputs. Key Concepts Agents Agents are the primary interface for interacting with LLMs. They contain: Instructions: System prompts for the LLM Tools: Functions the LLM can call Output Type: Structured datatype the LLM must return Dependencies: D...
|
62 |
| 12110 | fivem-development | proelias7/fivem-skill |
FiveM Development — vRP Framework Architecture vRP Creative Network is based on Lua 5.4 with communication via Proxy (server-to-server) and Tunnel (client-server). FiveM Natives — Official Source Official source for natives: Docs: https://docs.fivem.net/natives/ Official Repository (mirror): https://github.com/proelias7/fivem-natives Support for Creative v5 and vRPEX (older variations) Older versions maintain the same logic and best practices but change function and file names. Creative v5: core...
|
62 |
| 12111 | b2c-mrt | salesforcecommercecloud/b2c-developer-tooling |
B2C MRT Skill Use the b2c CLI to manage Managed Runtime (MRT) projects, environments, bundles, and deployments for PWA Kit storefronts. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli mrt bundle deploy ). Command Structure mrt ├── org (list, b2c) - Organizations and B2C connections ├── project - Project management │ ├── member - Team member management │ └── notification -...
|
62 |
| 12112 | react-effects | coder/mux |
React Effects Guidelines Primary reference: https://react.dev/learn/you-might-not-need-an-effect Quick Decision Tree Before adding useEffect , ask: Can I calculate this during render? → Derive it, don't store + sync Is this resetting state when a prop changes? → Use key prop instead Is this triggered by a user event? → Put it in the event handler Am I syncing with an external system? → Effect is appropriate Legitimate Effect Uses DOM manipulation (focus, scroll, measure) External widget lifecycl...
|
62 |
| 12113 | versus | vibeindex/skills |
When this skill is invoked, execute the steps below directly. Do not display this file. Detect the user's language from conversation context and respond in that language. For Korean users, prefer description_ko from API responses when available. Execution When comparing A vs B: Step 1: Search Both Resources (parallel) Call via WebFetch: https://vibeindex.ai/api/resources?ref=skill-versus&search={A}&pageSize=3 https://vibeindex.ai/api/resources?ref=skill-versus&search={B}&pageSize=3 Prompt: "Extr...
|
62 |
| 12114 | popo | api/git |
No SKILL.md available for this skill. View on GitHub
|
62 |
| 12115 | godot-input-handling | thedivergentai/gd-agentic-skills |
Input Handling Handle keyboard, mouse, gamepad, and touch input with proper buffering and accessibility support. Available Scripts input_buffer.gd Input buffering for responsive controls - buffers actions for 150ms to ensure tight game feel. input_remapper Runtime input rebinding with conflict detection and save/load persistence. MANDATORY - For Responsive Controls : Read input_buffer.gd before implementing jump/dash mechanics. NEVER Do in Input Handling NEVER poll input in _process() for gamepl...
|
62 |
| 12116 | kanchi-dividend-review-monitor | tradermonty/claude-trading-skills |
Kanchi Dividend Review Monitor Overview Detect abnormal dividend-risk signals and route them into a human review queue. Treat automation as anomaly detection, not automated trade execution. When to Use Use this skill when the user needs: Daily/weekly/quarterly anomaly detection for dividend holdings. Forced review queueing for T1-T5 risk triggers. 8-K/governance keyword scans tied to portfolio tickers. Deterministic OK/WARN/REVIEW output before manual decision making. Prerequisites Provide norma...
|
62 |
| 12117 | codex-config-optimizer | i9wa4/dotfiles |
Codex CLI Optimizer Skill Rules and tracking for Codex CLI configuration optimization. 1. Config File Location User's Codex CLI config is stored at: ~/ghq/github.com/i9wa4/dotfiles/config/codex/ Key files: File Git Description .gitignore Yes Ignore all except whitelisted files config.common.toml Yes Common settings (model, MCP, etc.) generate-config.sh Yes Generate config.toml from common + repos prompts/ Yes Symlink to ../claude/commands/ AGENTS.md No Symlink to ../claude/CLAUDE.md skill...
|
62 |
| 12118 | java-expert | oimiragieo/agent-studio |
Java Expert You are an expert Java developer with deep knowledge of modern Java (21+), Spring ecosystem, build tools (Maven/Gradle), and enterprise application development. You write clean, performant, and maintainable Java code following industry best practices. Core Expertise Modern Java (Java 21+) Records (Data Classes): // Immutable data carrier public record User ( String name , int age , String email ) { // Compact constructor for validation public User { if ( age < 0 ) { throw new Illegal...
|
62 |
| 12119 | gathering-planning | autumnsgrove/groveengine |
Gathering Planning 🌲🐝🦡 The drum echoes through the meadow. The Bee arrives first, buzzing from flower to flower, collecting every scattered idea and depositing them in the hive as proper issues. Then the Badger emerges, methodically organizing each cell—sizing the work, setting priorities, moving what's ready into the queue, and planning the timeline. When the gathering completes, chaos has become a roadmap. When to Summon Brain dump session that needs to become organized work "I have a bunch of...
|
62 |
| 12120 | graphrag-patterns | latestaiagents/agent-skills |
GraphRAG Patterns Combine knowledge graphs with RAG for relationship-aware retrieval and reasoning. When to Use Data has rich entity relationships Questions involve connections ("How is X related to Y?") Need multi-hop reasoning across documents Building over structured + unstructured data Want explainable retrieval paths GraphRAG Architecture ┌──────────────────────────────────────────────────────────┐ │ Documents │ └─────────────────────────┬────...
|
62 |
| 12121 | discovering-make-commands | streamlit/streamlit |
Available make commands List of all make commands available for execution from the repository root folder: help Show all available make commands. all Install all dependencies, build frontend, and install editable Streamlit. all-dev Install all dependencies and editable Streamlit, but do not build the frontend. init Install all dependencies and build protobufs. clean Remove all generated files. p...
|
62 |
| 12122 | dissent | open-horizon-labs/skills |
/dissent Structured disagreement that strengthens decisions. The insight: find flaws before the one-way door closes. Dissent is not attack. It's the practice of actively seeking reasons you might be wrong. The devil's advocate is a role, not a personality. When to Use Invoke /dissent when: About to lock in a one-way door - architecture choices, major hires, public API contracts, anything hard to reverse Confidence is high but stakes are higher - feeling certain is when you need dissent most...
|
62 |
| 12123 | gws-install | jezweb/claude-skills |
Google Workspace CLI — Quick Install Install gws on an additional machine using OAuth credentials from a previous setup. Produces an authenticated CLI with all agent skills ready to use. Prerequisite : The user must have client_secret.json from a previous gws-setup (or from Google Cloud Console). If they don't have it, use the gws-setup skill instead. Workflow Step 1: Pre-flight Checks which gws && gws --version ls ~/.config/gws/client_secret.json gws auth status If already authenticated with th...
|
62 |
| 12124 | python-performance-profiler | jorgealves/agent_skills |
Python Performance Profiler Purpose and Intent Identify CPU and memory bottlenecks in Python code using cProfile or memory_profiler. Use to optimize mission-critical Python services. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem. Error Con...
|
62 |
| 12125 | godot-animation-tree-mastery | thedivergentai/gd-agentic-skills |
AnimationTree Mastery Expert guidance for Godot's advanced animation blending and state machines. NEVER Do NEVER call play() on AnimationPlayer when using AnimationTree — AnimationTree controls the player. Directly calling play() causes conflicts. Use set("parameters/transition_request") instead. NEVER forget to set active = true — AnimationTree is inactive by default. Animations won't play until $AnimationTree.active = true . NEVER use absolute paths for transition_request — Use relative paths....
|
62 |
| 12126 | skill-tuning | catlog22/claude-code-workflow |
Autonomous diagnosis and optimization for skill execution issues. Architecture ``` ┌─────────────────────────────────────────────────────┐ │ Phase 0: Read Specs (mandatory) │ │ → problem-taxonomy.md, tuning-strategies.md │ └─────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────┐ │ Orchestrator (state-driven) │ │ Read state → Select action → Execute → Update →...
|
62 |
| 12127 | upgrade-assessment | yonatangross/orchestkit |
Upgrade Assessment Evaluate platform upgrade readiness for Claude model transitions, Claude Code version bumps, and OrchestKit plugin updates. Produces a structured JSON assessment report with a 0-10 readiness score across 6 dimensions. When to Use Before upgrading the Claude model (e.g., Sonnet 4 to Opus 4.6) Before upgrading Claude Code to a new major/minor version Before upgrading OrchestKit to a new major version When evaluating whether a team environment is ready for a platform change As pa...
|
62 |
| 12128 | openai-agents-sdk | laguagu/claude-code-nextjs-skills |
OpenAI Agents SDK (Python) Use this skill when developing AI agents using OpenAI Agents SDK ( openai-agents package). Quick Reference Installation pip install openai-agents Environment Variables OpenAI (direct) OPENAI_API_KEY = sk- .. . LLM_PROVIDER = openai Azure OpenAI (via LiteLLM) LLM_PROVIDER = azure AZURE_API_KEY = .. . AZURE_API_BASE = https://your-resource.openai.azure.com AZURE_API_VERSION = 2024 -12-01-preview Basic Agent from agents import Agent , Runner agent = Agent ( name = "Assi...
|
62 |
| 12129 | 1k-dev-commands | onekeyhq/app-monorepo |
OneKey Development Commands Application Development Commands PLATFORM-SPECIFIC DEVELOPMENT: yarn app:desktop - Start desktop Electron app development Runtime: 30-60 seconds to start Common issues: Node version conflicts, missing native dependencies Troubleshooting: Run yarn clean && yarn reinstall if startup fails yarn app:web - Start web development server (port 3000) Runtime: 15-30 seconds to start Common issues: Port 3000 already in use, webpack compilation errors Troubleshooting: Kill e...
|
62 |
| 12130 | debugging-methodology | laurigates/claude-plugins |
Debugging Methodology Systematic approach to finding and fixing bugs. Core Principles Occam's Razor - Start with the simplest explanation Binary Search - Isolate the problem area systematically Preserve Evidence - Understand state before making changes Document Hypotheses - Track what was tried and didn't work Debugging Workflow 1. Understand → What is expected vs actual behavior? 2. Reproduce → Can you trigger the bug reliably? 3. Locate → Where in the code does it happen? 4. Diagnose → Why doe...
|
61 |
| 12131 | product-hunt-launch | kostja94/marketing-skills |
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate gallery hero image infsh app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height...
|
61 |
| 12132 | react-19 | gentleman-programming/gentleman-skills |
No Manual Memoization (REQUIRED) // ✅ React Compiler handles optimization automatically function Component ( { items } ) { const filtered = items . filter ( x => x . active ) ; const sorted = filtered . sort ( ( a , b ) => a . name . localeCompare ( b . name ) ) ; const handleClick = ( id ) => { console . log ( id ) ; } ; return < List items = { sorted } onClick = { handleClick } / > ; } // ❌ NEVER: Manual memoization const filtered = useMemo ( ( ) => items . filter ( x => x . active ) , [ items...
|
61 |
| 12133 | knowledge-management | groeimetai/snow-flow |
Knowledge Management Skill You are an expert at creating, organizing, and maintaining support knowledge base content. You write articles that are searchable, scannable, and solve customer problems on the first read. You understand that every good KB article reduces future ticket volume. Article Structure and Formatting Standards Universal Article Elements Every KB article should include: Title : Clear, searchable, describes the outcome or problem (not internal jargon) Overview : 1-2 sentences ex...
|
61 |
| 12134 | spec-gathering | oimiragieo/agent-studio |
Requirements Gathering Skill Overview Gather user requirements through structured questioning and produce a validated requirements document. This skill transforms vague task descriptions into actionable, structured requirements. Core principle: Ask smart questions, produce valid structured output. Nothing else. When to Use Always: Starting a new feature or project Clarifying ambiguous task descriptions When user provides high-level goals without specifics Before spec writing begins Exceptions: S...
|
61 |
| 12135 | structured-output-extractor | patricio0312rev/skills |
Structured Output Extractor Extract reliable, typed data from LLM responses. Core Workflow Define schema: Create data structure Choose method: Function calling vs prompting Generate response: Call LLM with structure Validate output: Parse and verify Handle errors: Retry or fallback Methods Comparison Method Reliability Flexibility Best For OpenAI JSON Mode High Medium Simple JSON Function Calling Very High High Complex schemas Instructor Very High High Python/TS apps Zod + Prompting Medium Hig...
|
61 |
| 12136 | complexity-assessment | oimiragieo/agent-studio |
Complexity Assessment Skill Overview Analyze a task description and determine its true complexity to ensure the right workflow and validation depth are selected. Accuracy over speed - wrong complexity means wrong workflow means failed implementation. Core principle: Accuracy over speed. Wrong complexity = wrong workflow = failed implementation. When to Use Always: Before planning any new task When requirements are gathered but approach unclear When determining validation depth for QA Exceptions:...
|
61 |
| 12137 | chrome-webstore-release-blueprint | brianlovin/claude-config |
Chrome Web Store Release Blueprint Use this skill as a hands-on setup guide. The agent should lead the user step-by-step, ask for confirmations, and only automate the parts that can be done locally/in CI. What This Skill Is For Helping a user set up Chrome Web Store release automation from scratch. Giving clear manual instructions for Google/CWS dashboard steps. Implementing repo-side scripts/workflows after the user provides credentials. Verifying submission state ( PUBLISHED , PENDING_REVIEW ,...
|
61 |
| 12138 | using-user-stories | andrelandgraf/fullstackrecipes |
Working with User Stories Document and track feature implementation with user stories. Workflow for authoring stories, building features, and marking acceptance criteria as passing. User stories document what features should do and track implementation status. When AI agents work through user stories systematically, they produce better results and leave a clear trail of what was done. Workflow When working on features: Author/Update: Create or modify user story features before building Buil...
|
61 |
| 12139 | security-auditor | erichowens/some_claude_skills |
Security Auditor Skill Automatic security vulnerability detection. When I Activate ✅ Code files modified (especially auth, API, database) ✅ User mentions security or vulnerabilities ✅ Before deployments or commits ✅ Dependency changes ✅ Configuration file changes What I Scan For OWASP Top 10 Patterns 1. SQL Injection // CRITICAL: SQL injection const query = ` SELECT * FROM users WHERE id = ${ userId } ` ; // SECURE: Parameterized query const query = 'SELECT * FROM users WHERE id = ?' ; db . quer...
|
61 |
| 12140 | dojo-test | dojoengine/book |
Dojo Test Generation Write comprehensive tests for your Dojo models and systems using Cairo's test framework and Dojo's test utilities. When to Use This Skill "Write tests for the move system" "Test the Position model" "Add unit tests for combat logic" "Create integration tests" What This Skill Does Generates test files with: spawn_test_world() setup Model and system registration Test functions with assertions Cheat code usage for manipulating execution context State verification Quick Start Int...
|
61 |
| 12141 | vercel-react-best-practices | connorads/dotfiles |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
61 |
| 12142 | godot-ability-system | thedivergentai/gd-agentic-skills |
Ability System Expert guidance for building flexible, extensible ability systems. NEVER Do NEVER use _process() for cooldown tracking — Use timers or manual delta tracking in _physics_process(). _process() has variable delta and causes cooldown desync in slow frames. NEVER forget global cooldown (GCD) — Without GCD, players spam instant abilities. Add a small universal cooldown (0.5-1.5s) between all ability casts. NEVER hardcode ability effects in manager code — Use the Strategy pattern. Each a...
|
61 |
| 12143 | r-expert | personamanagmentlayer/pcl |
Expert guidance for R programming, statistical analysis, data visualization, and data science. Core Concepts R Fundamentals - Vectors and data frames - Factors and lists - Functions and apply family - Packages and libraries - R Markdown - Tidyverse ecosystem Statistical Analysis - Descriptive statistics - Hypothesis testing - Regression analysis - ANOVA - Time series analysis - Machine learning Data Visualization - ggplot2 - Base R graphics - Interactive plots (plotly) - ...
|
61 |
| 12144 | twitter-to-binance-square | 6551team/6551-twitter-to-binance-square |
Twitter to Binance Square Auto-Mirror Skill Overview Automatically fetch tweets from specified Twitter accounts or keyword searches, transform the content for Binance Square, and post them. Designed for building automation pipelines with configurable polling intervals and deduplication. Automation script: scripts/auto_mirror.py Config template: mirror_config.example.json Usage guide: README.md Prerequisites Item Description How to get TWITTER_TOKEN 6551 API Bearer token 访问 https://6551.io/mcp 注册...
|
61 |
| 12145 | blockbench-animation | jasonjgardner/blockbench-mcp-project |
Blockbench Animation Create animations for 3D models using Blockbench MCP tools. Available Tools Tool Purpose create_animation Create animation with keyframes for bones manage_keyframes Create/edit/delete keyframes per bone and channel animation_graph_editor Fine-tune animation curves (smooth, linear, ease) bone_rigging Create/modify bone structure for animation animation_timeline Control playback, time, FPS, loop settings batch_keyframe_operations Batch operations: offset, scale, reverse, mir...
|
61 |
| 12146 | microsoft-docs | microsoftdocs/mcp |
Microsoft Docs Tools Tool Use For microsoft_docs_search Find documentation—concepts, guides, tutorials, configuration microsoft_docs_fetch Get full page content (when search excerpts aren't enough) When to Use Understanding concepts — "How does Cosmos DB partitioning work?" Learning a service — "Azure Functions overview", "Container Apps architecture" Finding tutorials — "quickstart", "getting started", "step-by-step" Configuration options — "App Service configuration settings" Limits & quotas —...
|
61 |
| 12147 | walking-through-the-grove | autumnsgrove/groveengine |
Walking Through the Grove A naming ritual for the Grove ecosystem. Use this when you need to find a name that fits —not just a clever pun, but something that belongs in this forest. When to Activate Naming a new service, feature, or concept for Grove Renaming something that doesn't feel right Called from the grove-ui-design skill when new UI needs a name Any time you're adding something to the Grove ecosystem The Process This is a journey , not a checklist. Take your time. Step 1: Read the Namin...
|
61 |
| 12148 | plotext-financial-chart | terrylica/cc-skills |
Plotext Financial Chart Skill Create ASCII financial line charts for GitHub Flavored Markdown using plotext with dot marker ( • ). Pure text output — renders correctly on GitHub, terminals, and all monospace environments. Analogy : graph-easy is for flowcharts. plotext with dot marker is for financial line charts. When to Use This Skill Adding price path / line chart diagrams to markdown documentation Visualizing trading concepts (barriers, thresholds, entry/exit levels) Any GFM markdown file ne...
|
61 |
| 12149 | hig-technologies | raintree-technology/apple-hig-skills |
Apple HIG: Technologies Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Apple technologies extend app capabilities through system integration. Each technology has established user-facing patterns; deviating creates confusion and erodes trust. Privacy and user control are paramount. Especially for health, payment, and identity technologies. Request only needed data, explain why, respect choice...
|
61 |
| 12150 | photo-composition-critic | erichowens/some_claude_skills |
Photo Composition Critic Expert photography critic with deep grounding in graduate-level visual aesthetics, computational aesthetics research, and professional image analysis. When to Use This Skill Use for: Evaluating image composition quality Aesthetic scoring with ML models (NIMA, LAION) Photo critique with actionable feedback Analyzing color harmony and visual balance Comparing multiple crop options Understanding photography theory Do NOT use for: Generating images → use Stability AI d...
|
61 |