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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,518
总 Skills
93.3M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
13301 mini-wiki trsoliu/mini-wiki
Wiki Generator Generate structured project Wiki to .mini-wiki/ directory. Output Structure .mini-wiki/ ├── config.yaml Configuration ├── meta.json Metadata ├── cache/ Incremental update cache ├── wiki/ Main Wiki content │ ├── index.md │ ├── architecture.md │ ├── getting-started.md │ ├── modules/ │ ├── api/ │ └── assets/ └── i18n/ Multi-language versions ├── en/ └── zh/ 🔌 Plugin Executi...
125
13302 review buiducnhat/agent-skills
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
125
13303 ai-video-production-master erichowens/some_claude_skills
AI Video Production Master Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in: Multiple video approaches: Stock footage, T2V (Sora-style), I2V, hybrid Hybrid local/cloud workflows for cost optimization Style and character consistency (LoRA, IPAdapter, prompt discipline) Motion graphics and synthetic elements (title cards, data viz, lower thirds) Artist commissioning for training datasets Cloud GPU orchestration (Vast.ai, RunPod) When to Use ✅ USE this skill ...
125
13304 arxiv-viewer actionbook/actionbook
arXiv Viewer Access, search, download, and read academic papers from arXiv using a hybrid API + Actionbook approach. Architecture Overview ┌─────────────────────────────────────────────────────────────┐ │ arxiv-viewer │ ├─────────────────┬─────────────────┬─────────────────────────┤ │ arXiv API │ arxiv.org Web │ ar5iv.org │ │ (WebFetch) │ (Actionbook) │ (Actionbook) │ ├─────────────────┼─────────────────┼────...
124
13305 dagster-integrations dagster-io/skills
Dagster Integrations Skill This skill is a thin wrapper around more complex and detailed reference documents. It helps guide users through workflows that require using or understanding Dagster integration libraries. Workflow Decision Tree Depending on the user's request, choose the appropriate reference file: Using a specific integration library? Try to find a references/dagster-<technology>/ folder in this directory. This will be named directly after the integration library name (e.g. dagster-d...
124
13306 learn boshu2/agentops
Learn: From Raw Materials to Published Output Prefix your first line with 🥷 inline, not as its own paragraph. Your role: collect, organize, translate, explain, structure. You support the user's thinking; you do not replace it. Pre-check Check whether /read and /write skills are installed (look for their SKILL.md in the skills directories). Warn if missing, do not block: /read missing -- Phase 1 fetch falls back to native WebFetch / curl ; coverage on paywalled, JS-heavy, and Chinese-platform pag...
124
13307 skill-creator casper-studios/casper-marketplace
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
124
13308 kiro-skill feiskyer/claude-code-settings
Kiro: Spec-Driven Development Workflow An interactive workflow that transforms ideas into comprehensive feature specifications, design documents, and actionable implementation plans. Quick Start When you mention creating a feature spec, design document, or implementation plan, this skill helps guide you through: Requirements → Define what needs to be built (EARS format with user stories) Design → Determine how to build it (architecture, components, data models) Tasks → Create actionable impl...
124
13309 speech-to-text martinholovsky/claude-skills-generator
ElevenLabs Speech-to-Text Transcribe audio to text with Scribe v2 - supports 90+ languages, speaker diarization, and word-level timestamps. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) with open ( "audio.mp3" , "rb" ) as audio_file : result = client . speech_to_text . convert ( file = audio_file , model_id = "scribe_v2" ) print ( result . text ) JavaScript import { ElevenLabsClient } ...
124
13310 clean-code vudovn/antigravity-kit
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
124
13311 natural-dialogue-techniques wordflowlab/novel-writer-skills
自然对话写作技巧 核心原则 通过语言展现角色 每个角色都应该有独特的声音: 用词选择 受过教育的 vs 随意的 正式的 vs 俚语 技术术语 vs 日常语言 角色背景决定词汇 句子结构 短/断断续续 vs 长/流畅 完整句子 vs 片段 简单结构 vs 复杂从句 反映思维方式 言语模式 打断、停顿、重复 口头禅和填充词 独特的措辞习惯 文化和地域特色 不说什么 回避的话题 说谎的模式 沉默的时刻 未说出口的含义 潜台词胜过直白 角色的意思 vs 说的话: ❌ 直白对话(说教式) "我对你生气,因为你昨晚对我撒谎了关于你去哪里。" ✅ 富含潜台词的对话 "你的商务会议开得怎么样?" "很好。" "我确定是这样。" 为什么更好: 让读者参与推理 创造张力和不适 更真实(人们避免直接冲突) 展示角色动态 潜台词的层次 表面层:字面意义 情感层:真实感受 关系层:权力和亲密度 主题层:更大的故事意义 打断和重叠 真实对话不是有序的: 使用打断 "听着,我知道你认为——" "你不知道我在想什么。" "——但如果你让我说完——" 砰的一声,远处的门关上了。 "...
124
13312 fix buiducnhat/agent-skills
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
124
13313 bootstrap buiducnhat/agent-skills
Bootstrap Development You are an expert in Bootstrap for building responsive, maintainable web interfaces. Core Principles Write clear, concise, and technical responses with precise Bootstrap examples Utilize Bootstrap's components and utilities for responsive, maintainable development Prioritize clean coding practices and descriptive class naming Minimize custom CSS by leveraging built-in components Grid System & Layout Leverage Bootstrap's grid system for responsive layouts Use container, ro...
124
13314 gmail odyssey4me/agent-skills
Gmail Gmail is a free email service provided by Google. It's widely used by individuals and businesses for sending, receiving, and organizing emails. Official docs: https://developers.google.com/gmail/api Gmail Overview Email Attachment Draft Label Thread Working with Gmail This skill uses the Membrane CLI to interact with Gmail. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the...
124
13315 axiom-hig charleswiltgen/axiom
Apple Human Interface Guidelines — Quick Reference When to Use This Skill Use when: Making visual design decisions (colors, backgrounds, typography) Reviewing UI for HIG compliance Answering "Should I use a dark background?" Choosing between design options Defending design decisions to stakeholders Quick lookups for common design questions Related Skills Use axiom-hig-ref for comprehensive details and code examples Use axiom-liquid-glass for iOS 26 material design implementation Use axiom-liqu...
124
13316 axiom-background-processing charleswiltgen/axiom
Background Processing Overview Background execution is a privilege, not a right. iOS actively limits background work to protect battery life and user experience. Core principle: Treat background tasks as discretionary jobs — you request a time window, the system decides when (or if) to run your code. Key insight: Most "my task never runs" issues stem from registration mistakes or misunderstanding the 7 scheduling factors that govern execution. This skill provides systematic debugging, not gues...
124
13317 pydantic-ai-common-pitfalls existential-birds/beagle
PydanticAI Common Pitfalls and Debugging Tool Decorator Errors Wrong: RunContext in tool_plain ERROR: RunContext not allowed in tool_plain @agent.tool_plain async def bad_tool(ctx: RunContext[MyDeps]) -> str: return "oops" UserError: RunContext annotations can only be used with tools that take context Fix: Use @agent.tool if you need context: @agent.tool async def good_tool(ctx: RunContext[MyDeps]) -> str: return "works" Wrong: Missing RunContext in tool ERROR: First param must be...
124
13318 nansen-wallet nansen-ai/nansen-cli
Wallet Auth Setup Save API key (non-interactive) nansen login --api-key < key > Or via env var: NANSEN_API_KEY = < key > nansen login Verify nansen research profiler labels --address 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 --chain ethereum Wallet Creation (Two-Step Agent Flow) Wallet creation requires a password from the human user . The agent must NOT generate or store the password itself. Step 1 (Agent → Human): Ask the user to provide a wallet password (minimum 12 characters). Step 2 (A...
124
13319 create-plan openai/skills
Create Plan Goal Turn a user prompt into a single, actionable plan delivered in the final assistant message. Minimal workflow Throughout the entire workflow, operate in read-only mode. Do not write or update files. Scan context quickly Read README.md and any obvious docs (docs/, CONTRIBUTING.md, ARCHITECTURE.md). Skim relevant files (the ones most likely touched). Identify constraints (language, frameworks, CI/test commands, deployment shape). Ask follow-ups only if blocking Ask at most 1...
124
13320 skill-creator skillcreatorai/ai-agent-skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
124
13321 react-patterns casper-studios/casper-marketplace
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
124
13322 skill creator hoangnguyen0403/agent-skills-standard
Agent Skill Creator Standard Priority: P0 (CRITICAL) Strict guidelines for High-Density Agent Skills. Maximize info/token ratio. Core Principles (Token Economy First ⚡) Progressive Loading : Load only essential content initially. Lazy References : Move detailed examples to references/ . Imperative Compression : Use verbs, abbreviations, bullet points. Context Limits : Cursor(~100k), Claude(~200k), Windsurf(~32k). Three-Level Loading System Metadata : Triggers → AGENTS.md index (Proactive Activat...
123
13323 canghe-xhs-images freestylefly/canghe-skills
Xiaohongshu Infographic Series Generator Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. Usage Auto-select style and layout based on content /canghe-xhs-images posts/ai-future/article.md Specify style /canghe-xhs-images posts/ai-future/article.md --style notion Specify layout /canghe-xhs-images posts/ai-future/article.md --layout dense Combine style and layout /canghe-xhs-images posts/ai-future/article.md --style notion --layout li...
123
13324 find-skills brianlovin/claude-config
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
123
13325 axiom-ios-ai charleswiltgen/axiom
iOS Apple Intelligence Router You MUST use this skill for ANY Apple Intelligence or Foundation Models work. When to Use Use this router when: Implementing Apple Intelligence features Using Foundation Models Working with LanguageModelSession Generating structured output with @Generable Debugging AI generation issues iOS 26 on-device AI Routing Logic Foundation Models Work Implementation patterns → /skill axiom-foundation-models LanguageModelSession basics @Generable structured output Tool p...
123
13326 visual-explainer nicobailon/visual-explainer
Visual Explainer Generate self-contained HTML files for technical diagrams, visualizations, and data tables. Always open the result in the browser. Never fall back to ASCII art when this skill is loaded. Proactive table rendering. When you're about to present tabular data as an ASCII box-drawing table in the terminal (comparisons, audits, feature matrices, status reports, any structured rows/columns), generate an HTML page instead. The threshold: if the table has 4+ rows or 3+ columns, it belong...
123
13327 supabase-pentest yoanbernabeu/supabase-pentest-skills
Supabase Security Audit Orchestrator 🔵 RECOMMENDED: USE PLAN MODE FOR COMPLEX AUDITS When your environment supports Plan Mode , it is strongly recommended to activate it before starting the audit: Use the EnterPlanMode tool at the start of the orchestration Plan Mode enables better organization of multi-phase audits It allows the user to validate the approach before execution If Plan Mode is not available, proceed directly with execution Plan Mode provides better traceability and user control ov...
123
13328 tmux mitsuhiko/agent-stuff
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
123
13329 axiom-camera-capture-diag charleswiltgen/axiom
Camera Capture Diagnostics Systematic troubleshooting for AVFoundation camera issues: frozen preview, wrong rotation, slow capture, session interruptions, and permission problems. Overview Core Principle: When camera doesn't work, the problem is usually: Threading (session work on main thread) - 35% Session lifecycle (not started, interrupted, not configured) - 25% Rotation (deprecated APIs, missing coordinator) - 20% Permissions (denied, not requested) - 15% Configuration (wrong preset, mis...
123
13330 axiom-build-debugging charleswiltgen/axiom
Build Debugging Overview Check dependencies BEFORE blaming code. Core principle 80% of persistent build failures are dependency resolution issues (CocoaPods, SPM, framework conflicts), not code bugs. Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "I added a Swift Package but I'm getting 'No such module' errors. The package is in my Xcode project but won't compile." → The skill covers SPM resolution workflows, package cache clearing, and fra...
123
13331 x-article-publisher wshuyi/x-article-publisher-skill
X Article Publisher Publish Markdown content to X (Twitter) Articles editor, preserving formatting with rich text conversion. Prerequisites Playwright MCP for browser automation User logged into X with Premium Plus subscription Python 3.9+ with dependencies: macOS: pip install Pillow pyobjc-framework-Cocoa Windows: pip install Pillow pywin32 clip-util For Mermaid diagrams: npm install -g @mermaid-js/mermaid-cli Scripts Located in ~/.claude/skills/x-article-publisher/scripts/: parse_markdown....
123
13332 ask buiducnhat/agent-skills
Ask Purpose Gather the information needed to proceed with a task through structured, focused dialogue. This skill is for asking only . Do not plan, implement, or produce any artifacts. Scope Gate (Required Before Starting) Use this skill only when: The task is underspecified — key requirements, constraints, or decisions are missing User input is required — the task cannot proceed without answers from the user No assumptions are safe — guessing would risk wasted effort or wrong direction If the t...
123
13333 axiom-grdb charleswiltgen/axiom
GRDB Overview Direct SQLite access using GRDB.swift — a toolkit for SQLite databases with type-safe queries, migrations, and reactive observation. Core principle Type-safe Swift wrapper around raw SQL with full SQLite power when you need it. Requires iOS 13+, Swift 5.7+ License MIT (free and open source) When to Use GRDB Use raw GRDB when you need ✅ Complex SQL joins across 4+ tables ✅ Window functions (ROW_NUMBER, RANK, LAG/LEAD) ✅ Reactive queries with ValueObservation ✅ Full control over ...
123
13334 svg-precision dkyazzentwatwa/chatgpt-skills
svg-precision Generate structurally correct SVGs from a strict JSON spec (scene graph), then validate and optionally render a PNG preview. Fast path Turn the user request into a Spec JSON (use templates in references/spec.md). Build the SVG: python scripts/svg_cli.py build spec.json out.svg Validate: python scripts/svg_cli.py validate out.svg (Optional) Render a PNG preview (requires CairoSVG): python scripts/svg_cli.py render out.svg out.png --scale 2 Spec design rules (for accuracy) Always s...
123
13335 x-twitter-api tato418/x-twitter-api
X (Twitter) API v2 skill using the authenticated user's own developer credentials (OAuth 1.0a, pay-per-use). All commands go through a single entry point: node x.js <command> [flags] . Each command has its its own doc file with the full reference for flags and behavior. [!SETUP] Before first use, check whether ./node_modules exists. If it does NOT exist, run npm install . Then check whether ./dist/x.js exists. If it does NOT exist, run npm run build . NEVER cd into the skill directory; use relat...
123
13336 voice-agents casper-studios/casper-marketplace
Voice Agents You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward. Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but ad...
123
13337 macos-developer 404kidwiz/claude-supercode-skills
macOS Developer Purpose Provides native macOS application development expertise specializing in AppKit, SwiftUI for Mac, and system integration. Builds native desktop applications with XPC services, menu bar apps, and deep OS capabilities for the Apple ecosystem. When to Use Building native macOS apps (DMG/App Store) Developing Menu Bar apps (NSStatusItem) Implementing XPC Services for privilege separation Creating System Extensions (Endpoint Security, Network Extension) Porting iPad apps to M...
123
13338 multimodal-analysis 404kidwiz/claude-supercode-skills
You are an expert at analyzing and interpreting diverse media formats, extracting meaningful insights from visual content, technical diagrams, documents, and complex visual information that goes beyond simple text extraction. Purpose Provide sophisticated analysis of media files by understanding visual context, recognizing patterns, interpreting diagrams, and extracting structured information from unstructured visual content. You excel at transforming visual media into actionable, interpreted...
123
13339 axiom-sqlitedata-migration charleswiltgen/axiom
Migrating from SwiftData to SQLiteData When to Switch ┌─────────────────────────────────────────────────────────┐ │ Should I switch from SwiftData to SQLiteData? │ ├─────────────────────────────────────────────────────────┤ │ │ │ Performance problems with 10k+ records? │ │ YES → SQLiteData (10-50x faster for large datasets) │ │ │ │ Need CloudKit record SH...
123
13340 operations-manager borghei/claude-skills
Operations Manager Expert-level operations management for organizational efficiency. Core Competencies Process optimization Resource management Workflow design Performance management Vendor management Capacity planning Quality assurance Cost optimization Operations Framework Operations Model STRATEGY → PLANNING → EXECUTION → MONITORING → IMPROVEMENT │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ Define Resource Daily ...
123
13341 qa-testing-android vasilyu1983/ai-agents-public
QA Testing (Android) Android testing automation with Espresso, UIAutomator, and Compose Testing. Core References: Android Testing Docs, Espresso, Compose Testing Quick Reference Task Command List emulators emulator -list-avds Start emulator emulator @<avd_name> List devices adb devices Install APK adb install -r <path-to-apk> Run unit tests ./gradlew test Run instrumented tests (connected) ./gradlew connectedAndroidTest Run instrumented tests (GMD) ./gradlew <device><variant>AndroidTest List ...
123
13342 intelligent-prompt-generator huangserva/skill-prompt-generator
Intelligent Prompt Generator Skill v2.0 你是一个智能提示词生成专家,拥有语义理解、常识推理和一致性检查能力。 🎉 v2.0 新功能 系统已升级到v2.0!现在支持3种生成模式: 1️⃣ Portrait(人像)- 向后兼容 适用:纯人像摄影 示例:"生成一个年轻女性肖像" 使用:portrait domain (502个元素) 2️⃣ Cross-Domain(跨域)- 🆕 新功能 适用:复杂场景,需要多domain组合 示例:"龙珠悟空打出龟派气功的蜡像3D感" 使用:自动识别需要的domains(portrait + video + art + common) 优势:充分利用1,246个元素,利用率从40%提升到80% 3️⃣ Design(设计)- 🆕 新功能 适用:设计海报、卡片,需要专业设计规范 示例:"温馨可爱风格的儿童教育海报" 使用:SQLite元素 + YAML变量(配色、边框、装饰) 优势:20万+种配色组合 🚀 如何使用v2.0 重要:系统会自动识别用户需求类型并选择最佳生成模式! 调用方式 当用户请求生成提示...
123
13343 solidity-development pluginagentmarketplace/custom-plugin-blockchain
Solidity Development Skill Master Solidity smart contract development with design patterns, testing strategies, and production best practices. Quick Start Invoke this skill for Solidity development Skill("solidity-development", topic="patterns", solidity_version="0.8.24") Topics Covered 1. Language Features (0.8.x) Modern Solidity essentials: Data Types: Value, reference, mappings Functions: Visibility, modifiers, overloading Inheritance: Diamond problem, C3 linearization Custom Errors: Ga...
123
13344 deep-reading-analyst ovachiever/droid-tings
Deep Reading Analyst Transforms surface-level reading into deep learning through systematic analysis using 10+ proven thinking frameworks. Guides users from understanding to application through structured workflows. Framework Arsenal Quick Analysis (15min) 📋 SCQA - Structure thinking (Situation-Complication-Question-Answer) 🔍 5W2H - Completeness check (What, Why, Who, When, Where, How, How much) Standard Analysis (30min) 🎯 Critical Thinking - Argument evaluation 🔄 Inversion Thinking - Risk ide...
123
13345 tooluniverse-chemical-safety mims-harvard/tooluniverse
Chemical Safety & Toxicology Assessment Comprehensive chemical safety analysis integrating predictive AI models, curated toxicogenomics databases, regulatory safety data, and chemical-biological interaction networks. When to Use This Skill Triggers : "Is this chemical toxic?" / "Assess the safety profile of [drug/chemical]" "What are the ADMET properties of [SMILES]?" "What genes does [chemical] interact with?" / "What diseases are linked to [chemical] exposure?" "Drug safety assessment" / "Envi...
123
13346 webflow-designer-api 224-industries/webflow-skills
Webflow Designer API This skill helps users work with the Webflow Designer API through two workflows. Start by asking the user which workflow they'd like to use , or infer from context if it's obvious. Workflows 1. Designer Extensions Build full extensions with a UI that run inside the Webflow Designer as iframes. Best for reusable tools, complex workflows, and apps you want to ship to a team or the Marketplace. → See references/designer-extension-workflow.md 2. Designer API Playground Write and...
122
13347 configuring-tauri-permissions dchuk/claude-code-tauri-skills
Tauri Permissions Configuration This skill covers the Tauri v2 permission system for controlling frontend access to backend commands and system resources. Permission System Overview Permissions in Tauri are explicit privileges that grant or deny access to specific commands. They form the security boundary between frontend code and system resources. Core Components Component Purpose Permission Defines access to specific commands Scope Restricts commands to specific paths/resources Capability ...
122
13348 morphing-icons raphaelsalaja/userinterface-wiki
Morphing Icons Build icons that transform through actual shape transformation, not crossfades. Any icon can morph into any other because they share the same underlying 3-line structure. Core Concept Every icon is composed of exactly three SVG lines . Icons that need fewer lines collapse the extras to invisible center points. This constraint enables seamless morphing between any two icons. Architecture 1. Line Definition Each line has coordinates and optional opacity: interface IconLine { x1 : nu...
122
13349 axiom-app-composition charleswiltgen/axiom
App Composition When to Use This Skill Use this skill when: Structuring your @main entry point and root view Managing authentication state (login → onboarding → main) Switching between app-level states without flicker Handling scene lifecycle events (scenePhase) Restoring app state after termination Deciding when to split into feature modules Coordinating between multiple windows (iPad, axiom-visionOS) Example Prompts What You Might Ask Why This Skill Helps "How do I switch between login and m...
122
13350 writing hookify rules davila7/claude-code-templates
Writing Hookify Rules Overview Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files. Rule File Format Basic Structure --- name : rule - identifier enabled : true event : bash | file | stop | prompt | all pattern : regex - pattern - here --- Message to show Claude when this rule triggers. Can include markdown formatting, warnings, suggestions, etc. Fro...
122