███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20601 | link-validator | terrylica/cc-skills |
Validates markdown links in Claude Code skills for portability across installation locations. The Problem Skills with absolute repo paths break when installed elsewhere: | Absolute repo | `/skills/foo/SKILL.md` | No - path doesn't exist | Relative | `./references/guide.md` | Yes - always resolves | Relative parent | `../sibling/SKILL.md` | Yes - always resolves When to Use This Skill - Before distributing a skill/plugin - After creating new markdown links in skills - When CI ...
|
59 |
| 20602 | grove-issues | autumnsgrove/groveengine |
Grove Issues Turn a brain dump into a clean issue backlog. You receive a messy list of TODOs and produce properly labeled, well-structured GitHub issues ready for the Lattice Kanban board. When to Activate User provides a batch of TODOs, tasks, or ideas in a single message User explicitly calls /grove-issues User says something like "create issues for these" or "turn these into tickets" User pastes a list of things they want tracked The Pipeline Brain Dump → Parse → Deduplicate → Create Issues →...
|
59 |
| 20603 | brave-search | vm0-ai/vm0-skills |
Brave Search Web search and content extraction using the official Brave Search API. No browser required. Setup Requires a Brave Search API account with a free subscription. A credit card is required to create the free subscription (you won't be charged). Show more Installs 856 Repository badlogic/pi-skills GitHub Stars 2.2K First Seen Jan 23, 2026 Security Audits Gen Agent Trust Hub Fail Socket Pass Snyk Warn
|
59 |
| 20604 | azure-openai-2025 | josiahsiegel/claude-plugin-marketplace |
Azure OpenAI Service - 2025 Models and Features Complete knowledge base for Azure OpenAI Service with latest 2025 models including GPT-5, GPT-4.1, reasoning models, and Azure AI Foundry integration. Overview Azure OpenAI Service provides REST API access to OpenAI's most powerful models with enterprise-grade security, compliance, and regional availability. Latest Models (2025) GPT-5 Series (GA August 2025) Registration Required Models: gpt-5-pro: Highest capability, complex reasoning gpt-5:...
|
59 |
| 20605 | dotnet-ui | novotnyllc/dotnet-artisan |
dotnet-ui Overview .NET UI development across Blazor, MAUI, Uno Platform, WPF, WinUI 3, and WinForms. This skill covers framework selection, component architecture, XAML patterns, MVVM, platform-specific deployment, accessibility, and localization. Each framework area has a dedicated companion file with deep guidance. Routing Table Topic Keywords Description Companion File Blazor patterns hosting model, render mode, routing, streaming, prerender Hosting models, render modes, routing, streaming, ...
|
59 |
| 20606 | component-interface-design | qodex-ai/ai-agent-skills |
Shadcn UI Designer Core Design Prompt When designing any UI, apply this philosophy: "Design a modern, clean UI following Shadcn principles: apply minimalism with ample white space and simple sans-serif typography; use strategic, subtle shadows for depth and hierarchy; ensure accessibility with high-contrast neutrals and scalable elements; provide beautiful defaults for buttons, cards, and forms that compose modularly; incorporate fluid, non-intrusive animations; maintain a professional palette...
|
59 |
| 20607 | google-ads-scripts | henkisdabro/wookstar-claude-plugins |
Google Ads Scripts Overview Guidance for developing Google Ads Scripts using the AdsApp API. Automate campaign management, bid optimisation, performance reporting, and bulk operations through JavaScript running in the Google Ads editor. When to Use This Skill Automating campaign management or bulk operations Managing keywords and adjusting bids programmatically Creating performance reports or dashboards Implementing automated rules for campaign optimisation Optimising ad spend based on ROAS or C...
|
59 |
| 20608 | hypothesis-testing | laurigates/claude-plugins |
Automatically generate test cases to find edge cases and validate properties of your code. When to Use Hypothesis vs Example-Based Tests | Testing mathematical properties (commutative, associative) | Testing specific known edge cases | Many valid inputs need testing | Exact business logic with known values | Verifying serialization round-trips | Testing specific error messages | Finding edge cases you can't predict | Integration with external systems | Testing APIs with many param...
|
59 |
| 20609 | orchestration planner | daffy0208/ai-dev-standards |
Orchestration Planner Plan multi-step workflows using capability graph and Codex-powered goal decomposition Purpose Takes high-level goals and decomposes them into executable workflows using the capability graph. Uses Codex to understand goal semantics, find matching capabilities, validate preconditions, and generate Hierarchical Task Network (HTN) plans with alternatives and scoring. When to Use Converting user goals into executable plans (e.g., "build RAG system") Finding optimal capability se...
|
59 |
| 20610 | log-reader | terrylica/cc-skills |
Read MetaTrader 5 log files directly to access Print() output from indicators, scripts, and expert advisors without requiring manual Experts pane inspection. Purpose Implement "Option 3" dual logging pattern: - Print() - MT5 log files (human-readable via Experts pane) - CSV files - Structured data (programmatic analysis) Claude Code CLI can autonomously read both outputs without user intervention. When to Use Use this skill when: - Validating MT5 indicator/script execution - Checking ...
|
59 |
| 20611 | swain-design | cristoslc/swain |
Spec Management This skill defines the canonical artifact types, phases, and hierarchy. Detailed definitions and templates live in references/ . If the host repo has an AGENTS.md, keep its artifact sections in sync with the skill's reference data. Artifact type definitions Each artifact type has a definition file (lifecycle phases, conventions, folder structure) and a template (frontmatter fields, document skeleton). Read the definition for the artifact type you are creating or transitioning. Ty...
|
59 |
| 20612 | vibe-agents | khazp/vibe-coding-prompt-template |
You are helping the user create AGENTS.md and tool-specific configuration files. This is Step 4 of the vibe-coding workflow. Your Role Generate the instruction files that guide AI coding assistants to build the MVP. Use progressive disclosure - master plan in AGENTS.md, details in agent_docs/. Prerequisites - Look for `docs/PRD-*.md` - REQUIRED - Look for `docs/TechDesign-*.md` - REQUIRED - If either is missing, suggest running the appropriate skill first Step 1: Load Context Extract ...
|
59 |
| 20613 | netbox-integration-best-practices | netboxlabs/netbox-best-practices |
NetBox Integration Best Practices Skill This skill provides best practices guidance for building integrations and automations with NetBox REST and GraphQL APIs. Target Audience Engineers building integrations atop NetBox APIs Teams planning new automations with Claude Developers learning NetBox API best practices Scope: This skill covers API integration patterns. It does NOT cover plugin development, custom scripts, or NetBox administration. NetBox Version Requirements Feature Version Requir...
|
59 |
| 20614 | raydium | sendaifun/skills |
Raydium Protocol - Complete Integration Guide The definitive guide for integrating Raydium - Solana's leading AMM and liquidity infrastructure powering DeFi since 2021. What is Raydium? Raydium is a decentralized exchange on Solana providing: Token Swapping - Fast, cheap swaps via smart routing across all pool types Liquidity Provision - Earn trading fees and rewards by providing liquidity Token Launches - LaunchLab for permissionless token launches with bonding curves Perpetual Trading - Levera...
|
59 |
| 20615 | youtube-downloader | aviz85/claude-skills-library |
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
|
59 |
| 20616 | github-multi-repo | ruvnet/claude-flow |
GitHub Multi-Repository Coordination Skill Overview Advanced multi-repository coordination system that combines swarm intelligence, package synchronization, and repository architecture optimization. This skill enables organization-wide automation, cross-project collaboration, and scalable repository management. Core Capabilities 🔄 Multi-Repository Swarm Coordination Cross-repository AI swarm orchestration for distributed development workflows. 📦 Package Synchronization Intelligent dependency res...
|
59 |
| 20617 | terraform-best-practices | nickcrew/claude-ctx-plugin |
Terraform Best Practices Comprehensive optimization guide for Terraform and Infrastructure as Code, maintained by Terramate. Contains 37 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Terraform modules or configurations Implementing infrastructure patterns (AWS, GCP, Azure, etc.) Reviewing code for security and reliability issues Refactoring existing Terraform/OpenTofu code Optimizin...
|
59 |
| 20618 | shopify-admin-graphql | tamiror6/shopify-app-skills |
Shopify Admin GraphQL Use this skill when adding or changing code that talks to the Shopify Admin API via GraphQL. When to Use Querying Shopify data (shop, customers, orders, products, inventory) Mutating Shopify data (creating/updating customers, orders, products) Implementing pagination for large datasets Handling API throttling and rate limits Working with metafields or other Shopify resources Getting the GraphQL Client In Remix Loaders/Actions (Recommended) Use authenticate.admin() from @sho...
|
59 |
| 20619 | exploratory-testing-advanced | proffesor-for-testing/agentic-qe |
Advanced Exploratory Testing <default_to_action> When exploring software or investigating quality risks: CREATE charter with mission, scope, and time-box (45-90 min) APPLY heuristics: SFDIPOT (quality criteria), FEW HICCUPPS (consistency oracles) EXPLORE systematically using test tours (Business District, Bad Neighborhood, Historical) DOCUMENT findings in real-time with notes, screenshots, evidence DEBRIEF: What learned? What's next? Share via agent memory Quick Heuristic Selection: What to test...
|
59 |
| 20620 | internationalization-i18n | secondsky/claude-skills |
Internationalization (i18n) You are an expert in internationalization for web and mobile applications. Apply these guidelines to ensure applications can be easily adapted for different languages, regions, and cultures. Core Principles Write concise, technical TypeScript code with accurate examples Use functional and declarative programming patterns; avoid classes Ensure all user-facing text is internationalized and supports localization Use descriptive variable names with auxiliary verbs (isLoad...
|
59 |
| 20621 | dev-server | civitai/civitai |
Dev Server Skill Centralized management of Next.js dev servers across multiple git worktrees. The daemon handles port allocation, environment variable injection, and log aggregation so that any agent can access dev server logs regardless of who started the server. Quick Start Check what's running node .claude/skills/dev-server/cli.mjs status Start a dev server for current worktree node .claude/skills/dev-server/cli.mjs start Start for a specific worktree node .claude/skills/dev-server/cli.mjs...
|
59 |
| 20622 | ant-design-mini | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Install and set up Ant Design Mini in a mini-program project Use Ant Design Mini components in Alipay Mini Program Use Ant Design Mini components in WeChat Mini Program Configure Ant Design Mini (theme, i18n, etc.) Use form components (Button, Input, Form, etc.) Use data display components (List, Card, etc.) Use feedback components (Toast, Modal, etc.) Use navigation components (Tabs, NavBar, etc.) Customize component styles Han...
|
59 |
| 20623 | umbraco-property-action | umbraco/umbraco-cms-backoffice-skills |
Umbraco Property Action What is it? Property Actions are buttons that appear next to property labels in the backoffice, providing secondary functionality for property editors. They expand to show available actions when clicked. Property Actions let you add auxiliary features to existing property editors without modifying the editors themselves - useful for shortcuts, transformations, or context-specific operations. Documentation Always fetch the latest docs before implementing: Main docs : https...
|
59 |
| 20624 | godot-composition-apps | thedivergentai/gd-agentic-skills |
Godot Composition & Architecture (Apps & UI) This skill enforces the Single Responsibility Principle within Godot's Node system. Whether building an RPG or a SaaS Dashboard, the rule remains: One Script = One Job. The Core Philosophy The Litmus Test Before writing a script, ask: "If I attached this script to a literal rock, would it still function?" Pass: An AuthComponent on a rock allows the rock to log in. (Context Agnostic) Fail: A LoginForm script on a rock tries to grab text fields the rock...
|
59 |
| 20625 | ui-design-system | borghei/claude-skills |
UI/UX Design & Development Expert Comprehensive UI/UX design, review, and improvement for modern web applications. Production-ready implementations with TailwindCSS + Radix UI + shadcn/ui and modern React patterns. Stack Architecture The Three Pillars Layer 1: TailwindCSS (Styling Foundation) Utility-first CSS framework with build-time generation Zero runtime overhead, minimal production bundles Design tokens: colors, spacing, typography, breakpoints Responsive utilities and dark mode support La...
|
59 |
| 20626 | umbraco-add-extension-reference | umbraco/umbraco-cms-backoffice-skills |
Add Extension Reference to Umbraco Instance What is it? After creating a new Umbraco backoffice extension project, it must be added as a project reference in the main Umbraco instance's .csproj file. Without this reference, the extension will not be loaded when running the Umbraco site. If a solution file ( .sln ) exists, the extension should also be added to it for proper IDE support (Visual Studio, Rider). This is optional - the extension will work without being in the solution. When to Use Us...
|
59 |
| 20627 | hig-inputs | raintree-technology/apple-hig-skills |
Apple HIG: Inputs Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Support multiple input methods. Touch, pointer, keyboard, pencil, voice, eyes, hands, controllers. Design for the inputs available on each platform. On iPadOS, support both touch and pointer; on macOS, both pointer and keyboard. Consistent feedback for every input action. Visible, audible, or haptic response. Standard gestures ...
|
59 |
| 20628 | app-store-deployment | secondsky/claude-skills |
App Store Deployment Overview Publish mobile applications to official app stores with proper code signing, versioning, testing, and submission procedures. When to Use Publishing apps to App Store and Google Play Managing app versions and releases Configuring signing certificates and provisioning profiles Automating build and deployment processes Managing app updates and rollouts Instructions 1. iOS Deployment Setup Create development and distribution signing certificates Step 1: Generate Cer...
|
59 |
| 20629 | sheets-cli | gmickel/sheets-cli |
sheets-cli CLI for Google Sheets primitives. Read tables, append rows, update cells by key or index, batch operations. Installation: sheets-cli is already installed and available in the user's PATH. Run commands directly—no installation needed. Quick Reference Find spreadsheet by name sheets-cli sheets find --name "Projects" List sheets/tabs sheets-cli sheets list --spreadsheet <id-or-url> Read table data sheets-cli read table --spreadsheet <id> --sheet "Sheet1" --limit 100 Update by k...
|
59 |
| 20630 | api-data-fetcher | meleantonio/awesome-econ-ai-stuff |
API Data Fetcher Purpose This skill helps economists fetch data from major economic data APIs including FRED (Federal Reserve Economic Data), World Bank, IMF, BLS, and OECD. It generates clean, documented Python code with proper error handling. When to Use Downloading macroeconomic indicators Building custom datasets from multiple sources Automating data updates for ongoing projects Fetching cross-country panel data Instructions Step 1: Identify Data Requirements Ask the user: What data do you n...
|
59 |
| 20631 | uniappx-project | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - Use any uni-app-x built-in component - Use any uni-app-x API (network, storage, device, UI, navigation, media, etc.) - Access per-component or per-API examples with official doc links - Check platform compatibility for components and APIs in uni-app-x - Build uni-app-x applications with Vue 3 + TypeScript + Vite How to use this skill This skill is organized to match the official uni-app-x components and API documentation: - Choose component ...
|
59 |
| 20632 | erk-planning | dagster-io/erk |
Erk Planning Skill When to Load Load this skill when user mentions: "update plan", "update the plan" "modify the plan", "change the plan" "edit the plan" When these triggers fire and a plan was saved in this session: Check for plan-saved-issue.marker in session scratch: erk exec marker read --session-id < session-id > plan-saved-issue If found (exit code 0), invoke /local:plan-update <issue-number> with the marker content If not found (exit code 1), ask user for issue number Overview Erk-plans a...
|
59 |
| 20633 | vuex-vue2 | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - Install and set up Vuex in a Vue 2 project - Manage application state with Vuex - Use Vuex store in Vue components - Understand Vuex core concepts (state, getters, mutations, actions) - Use Vuex modules for large applications - Handle Vuex plugins and devtools - Understand Vuex API and methods - Troubleshoot Vuex issues How to use this skill This skill is organized to match the Vuex official documentation structure ([https://vuex.vuejs.org/...
|
59 |
| 20634 | session-info | terrylica/cc-skills |
Returns the current Claude Code session UUID and registry information. When to Use - Need to know the current session UUID for debugging - Want to check the session chain history - Verify the session registry is working - Find correlation between sessions and transcripts Implementation Run the session info script: ``` bun $HOME/.claude/plugins/marketplaces/cc-skills/plugins/statusline-tools/scripts/get-session-info.ts ``` Output Format The script outputs structured session informat...
|
59 |
| 20635 | dbus | martinholovsky/claude-skills-generator |
1. Overview Risk Level: HIGH - System service access, privileged operations, IPC You are an expert in D-Bus communication with deep expertise in: D-Bus Protocol: Message bus system, object paths, interfaces Bus Types: Session bus (user), System bus (privileged) Service Interaction: Method calls, signals, properties Security: Policy enforcement, peer credentials Core Expertise Areas Bus Communication: Session/system bus, message routing Object Model: Paths, interfaces, methods, signals Policy ...
|
59 |
| 20636 | umbraco-repository-pattern | umbraco/umbraco-cms-backoffice-skills |
Umbraco Repository Pattern What is it? Repositories are the Backoffice's entry point for data requests and update notifications, abstracting data access from various sources (server, offline database, store, Signal-R). They provide a structured way to manage data operations, separating business logic from direct data access for easier maintenance and scalability. Repositories use data sources behind the scenes, allowing consumers to work with data without knowing where or how it's stored. CRITIC...
|
59 |
| 20637 | adr-code-traceability | terrylica/cc-skills |
ADR Code Traceability Add Architecture Decision Record references to code for decision traceability. Provides language-specific patterns and placement guidelines. When to Use This Skill Creating new files as part of an ADR implementation Documenting non-obvious implementation choices User mentions "ADR traceability", "code reference", "document decision" Adding decision context to code during /itp:go Phase 1 Quick Reference Reference Format ADR: {adr-id} Path Derivation: ADR: 2025-12-01-my-f...
|
59 |
| 20638 | 12-factor-apps | existential-birds/beagle |
12-Factor App Compliance Analysis Reference: The Twelve-Factor App Overview The 12-Factor App methodology is a set of best practices for building Software-as-a-Service applications that are: Portable across execution environments Scalable without architectural changes Suitable for continuous deployment Maintainable with minimal friction Input Parameters Parameter Description Required codebase_path Root path of the codebase to analyze Required Analysis Framework Factor I: Codebase Principle:...
|
59 |
| 20639 | influencer-marketing | dengineproblem/agents-monorepo |
Influencer & Creator Marketing You are an expert in influencer, creator, and ambassador marketing across B2C (Instagram, TikTok, YouTube) and B2B (LinkedIn, X, newsletters, niche podcasts). Your goal is to help the user pick the right partners, structure fair deals, keep the program compliant, and measure real ROI — not vanity reach. Foundation contributed by @Adi29102000-s; compensation benchmarks and run-of-show checklist adapted from @SamSon75's PR; expanded to the repo's standard. Before Sta...
|
59 |
| 20640 | appstore-intel | dylanfeltus/skills |
App Store Intelligence Look up app details, ratings, reviews, and search the iOS App Store and Mac App Store using Apple's free iTunes Search & Lookup APIs. No API key required. For Google Play, use web scraping via web_search and web_fetch . When to Use User asks about an app's ratings or reviews User wants to compare apps in a category User wants to find apps by keyword User asks about a competitor's app store presence User wants app metadata (price, size, version, release notes) API Overview ...
|
59 |
| 20641 | forge | delexw/claude-code-misc |
Forge Skill Typically runs automatically via SessionEnd hook. Extract knowledge from session transcripts. How It Works The SessionEnd hook runs: ao forge transcript --last-session --queue --quiet This queues the session for knowledge extraction. Flags Flag Default Description --promote off Process pending extractions from .agents/knowledge/pending/ and promote to .agents/learnings/ . Absorbs the former extract skill. Promote Mode Given /forge --promote : Promote Step 1: Find Pending Files ls -lt...
|
59 |
| 20642 | eda-schematics | l3wi/claude-eda |
EDA Schematics Skill Create and wire schematics for electronics projects. Auto-Activation Triggers This skill activates when: User asks to "create schematic", "add component", "wire" User is working with .kicad_sch files User asks about net names, connections, or ERC Project has component selections but no schematic User mentions schematic organization or sheets Context Requirements Requires: docs/component-selections.md - Selected components with LCSC numbers docs/design-constraints.json - Proj...
|
59 |
| 20643 | moai-library-nextra | modu-ai/moai-adk |
Quick Reference Purpose: Build professional documentation sites with Nextra and Next.js. Nextra Advantages: Zero config MDX with seamless Markdown and JSX integration File-system routing with automatic route generation Performance optimized with code splitting and prefetching Theme system with pluggable and customizable themes Built-in internationalization support Core Files: The pages directory contains documentation pages in MDX format The theme.config.tsx file contains site configuration...
|
59 |
| 20644 | synthesizer | liangdabiao/claude-code-stock-deep-research-agent |
Synthesizer Role You are a Research Synthesizer responsible for combining findings from multiple research agents into a coherent, well-structured, and insightful research report. Core Responsibilities Integrate Findings: Combine multiple research sources into unified content Resolve Contradictions: Identify and explain conflicting information Extract Consensus: Identify themes and conclusions supported by multiple sources Create Narrative: Build a logical flow from introduction to conclusions ...
|
59 |
| 20645 | pedagogical-code-grader | jorgealves/agent_skills |
Mentoring & Education: Evaluators & Reviewers This directory contains skills for the "Feedback" phase of the teaching lifecycle. Pedagogical Code Grader : Grades based on "Did they learn the concept?" rather than just "Did it pass tests?". Industry Standard Reviewer : Gives feedback in the persona of a Senior Engineer. Concept Mastery Validator : Ensures the teaching plan and the projects are perfectly aligned. Use Cases Automated Grading : Scale your teaching by automating the initial conceptua...
|
59 |
| 20646 | changelog management | sharex/xerahs |
Automation Script (Recommended) Use the helper script to generate a draft section from commits since the last tag, grouped into changelog categories. Script path: . ai/skills/ update-changelog / scripts/ update-changelog . ps1 Preview only (prints generated markdown): powershell - NoProfile - ExecutionPolicy Bypass - File . ai/skills/ update-changelog / scripts/ update-changelog . ps1 Generate draft from an explicit tag/version and save to a file: powershell - NoProfile - ExecutionPolicy Bypass ...
|
59 |
| 20647 | reviewing-ai-papers | oaustegard/claude-skills |
Reviewing AI Papers When users request analysis of AI/ML technical content (papers, articles, blog posts), extract actionable insights filtered through an enterprise AI engineering lens and store valuable discoveries to memory for cross-session recall. Contextual Priorities Technical Architecture: RAG systems (semantic/lexical search, hybrid retrieval) Vector database optimization and embedding strategies Model fine-tuning for specialized scientific domains Knowledge distillation for secure on-p...
|
59 |
| 20648 | umbraco-picker-data-source | umbraco/umbraco-cms-backoffice-skills |
Umbraco Picker Data Source What is it? A Picker Data Source provides data for picker-based property editors. It allows you to create custom data sources that supply items for content pickers, defining how items are fetched, searched, and displayed in a tree or collection format. This is useful for creating pickers that select from custom entities, external APIs, or filtered subsets of existing content. Documentation Always fetch the latest docs before implementing: Foundation : https://docs.umbr...
|
59 |
| 20649 | thealgorithm | danielmiessler/personal_ai_infrastructure |
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/THEALGORITHM/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. THE ALGORITHM - Universal Execution Engine PURPOSE: Produce euphoric, highly surprising, exceptional results that solve the problem better than expected. PHILOSOPHY: Move from curren...
|
59 |
| 20650 | video-producer | notedit/happy-skills |
Video Producer Skill I help you build video players, handle video streaming, and create engaging video experiences. What I Do Video Playback: Custom video players with controls Adaptive bitrate streaming (HLS, DASH) Picture-in-picture mode Fullscreen support Video Features: Subtitles and captions Quality selection Playback speed control Thumbnail previews Streaming: Live video streaming Video on demand (VOD) Progressive download Adaptive streaming Custom Video Player // components/VideoP...
|
59 |