Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,541
总 Skills
94.0M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
10901 ios-glass-ui-designer heyman333/atelier-ui
iOS Glass UI Designer Role You are a senior iOS product designer who deeply understands Apple Human Interface Guidelines, iOS material system (translucency + blur), and modern iOS-first interaction patterns. Your task is to redesign a mobile app UI to feel unmistakably Apple-like, iOS-forward, and native— with tasteful, restrained glass materials. Design Philosophy Native over custom Restraint over spectacle Material is functional, not decorative "Feels obvious" rather than "looks fancy" Glas...
350
10902 fine-tuning-with-trl davila7/claude-code-templates
TRL - Transformer Reinforcement Learning Quick start TRL provides post-training methods for aligning language models with human preferences. Installation: pip install trl transformers datasets peft accelerate Supervised Fine-Tuning (instruction tuning): from trl import SFTTrainer trainer = SFTTrainer( model="Qwen/Qwen2.5-0.5B", train_dataset=dataset, Prompt-completion pairs ) trainer.train() DPO (align with preferences): from trl import DPOTrainer, DPOConfig config = DPOConf...
350
10903 promo-video opusgamelabs/game-creator
Promo Video Recording Record smooth, autonomous promo footage of a Phaser game for marketing / social media. The output is a 50 FPS MP4 in mobile portrait (9:16) — ready for TikTok, Reels, Moltbook, or X. Technique Playwright's recordVideo caps at 25 FPS with no config option. We work around it: Slow the game to 0.5× by patching all 5 Phaser time subsystems Record for 2× the desired duration at Playwright's native 25 FPS FFmpeg speed-up 2× → effective 50 FPS output Parameter Default Effect SLOW_...
350
10904 claude-reflect bayramannakov/claude-reflect
Claude Reflect - Self-Learning System A two-stage system that helps Claude Code learn from user corrections. How It Works Stage 1: Capture (Automatic) Hooks detect correction patterns ("no, use X", "actually...", "use X not Y") and queue them to ~/.claude/learnings-queue.json. Stage 2: Process (Manual) User runs /reflect to review and apply queued learnings to CLAUDE.md files. Available Commands Command Purpose /reflect Process queued learnings with human review /reflect --scan-history Scan...
350
10905 ray-so-code-snippet intellectronica/agent-skills
ray.so Code Snippet Image Generator Generate beautiful code snippet images using ray.so and save them locally. Requirements The user MUST provide the code snippet, either directly or by pointing to a file/selection in context MUST ask the user for ALL styling parameters before generating, presenting ALL available options MUST use agent-browser for screenshot capture (check availability first) Workflow Step 1: Verify agent-browser Availability Before proceeding, verify that agent-browser is av...
350
10906 seedance songguoxs/seedance-prompt-skill
Install the belt CLI skill: npx skills add belt-sh/cli Seedance 2.0 Video Generation Generate videos with synchronized audio using ByteDance's Seedance 2.0 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run bytedance/seedance-2-0 --input '{ "prompt": "a jazz band performing in a dimly lit club", "generate_audio": true }' Show more Installs 2.7K Repository qu-skills/skills GitHub Stars 525 First Seen 9 days ago Security Audits Gen Ag...
350
10907 memory-hygiene aaaaqwq/claude-code-skills
Memory Hygiene Keep vector memory lean. Prevent token waste from junk memories. Quick Commands Audit: Check what's in memory memory_recall query="*" limit=50 Wipe: Clear all vector memory rm -rf ~/.clawdbot/memory/lancedb/ Then restart gateway: clawdbot gateway restart Reseed: After wipe, store key facts from MEMORY.md memory_store text="<fact>" category="preference|fact|decision" importance=0.9 Config: Disable Auto-Capture The main source of junk is autoCapture: true . Disable it: { "plugins" :...
349
10908 psychologist-analyst rysweet/amplihack
Analyze events through the disciplinary lens of psychology, applying established psychological frameworks (behavioral, cognitive, psychodynamic, humanistic, biological), research methodologies, and empirical findings to understand human behavior, cognition, emotion, motivation, social influence, mental health, and individual differences in context. When to Use This Skill - Decision-Making Analysis: Understanding cognitive biases, heuristics, and irrational choices - Leadership Analysis: Exam...
349
10909 alphaear-predictor rkiding/awesome-finance-skills
AlphaEar Predictor Skill Overview This skill utilizes the Kronos model (via KronosPredictorUtility ) to perform time-series forecasting and adjust predictions based on news sentiment. Capabilities 1. Forecast Market Trends 1. Forecast Market Trends Workflow: Generate Base Forecast : Use scripts/kronos_predictor.py (via KronosPredictorUtility ) to generate the technical/quantitative forecast. Adjust Forecast (Agentic) : Use the Forecast Adjustment Prompt in references/PROMPTS.md to subjectively a...
349
10910 prometheus-monitoring aj-geddes/useful-ai-prompts
Prometheus Monitoring Overview Implement comprehensive Prometheus monitoring infrastructure for collecting, storing, and querying time-series metrics from applications and infrastructure. When to Use Setting up metrics collection Creating custom application metrics Configuring scraping targets Implementing service discovery Building monitoring infrastructure Instructions 1. Prometheus Configuration /etc/prometheus/prometheus.yml global: scrape_interval: 15s evaluation_interval: 15s exte...
349
10911 unit-testing-framework aj-geddes/useful-ai-prompts
Unit Testing Framework Overview Write effective unit tests that are fast, isolated, readable, and maintainable following industry best practices and AAA (Arrange-Act-Assert) pattern. When to Use Writing tests for new code Improving test coverage Establishing testing standards Refactoring with test safety Implementing TDD (Test-Driven Development) Creating test utilities and mocks Instructions 1. Test Structure (AAA Pattern) // Jest/JavaScript example describe('UserService', () => { describe(...
349
10912 exploratory data analysis aj-geddes/useful-ai-prompts
Exploratory Data Analysis (EDA) Overview Exploratory Data Analysis (EDA) is the critical first step in data science projects, systematically examining datasets to understand their characteristics, identify patterns, and assess data quality before formal modeling. Core Concepts Data Profiling : Understanding basic statistics and data types Distribution Analysis : Examining how variables are distributed Relationship Discovery : Identifying patterns between variables Anomaly Detection : Finding out...
349
10913 rattles-terminal-spinners aradotso/trending-skills
Rattles Terminal Spinners Skill by ara.so — Daily 2026 Skills collection. Rattles is a minimal, zero-dependency Rust library for terminal spinners. It has no runtime or lifecycle — spinners are constructed directly in render loops with negligible cost. Supports no_std environments. Installation Cargo.toml [ dependencies ] rattles = "0.1" with std (default) no_std rattles = { version = "0.1" , default-features = false } Or via CLI: cargo add rattles no_std variant cargo add rattles --no-defau...
349
10914 maoxuan-skill-cognitive-framework aradotso/trending-skills
毛选.skill — Mao's Cognitive Framework for Strategic Analysis Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill that distills the core mental models from 《毛泽东选集》 (Selected Works of Mao Zedong) into an operational cognitive framework. Not a quote repeater — applies his analytical methods to your actual problems: startup vs. big corp, team conflicts, resource allocation, competitive strategy, career pivots. 7 core mental models · 10 decision heuristics · Full expression DNA Install...
349
10915 copy-editing davila7/claude-code-templates
Copy Editing You are an expert copy editor specializing in marketing and conversion copy. Your goal is to systematically improve existing copy through focused editing passes while preserving the core message. Core Philosophy 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 editing. Use brand voice and customer language from that context to guide your edits. Good copy editing isn't a...
349
10916 moe-training davila7/claude-code-templates
MoE Training: Mixture of Experts When to Use This Skill Use MoE Training when you need to: Train larger models with limited compute (5× cost reduction vs dense models) Scale model capacity without proportional compute increase Achieve better performance per compute budget than dense models Specialize experts for different domains/tasks/languages Reduce inference latency with sparse activation (only 13B/47B params active in Mixtral) Implement SOTA models like Mixtral 8x7B, DeepSeek-V3, Switch T...
349
10917 seo-content-auditor sickn33/antigravity-awesome-skills
Use this skill when Working on seo content auditor tasks or workflows Needing guidance, best practices, or checklists for seo content auditor Do not use this skill when The task is unrelated to seo content auditor 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...
349
10918 angular-state-management sickn33/antigravity-awesome-skills
Angular State Management Comprehensive guide to modern Angular state management patterns, from Signal-based local state to global stores and server state synchronization. When to Use This Skill Setting up global state management in Angular Choosing between Signals, NgRx, or Akita Managing component-level stores Implementing optimistic updates Debugging state-related issues Migrating from legacy state patterns Do Not Use This Skill When The task is unrelated to Angular state management You need R...
349
10919 figma-implement-design davila7/claude-code-templates
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Skill Boundaries Use this skill when the deliverable is code in the user's repository. If the user asks to create/edit/delete nodes inside Figma itself, switch to figma-use . If the user asks to build or update a full-pa...
349
10920 agentica-spawn parcadei/continuous-claude-v3
Agentica Spawn Skill Use this skill after user selects an Agentica pattern. When to Use After agentica-orchestrator prompts user for pattern selection When user explicitly requests a multi-agent pattern (swarm, hierarchical, etc.) When implementing complex tasks that benefit from parallel agent execution For research tasks requiring multiple perspectives (use Swarm) For implementation tasks requiring coordination (use Hierarchical) For iterative refinement (use Generator/Critic) For high-stake...
349
10921 neon-vercel-postgres jezweb/claude-skills
Neon & Vercel Serverless Postgres Status: Production Ready Last Updated: 2026-01-21 Dependencies: None Latest Versions: @neondatabase/serverless@1.0.2, @vercel/postgres@0.10.0, drizzle-orm@0.45.1, drizzle-kit@0.31.8, neonctl@2.19.0 Quick Start (5 Minutes) 1. Choose Your Platform Option A: Neon Direct (multi-cloud, Cloudflare Workers, any serverless) npm install @neondatabase/serverless Option B: Vercel Postgres (Vercel-only, zero-config on Vercel) npm install @vercel/postgres Note: Both...
348
10922 ln-626-dead-code-auditor levnikolaevich/claude-code-skills
Dead Code Auditor (L3 Worker) Specialized worker auditing unused and unreachable code. Purpose & Scope Worker in ln-620 coordinator pipeline Audit dead code (Category 9: Low Priority) Find unused imports, variables, functions, commented-out code Calculate compliance score (X/10) Inputs (from Coordinator) Receives contextStore with tech stack, codebase root. Workflow Parse context Run dead code detection (linters, grep) Collect findings Calculate score Return JSON Audit Rules 1. Unreachable C...
348
10923 cloudflare-workflows jezweb/claude-skills
Cloudflare Workflows Status: Production Ready ✅ (GA since April 2025) Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): April 2025: Workflows GA release - waitForEvent API, Vitest testing, CPU time metrics, 4,500 concurrent instances October 2025: Instance creation rate 10x faster (100/sec), concurrency increased to 10,000 2025 Limits: Max steps 1,024, state persisten...
348
10924 tailwindcss-responsive-darkmode josiahsiegel/claude-plugin-marketplace
Tailwind CSS Responsive Design & Dark Mode (2025/2026) Responsive Design Mobile-First Approach (Industry Standard 2025/2026) Tailwind uses a mobile-first breakpoint system. With over 60% of global web traffic from mobile devices and Google's mobile-first indexing, this approach is essential. Key Principle: Unprefixed utilities apply to ALL screen sizes. Breakpoint prefixes apply at that size AND ABOVE. <!-- CORRECT: Mobile-first (progressive enhancement) --> <div class="text-sm md:text-base l...
348
10925 playwright-web-scraper dawiddutoit/custom-claude
Playwright Web Scraper Extract structured data from multiple web pages with respectful, ethical crawling practices. When to Use This Skill Use when extracting structured data from websites with "scrape data from", "extract information from pages", "collect data from site", or "crawl multiple pages". Do NOT use for testing workflows (use playwright-e2e-testing ), monitoring errors (use playwright-console-monitor ), or analyzing network (use playwright-network-analyzer ). Always respect robots.txt...
348
10926 to-prd camacho/ai-skills
This skill takes the current conversation context and codebase understanding and produces a PRD. Do NOT interview the user — just synthesize what you already know. Process Explore the repo to understand the current state of the codebase, if you haven't already. Sketch out the major modules you will need to build or modify to complete the implementation. Actively look for opportunities to extract deep modules that can be tested in isolation. A deep module (as opposed to a shallow module) is one w...
348
10927 triage camacho/ai-skills
Triage Move issues on the project backlog through a small state machine of triage roles. Every comment or issue posted to the backlog during triage must start with this disclaimer: > *This was generated by AI during triage.* Reference docs AGENT-BRIEF.md — how to write durable agent briefs OUT-OF-SCOPE.md — how the .out-of-scope/ knowledge base works Roles Two category roles: bug — something is broken enhancement — new feature or improvement Five state roles: needs-triage — maintainer needs to e...
348
10928 wot-ui wot-ui/wot-starter
wot-ui 此技能提供使用 wot-ui 组件库开发应用程序的专业知识。 何时使用 当用户需要以下帮助时使用此技能: 实现特定的 wot-ui 组件(例如,“如何使用 Calendar 日历组件?”) 配置全局 Provider 或主题 排查组件行为问题 查找 props、events 和 slots 的 API 参考 组件参考 references/ 目录包含每个组件的详细文档。当用户询问特定组件时,请检查 references/ 中对应的 markdown 文件。 基础 (Basic) introduction.md , quick-use.md , common-problems.md , custom-theme.md button.md , cell.md , config-provider.md , icon.md , img.md , layout.md , popup.md , resize.md , transition.md 表单 (Form) calendar.md , calendar-view.md checkbox.md col-picker.md dat...
348
10929 git-workflow bobmatnyc/claude-mpm-skills
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
348
10930 permission-auditor useai-pro/openclaw-skills-security
Permission Auditor You are a permissions analyst for OpenClaw skills. Your job is to audit the permissions a skill requests and explain the security implications to the user. OpenClaw Permission Model OpenClaw skills can request four permission types: fileRead What it allows: Reading files from the user's filesystem. Legitimate use: Code analysis, documentation generation, test generation. Risk: A malicious skill could read ~/.ssh/id_rsa , ~/.aws/credentials , .env files, or any sensitive data o...
348
10931 web-design-guidelines uni-helper/skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
348
10932 weights-and-biases davila7/claude-code-templates
Weights & Biases: ML Experiment Tracking & MLOps When to Use This Skill Use Weights & Biases (W&B) when you need to: Track ML experiments with automatic metric logging Visualize training in real-time dashboards Compare runs across hyperparameters and configurations Optimize hyperparameters with automated sweeps Manage model registry with versioning and lineage Collaborate on ML projects with team workspaces Track artifacts (datasets, models, code) with lineage Users: 200,000+ ML practitioners...
348
10933 email composer davila7/claude-code-templates
Email Composer Quick start Provide context and purpose, and I'll draft an appropriate email. What I need: Purpose of email (request, follow-up, announcement, etc.) Recipient relationship (colleague, customer, manager, vendor) Key points to include Desired tone (formal, casual, urgent, friendly) Email structure Standard professional email format: Subject: [Clear, specific subject line] [Greeting], [Opening - context/purpose] [Body - main points] [Closing - call to action] [Sign-off] [Your name] C...
348
10934 transformers davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub Installs 434 Repository k-dense-ai/scie…t-skills GitHub Stars 26.3K First Seen Apr 9, 2026
348
10935 static-rendering patternsdev/skills
Static Rendering Based on our discussion on SSR, we know that a high request processing time on the server negatively affects the TTFB. Similarly, with CSR, a large JavaScript bundle can be detrimental to the FCP, LCP and TTI of the application due to the time taken to download and process the script. Static rendering or static generation (SSG) attempts to resolve these issues by delivering pre-rendered HTML content to the client that was generated when the site was built. When to Use Use this f...
348
10936 competitive-ads-extractor davila7/claude-code-templates
Competitive Ads Extractor This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating. When to Use This Skill Researching competitor ad strategies Finding inspiration for your own ads Understanding market positioning Identifying successful ad patterns Analyzing messaging that works Discovering new use cases or pain points Planning ad campaigns with proven concepts Wha...
348
10937 async-repl-protocol parcadei/continuous-claude-v3
Async REPL Protocol When working with Agentica's async REPL harness for testing. Rules 1. Use await for Future-returning tools content = await view_file(path) NOT view_file(path) answer = await ask_memory("...") 2. Single code block per response Compute AND return in ONE block. Multiple blocks means only first executes. GOOD: Single block content = await view_file(path) return any(c.isdigit() for c in content) BAD: Split blocks (second block never runs) content = await view_file(path)
348
10938 frontend-tailwind-best-practices sergiodxa/agent-skills
Styling patterns and conventions for frontend applications. Contains 10 rules covering layout utilities, affordances, color schemes, responsive design, and className handling. When to Apply Reference these guidelines when: - Writing component styles with Tailwind - Creating layouts (stacks, grids, centering) - Handling responsive design - Working with color schemes - Merging className props Rules Summary Layout Utilities (CRITICAL) layout-stack-utilities - @rules/layout-stack-utili...
348
10939 sports-betting-analyzer onewave-ai/claude-skills
Sports Betting Analyzer Analyze spreads, over/unders, prop bets. Historical trends, situational stats, value bet identification. For entertainment/education only. Instructions You are an expert sports betting analyst. Analyze betting markets, identify value, and provide educational analysis. Always include responsible gambling disclaimers. Output Format Sports Betting Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable nex...
348
10940 cloudflare-browser-rendering jezweb/claude-skills
Cloudflare Browser Rendering - Complete Reference Production-ready knowledge domain for building browser automation workflows with Cloudflare Browser Rendering. Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: @cloudflare/puppeteer@1.0.4, @cloudflare/playwright@1.1.0, wrangler@4.59.3 Recent Updates (2025): Sept 2025: Playwright v1.55 GA, Stagehand framework support (Workers AI), /links excludeExternalLinks param Aug ...
347
10941 json-render-core vercel-labs/json-render
@json-render/core Core package for schema definition, catalog creation, and spec streaming. Key Concepts Schema : Defines the structure of specs and catalogs (use defineSchema ) Catalog : Maps component/action names to their definitions (use defineCatalog ) Spec : JSON output from AI that conforms to the schema SpecStream : JSONL streaming format for progressive spec building Defining a Schema import { defineSchema } from "@json-render/core" ; export const schema = defineSchema ( ( s ) => ( { sp...
347
10942 economist-analyst rysweet/amplihack
Economist Analyst Skill Purpose Analyze events through the disciplinary lens of economics, applying established economic frameworks (supply/demand analysis, game theory, general equilibrium), multiple schools of thought (Classical, Keynesian, Austrian, Behavioral), and rigorous methodological approaches to understand market dynamics, incentive structures, resource allocation efficiency, and policy implications. When to Use This Skill Economic Policy Analysis: Evaluate fiscal policy, monetary p...
347
10943 ln-634-test-coverage-auditor levnikolaevich/claude-code-skills
Specialized worker identifying missing tests for critical business logic. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Coverage Gaps (Category 4: High Priority) - Identify untested critical paths - Classify by category (Money, Security, Data, Core Flows) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with critical paths classification, codebase structure, test file list. Domain-aware fields (NEW): - `domain_mode`: `"domain-awa...
347
10944 gcp-cloud-functions aj-geddes/useful-ai-prompts
GCP Cloud Functions Overview Google Cloud Functions enables event-driven serverless computing on Google Cloud Platform. Build functions with automatic scaling, integrated security, and seamless integration with Google Cloud services for rapid development. When to Use HTTP APIs and webhooks Pub/Sub message processing Storage bucket events Firestore database triggers Cloud Scheduler jobs Real-time data processing Image and video processing Data pipeline orchestration Implementation Examples 1. C...
347
10945 reactive-programming aj-geddes/useful-ai-prompts
Reactive Programming Overview Build responsive applications using reactive streams and observables for handling asynchronous data flows. When to Use Complex async data flows Real-time data updates Event-driven architectures UI state management WebSocket/SSE handling Combining multiple data sources Implementation Examples 1. RxJS Basics import { Observable, Subject, BehaviorSubject, fromEvent, interval } from 'rxjs'; import { map, filter, debounceTime, distinctUntilChanged, switchMap } from 'rx...
347
10946 aws-cloudfront-cdn aj-geddes/useful-ai-prompts
AWS CloudFront CDN Overview Amazon CloudFront is a fast, globally distributed content delivery network (CDN). Cache content at edge locations worldwide to reduce latency, improve performance, and provide high availability with DDoS protection. When to Use Static website hosting and assets API acceleration and dynamic content Video and media streaming Mobile application content Large file downloads Real-time data distribution DDoS protection for origins Origin isolation and security Implementat...
347
10947 technical-analysis staskh/trading_skills
Technical Analysis Identity Role: Technical Analysis Grandmaster Voice: A trader who's spent 20,000+ hours staring at charts across forex, equities, crypto, and commodities. Speaks with the precision of Richard Wyckoff, the pattern recognition of Thomas Bulkowski, and the skepticism of a quant who backtests everything. Believes technicals work because they reflect human psychology, but knows most retail TA is astrology with extra steps. Expertise: Classical charting (Dow Theory, Wyckoff Meth...
347
10948 server-side-rendering patternsdev/skills
Server-side Rendering Table of Contents When to Use When NOT to Use Instructions Details Source Server-side rendering (SSR) is one of the oldest methods of rendering web content. SSR generates the full HTML for the page content to be rendered in response to a user request. The content may include data from a datastore or external API. The connect and fetch operations are handled on the server. HTML required to format the content is also generated on the server. Thus, with SSR we can avoid making...
347
10949 ai-wrapper-product davila7/claude-code-templates
AI Wrapper Product Role: AI Product Architect You know AI wrappers get a bad rap, but the good ones solve real problems. You build products where AI is the engine, not the gimmick. You understand prompt engineering is product development. You balance costs with user experience. You create AI products people actually pay for and use daily. Capabilities AI product architecture Prompt engineering for products API cost management AI usage metering Model selection AI UX patterns Output quality con...
347
10950 unsloth davila7/claude-code-templates
Unsloth Skill Comprehensive assistance with unsloth development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with unsloth Asking about unsloth features or APIs Implementing unsloth solutions Debugging unsloth code Learning unsloth best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Reference Files This skill includes comprehensive documentation in references/: llms-txt.m...
347