███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8001 | feishu-send-file | rabbitmeaw/feishu-send-file |
飞书文件/图片发送 Skill 快速开始 1. 配置文件 复制示例配置文件: cd ~/.openclaw/workspace/skills/feishu-send-file cp config.json.example config.json 使用你喜欢的编辑器修改 config.json 填入你的配置: { "app_id" : "cli_xxxxxxxxxxxxxxxx" , "app_secret" : "your_app_secret_here" , "receive_id" : "ou_xxxxxxxxxxxxxxxx" , "message_mode" : "send" } 配置说明: 字段 说明 示例 app_id 飞书应用ID cli_xxxxxxxxxxxxxxxx app_secret 飞书应用密钥 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx receive_id 接收人Open ID ou_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx message_mode 消息模式: send = 直接发送 send ⚠️ 重要 ...
|
106 |
| 8002 | frontend-architecture | manutej/luxor-claude-marketplace |
Frontend Architecture Skill When to Use This Skill Use this skill when you need to: Design scalable application architecture - Structure large-scale frontend applications with maintainable patterns Choose architectural patterns - Select appropriate design patterns (MVC, MVVM, Flux) for your use case Implement state management - Design state architecture for complex applications Structure component hierarchies - Create reusable, composable component systems Optimize build processes - Configure ...
|
106 |
| 8003 | requirements-engineering | jasonkneen/kiro |
Requirements Engineering Master the art of capturing what needs to be built before diving into how to build it. This skill teaches the EARS (Easy Approach to Requirements Syntax) format for creating clear, testable requirements. When to Use This Skill Use requirements engineering when: Starting any new feature or project Clarifying ambiguous stakeholder requests Creating acceptance criteria for user stories Documenting system behavior for testing Ensuring all team members share understanding...
|
106 |
| 8004 | web-design-studio | xiaodong-wu/web-design-studio |
This skill combines frontend design expertise with AI image generation to create complete, production-ready web pages with all visual elements included. When to Use This Skill Use this skill when the user asks for: Complete websites or landing pages Web dashboards or applications Product pages or portfolios Marketing pages with banners/hero sections Blog or content layouts with featured images Any web interface that needs visual assets How This Skill Works This skill performs a two-step proc...
|
106 |
| 8005 | yuque-personal-style-extract | yuque/yuque-plugin |
Style Extract — Yuque Document Writing Style Analysis Analyze one or more Yuque documents to extract writing style characteristics, helping users learn from excellent documents or maintain consistent writing style. When to Use User wants to analyze the writing style of a specific document User says "分析一下这篇文档的写作风格", "extract the style", "学习这篇文档的风格" User wants to maintain consistent style across documents User says "帮我总结一下我的写作特点", "我想保持和这篇一样的风格" Required MCP Tools All tools are from the yuque-mcp ...
|
106 |
| 8006 | moai-domain-uiux | modu-ai/moai-adk |
Quick Reference Core UI/UX Foundation - Enterprise-grade UI/UX foundation integrating design systems (W3C DTCG 2025.10), component architecture (React 19, Vue 3.5), accessibility (WCAG 2.2), icon libraries (200K+ icons), and theming systems. Unified Capabilities: Design Systems: W3C DTCG 2025.10 tokens, Style Dictionary 4.0, Figma MCP workflows Component Architecture: Atomic Design, React 19, Vue 3.5, shadcn/ui, Radix UI primitives Accessibility: WCAG 2.2 AA/AAA compliance, keyboard navigatio...
|
106 |
| 8007 | git-workflows | autumnsgrove/groveengine |
Git & GitHub Workflows (via Grove Wrap) All git and GitHub operations go through gw — never use raw git or gh commands directly. Grove Wrap adds safety tiers, Conventional Commits enforcement, protected branch guards, and agent-safe defaults. When to Activate Activate this skill when: Making git commits, pushing, pulling, branching, or stashing Creating, reviewing, or merging pull requests Creating, viewing, or closing GitHub issues Checking CI/workflow run status Reviewing git history, diffs, o...
|
106 |
| 8008 | context-network | jwynia/agent-skills |
Context Network Lifecycle You help users build and maintain context networks—structured frameworks for organizing project knowledge that persist across sessions and support both human and agent work. Your role is to diagnose context network state, generate appropriate scaffolding, and coach users on content decisions. Core Principle Context networks make relationships explicit. Implicit knowledge doesn't survive session boundaries. Structure enables discovery. The goal is not completeness but...
|
106 |
| 8009 | writing-x-posts | jamesgray007/hoai-course |
Writing X Posts Create engaging X (Twitter) posts and threads that capture attention, drive engagement, and grow your audience. Core Principles Brevity is Power X rewards concise, punchy content. Every word must earn its place. If you can say it in fewer words, do it. One Idea Per Tweet Single tweets should contain one complete thought. Threads expand on ideas but each tweet should still stand alone. Hook or Die You have ~1 second to stop the scroll. The first line determines everything—e...
|
106 |
| 8010 | convex security audit | waynesutton/convexskills |
Convex Security Audit Comprehensive security review patterns for Convex applications including authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth/functions-auth Production Security: https://docs.convex.dev/production For broader context: https://docs.convex.dev/llms.txt Instructions Security Audit Areas Aut...
|
105 |
| 8011 | codebase-summarizer | patricio0312rev/skills |
Codebase Summarizer Generate comprehensive architecture documentation from repository analysis. Core Workflow Scan structure: Recursively analyze folder tree and file organization Identify patterns: Detect framework, architecture style, key directories Map entry points: Find main files, routes, APIs, CLI commands Trace data flow: Follow requests through layers (controllers → services → models) Document modules: Explain purpose and responsibilities of each directory Create navigation: Build "ho...
|
105 |
| 8012 | n8n-node-configuration | sickn33/antigravity-awesome-skills |
n8n Node Configuration Expert guidance for operation-aware node configuration with property dependencies. Configuration Philosophy Progressive disclosure: Start minimal, add complexity as needed Configuration best practices: get_node with detail: "standard" is the most used discovery pattern 56 seconds average between configuration edits Covers 95% of use cases with 1-2K tokens response Key insight: Most configurations need only standard detail, not full schema! Core Concepts 1. Operation...
|
105 |
| 8013 | spring-boot-development | manutej/luxor-claude-marketplace |
Spring Boot Development Skill This skill provides comprehensive guidance for building modern Spring Boot applications using auto-configuration, dependency injection, REST APIs, Spring Data, Spring Security, and enterprise Java patterns based on official Spring Boot documentation. When to Use This Skill Use this skill when: Building enterprise REST APIs and microservices Creating web applications with Spring MVC Developing data-driven applications with JPA and databases Implementing authentic...
|
105 |
| 8014 | github-pr-merge | fvadicamo/dev-agent-skills |
Merges Pull Requests after validating pre-merge checklist and handling post-merge cleanup. Quick Start ``` 1. Get PR info PR=$(gh pr view --json number -q '.number') REPO=$(gh repo view --json nameWithOwner -q '.nameWithOwner') 2. Run pre-merge checklist make test && make lint && gh pr checks $PR 3. Verify all comments replied gh api repos/$REPO/pulls/$PR/comments --jq '[.[] | select(.in_reply_to_id == null)] | length' 4. Merge with concise message (--delete-branch auto-deletes remote)...
|
105 |
| 8015 | security-best-practices | davila7/claude-code-templates |
Security Best Practices When to use this skill New project : consider security from the start Security audit : inspect and fix vulnerabilities Public API : harden APIs accessible externally Compliance : comply with GDPR, PCI-DSS, etc. Instructions Step 1: Enforce HTTPS and security headers Express.js security middleware : import express from 'express' ; import helmet from 'helmet' ; import rateLimit from 'express-rate-limit' ; const app = express ( ) ; // Helmet: automatically set security heade...
|
105 |
| 8016 | ln-642-layer-boundary-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Layer Boundary Auditor L3 Worker that audits architectural layer boundaries and detects violations. Purpose & Scope Read architecture.md to discover project's layer structure Detect layer violations (I/O code outside infrastructure layer) Detect cross-layer consistency issues: Transaction boundaries (commit/rollback ownersh...
|
105 |
| 8017 | observability-monitoring-slo-implement | sickn33/antigravity-awesome-skills |
SLO Implementation Guide You are an SLO (Service Level Objective) expert specializing in implementing reliability standards and error budget-based engineering practices. Design comprehensive SLO frameworks, establish meaningful SLIs, and create monitoring systems that balance reliability with feature velocity. Use this skill when Defining SLIs/SLOs and error budgets for services Building SLO dashboards, alerts, or reporting workflows Aligning reliability targets with business priorities Standard...
|
105 |
| 8018 | ln-511-code-quality-checker | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Code Quality Checker Analyzes Done implementation tasks with quantitative Code Quality Score based on metrics, MCP Ref validation, and issue penalties. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: In Progress, To Revie...
|
105 |
| 8019 | astro | mindrally/skills |
Astro Usage Guide Always consult docs.astro.build for code examples and latest API. Astro is the web framework for content-driven websites. Quick Reference File Location CLI looks for astro.config.js, astro.config.mjs, astro.config.cjs, and astro.config.ts in: ./. Use --config for custom path. CLI Commands npx astro dev - Start the development server. npx astro build - Build your project and write it to disk. npx astro check - Check your project for errors. npx astro add - Add an integratio...
|
105 |
| 8020 | algorithmic-art | skillcreatorai/ai-agent-skills |
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
|
105 |
| 8021 | favicon | brianlovin/claude-config |
Generate a complete set of favicons from the source image at $1 and update the project's HTML with the appropriate link tags. Prerequisites First, verify ImageMagick v7+ is installed by running: which magick If not found, stop and instruct the user to install it: macOS : brew install imagemagick Linux : sudo apt install imagemagick Step 1: Validate Source Image Verify the source image exists at the provided path: $1 Check the file extension is a supported format (PNG, JPG, JPEG, SVG, WEBP, GIF) ...
|
105 |
| 8022 | deslop | cursor/plugins |
Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: Extra comments that a human wouldn't add or is inconsistent with the rest of the file Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) Casts to any to get around type issues Any other style that is inconsistent with the file Report at the end with only a 1-3 sentence summar...
|
105 |
| 8023 | ln-651-query-efficiency-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Query Efficiency Auditor (L3 Worker) Specialized worker auditing database query patterns for redundancy, inefficiency, and misuse. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit query efficiency (Priority: HIGH) Check redundant fetches, batch operation misuse,...
|
105 |
| 8024 | feishu-cli-import | riba2534/feishu-cli |
Markdown 导入技能 从本地 Markdown 文件创建或更新飞书云文档。 支持 Mermaid/PlantUML 图表转飞书画板、大表格自动拆分 。 CRITICAL: 每次创建新文档后, 必须立即 执行以下两步: 授予 full_access 权限: feishu-cli perm add <document_id> --doc-type docx --member-type email --member-id user@example.com --perm full_access --notification 转移文档所有权: feishu-cli perm transfer-owner <document_id> --doc-type docx --member-type email --member-id user@example.com --notification 详见下方"执行流程 → 创建新文档"。 核心特性 三阶段并发管道 :顺序创建块 → 并发处理图表/表格 → 失败回退 Mermaid/PlantUML → 飞书画板 : mermaid / plantum...
|
105 |
| 8025 | bun-expert | lammesen/skills |
Bun Expert Skill You are an expert Bun developer with deep knowledge of the Bun runtime, package manager, test runner, and bundler. You help users build high-performance JavaScript/TypeScript applications using Bun's native APIs and guide migrations from Node.js. Core Expertise Areas 1. Bun Runtime APIs HTTP Server & Networking: Bun.serve(options) - High-performance HTTP/WebSocket server (2.5x faster than Node.js) Bun.fetch(url) - Extended Web Fetch API Bun.connect() / Bun.listen() - TCP/UDP...
|
105 |
| 8026 | binary-analysis-patterns | sickn33/antigravity-awesome-skills |
Binary Analysis Patterns Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code, and reconstructing program logic. Disassembly Fundamentals x86-64 Instruction Patterns Function Prologue/Epilogue ; Standard prologue push rbp ; Save base pointer mov rbp, rsp ; Set up stack frame sub rsp, 0x20 ; Allocate local variables ; Leaf function (no calls) ; May skip frame pointer setup sub rsp, 0x18 ; Just allocate locals ; Standard e...
|
105 |
| 8027 | outline-coach | jwynia/agent-skills |
Outline Coach: Assistive Structural Guidance Skill You are an outline coach. Your role is to help writers develop their own story structure through questions, diagnosis, and guided exploration. You never generate outline content for them. The Core Constraint You do not generate: Scene beats or beat sequences Character arc mappings Plot structure proposals Worldbuilding systems Pacing recommendations as specific structures Sample prose or dialogue Any structural content they could copy into t...
|
105 |
| 8028 | startup-metrics-framework | sickn33/antigravity-awesome-skills |
Startup Metrics Framework Comprehensive guide to tracking, calculating, and optimizing key performance metrics for different startup business models from seed through Series A. Overview Track the right metrics at the right stage. Focus on unit economics, growth efficiency, and cash management metrics that matter for fundraising and operational excellence. Universal Startup Metrics Revenue Metrics MRR (Monthly Recurring Revenue) MRR = Σ (Active Subscriptions × Monthly Price) ARR (Annual R...
|
105 |
| 8029 | async-programming | martinholovsky/claude-skills-generator |
Async Programming Skill File Organization SKILL.md: Core principles, patterns, essential security (this file) references/security-examples.md: Race condition and resource safety examples references/advanced-patterns.md: Advanced async patterns and optimization Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: asyncio, Tokio, race conditions, resource management, concurrent safety Gate 0.2: Vulnerability Research Status: PASSED (3+ issues for MEDIUM-RISK) Rese...
|
105 |
| 8030 | convex security check | waynesutton/convexskills |
Convex Security Check A quick security audit checklist for Convex applications covering authentication, function exposure, argument validation, row-level access control, and environment variable handling. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth Production Security: https://docs.convex.dev/production Functions Auth: https://docs.convex.dev/auth/functions-auth For broader context: https://docs.convex.dev/llms.t...
|
105 |
| 8031 | web-scraping | yfe404/web-scraper |
Web scraping methodology Patterns for reliable, ethical web scraping with fallback strategies and anti-bot handling. Scraping cascade architecture Implement multiple extraction strategies with automatic fallback: from abc import ABC , abstractmethod from typing import Optional import requests from bs4 import BeautifulSoup import trafilatura for .py files from playwright . sync_api import sync_playwright from playwright_stealth import stealth_sync for .ipynb files import asyncio from playwright ....
|
105 |
| 8032 | review-contract | anthropics/knowledge-work-plugins |
/review-contract -- Contract Review Against Playbook If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Review a contract against your organization's negotiation playbook. Analyze each clause, flag deviations, generate redline suggestions, and provide business impact analysis. Important : You assist with legal workflows but do not provide legal advice. All analysis should be reviewed by qualified legal professionals before being relied upon. Invoca...
|
105 |
| 8033 | nano-banana-prompt | giulioco/skills |
Nano Banana Pro excels at: - Photorealistic rendering with accurate textures, lighting, and materials - Identity preservation - maintaining facial features across transformations - Complex compositions - multiple subjects, detailed environments, layered effects - Technical precision - specific camera specs, lighting setups, era aesthetics - Creative experiments - surreal compositions, 3D effects, recursive visuals Key success factors: - Specificity over brevity - Detailed prompts yield be...
|
105 |
| 8034 | beautiful-prose | sickn33/antigravity-awesome-skills |
Beautiful Prose Overview Hard-edged writing style contract for timeless, forceful English prose without AI tics When to Use This Skill Use this skill when you need to work with hard-edged writing style contract for timeless, forceful english prose without ai tics. Instructions This skill provides guidance and patterns for hard-edged writing style contract for timeless, forceful english prose without ai tics. For more information, see the source repository .
|
105 |
| 8035 | customer-support-builder | daffy0208/ai-dev-standards |
Customer Support Builder Build scalable customer support systems that grow with your product without requiring linear hiring increases. Core Principle Support should scale sub-linearly with users. As you grow from 100 to 10,000 users, support volume shouldn't increase 100x. Good self-service systems can keep support needs growing at only 10-20x while user base grows 100x. Support Maturity Model Stage 1: Founder-Led (0-100 users) Founders answer every question personally Learn what users actu...
|
105 |
| 8036 | nextjs-react-redux-typescript-cursor-rules | mindrally/skills |
Next.js React Redux TypeScript Cursor Rules Complete development guidelines for building maintainable, scalable applications with Next.js, React, Redux Toolkit, and TypeScript. Development Philosophy Produce maintainable, scalable code following SOLID principles Favor functional and declarative approaches over imperative styles Prioritize type safety and static analysis Embrace component-driven architecture Code Style Standards Indentation: Use tabs Strings: Use single quotes (unless escaping ...
|
105 |
| 8037 | clawsec-clawhub-checker | prompt-security/clawsec |
ClawSec ClawHub Checker Enhances the ClawSec suite's guarded skill installer with ClawHub reputation checks. Adds a second layer of security by checking VirusTotal Code Insight scores and other reputation signals before allowing skill installation. What It Does Wraps clawhub install - Intercepts skill installation requests Checks VirusTotal reputation - Uses ClawHub's built-in VirusTotal Code Insight Adds double confirmation - For suspicious skills (reputation score below threshold) Integrates w...
|
105 |
| 8038 | phoenix-evals | arize-ai/phoenix |
Phoenix Evals Build evaluators for AI/LLM applications. Code first, LLM for nuance, validate against humans. Quick Reference Task Files Setup setup-python, setup-typescript Build code evaluator evaluators-code-{python|typescript} Build LLM evaluator evaluators-llm-{python|typescript}, evaluators-custom-templates Run experiment experiments-running-{python|typescript} Create dataset experiments-datasets-{python|typescript} Validate evaluator validation, validation-calibration-{python|typescript}...
|
105 |
| 8039 | engineer-analyst | rysweet/amplihack |
Engineer Analyst Skill Purpose Analyze technical systems, problems, and designs through the disciplinary lens of engineering, applying established frameworks (systems engineering, design thinking, optimization theory), multiple methodological approaches (first principles analysis, failure mode analysis, design of experiments), and evidence-based practices to understand how systems work, why they fail, and how to design reliable, efficient, and scalable solutions. When to Use This Skill System ...
|
105 |
| 8040 | senior-frontend | borghei/claude-skills |
Senior Frontend Complete toolkit for senior frontend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Component Generator python scripts/component_generator.py [ options ] Script 2: Bundle Analyzer python scripts/bundle_analyzer.py [ options ] Script 3: Frontend Scaffolder python scripts/frontend_scaffolder.py [ options ] Core Capabilities 1. Component Generator Automated tool for component gen...
|
105 |
| 8041 | linux-server-expert | duck4nh/antigravity-kit |
Linux Server Expert Initial Server Setup Update system apt update && apt upgrade -y Create user with sudo adduser deploy usermod -aG sudo deploy SSH key auth mkdir -p /home/deploy/.ssh chmod 700 /home/deploy/.ssh Add public key to authorized_keys Disable root login & password auth vim /etc/ssh/sshd_config PermitRootLogin no PasswordAuthentication no systemctl restart sshd Firewall (UFW) ufw default deny incoming ufw default allow outgoing ufw allow ssh ufw allow 80 /tcp ufw allow 443 /tcp...
|
105 |
| 8042 | multi-platform-apps-multi-platform | sickn33/antigravity-awesome-skills |
Multi-Platform Feature Development Workflow Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies. [Extended thinking: This workflow orchestrates multiple specialized agents to ensure feature parity across platforms while maintaining platform-specific optimizations. The coordination strategy emphasizes shared contracts and parallel development with regular synchronization points. By establishin...
|
105 |
| 8043 | bencium-controlled-ux-designer | bencium/bencium-claude-code-design-skill |
UX Designer Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible. Core Philosophy CRITICAL: Design Decision Protocol ALWAYS ASK before making any design decisions (colors, fonts, sizes, layouts) Never implement design changes until explicitly instructed The guidelines below a...
|
105 |
| 8044 | using-dbt-for-analytics-engineering | dbt-labs/dbt-agent-skills |
When you use this skill, announce: "Using dbt analytics engineering skill to [brief purpose]." Core principle: Apply software engineering discipline (DRY, modularity, testing) to data transformation work through dbt's abstraction layer. When to Use - Building new dbt models, sources, or tests - Modifying existing model logic or configurations - Refactoring a dbt project structure - Creating analytics pipelines or data transformations - Working with warehouse data that needs modeling Do ...
|
105 |
| 8045 | lightpanda-browser | aradotso/trending-skills |
Lightpanda — Headless Browser for AI & Automation Skill by ara.so — Daily 2026 Skills collection Lightpanda is a headless browser built from scratch in Zig, designed for AI agents, web scraping, and automation. It uses 9x less memory and runs 11x faster than Chrome headless. Key facts: Not based on Chromium, Blink, or WebKit — clean-slate Zig implementation JavaScript execution via V8 engine CDP (Chrome DevTools Protocol) compatible — works with Playwright, Puppeteer, chromedp Respects robots.tx...
|
105 |
| 8046 | build-dashboard | anthropics/knowledge-work-plugins |
/build-dashboard - Build Interactive Dashboards If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Build a self-contained interactive HTML dashboard with charts, filters, tables, and professional styling. Opens directly in a browser -- no server or dependencies required. Usage /build-dashboard <description of dashboard> [data source] Workflow 1. Understand the Dashboard Requirements Determine: Purpose : Executive overview, operational monitoring, d...
|
105 |
| 8047 | lbo-model | anthropics/financial-services-plugins |
TEMPLATE REQUIREMENT This skill uses templates for LBO models. Always check for an attached template file first. Before starting any LBO model: If a template file is attached/provided : Use that template's structure exactly - copy it and populate with the user's data If no template is attached : Ask the user: "Do you have a specific LBO template you'd like me to use? If not, I can use the standard template which includes Sources & Uses, Operating Model, Debt Schedule, and Returns Analysis." If u...
|
105 |
| 8048 | openbb-app-builder | openbb-finance/backends-for-openbb |
OpenBB App Builder You are an expert OpenBB app developer. This skill handles the complete pipeline for building OpenBB Workspace apps - from requirements gathering to tested deployment. Quick Reference Command Action "Build an OpenBB app for X" Full pipeline "Convert this Streamlit app" Reference-based build "Quick mode: build X" Minimal questions Execution Modes Mode Triggers Behavior Standard (default) Confirm at each phase, detailed explanations Quick "quick mode", "fast", "minimal" Sensib...
|
105 |
| 8049 | skill-master | itechmeat/llm-code |
Skill Master This skill is the entry point for creating and maintaining Agent Skills. Language requirement: all skills MUST be authored in English. Quick Navigation New to skills? Read: references/specification.md SKILL.md templates? See: assets/skill-templates.md Advanced features (context, agents, hooks)? Read: references/advanced-features.md Creating from docs? Read: references/docs-ingestion.md Validation & packaging? See scripts/ When to Use Creating a new skill from scratch Updating an ...
|
105 |
| 8050 | prototype designer | daffy0208/ai-dev-standards |
Prototype Designer Validate ideas through interactive prototypes before writing code. Core Principle Test before you build. Prototypes let you: Validate assumptions Test with real users Iterate faster than code Communicate ideas clearly Reduce development waste Phase 1: Choosing Prototyping Tools Tool Comparison Tool Best For Learning Curve Fidelity Figma Full designs, collaboration Medium High Framer Code-based, advanced interactions High Very High ProtoPie Complex interactions, sensors Medium ...
|
105 |