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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,536
总 Skills
37.0M
总安装量
2,451
贡献者
# Skill 仓库 描述 安装量
10251 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
10252 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
10253 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
10254 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
10255 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
10256 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
10257 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
10258 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
10259 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
10260 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
10261 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
10262 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
10263 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
10264 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
10265 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
10266 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
10267 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
10268 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
10269 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
10270 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
10271 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
10272 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
10273 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
10274 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
10275 axiom-testing-async charleswiltgen/axiom
Testing Async Code — Swift Testing Patterns Modern patterns for testing async/await code with Swift Testing framework. When to Use ✅ Use when: Writing tests for async functions Testing callback-based APIs with Swift Testing Migrating async XCTests to Swift Testing Testing MainActor-isolated code Need to verify events fire expected number of times ❌ Don't use when: XCTest-only project (use XCTestExpectation) UI automation tests (use XCUITest) Performance testing with metrics (use XCTest) Ke...
122
10276 tailwindcss-accessibility josiahsiegel/claude-plugin-marketplace
Tailwind CSS Accessibility Patterns (WCAG 2.2 - 2025/2026) WCAG 2.2 Overview (Current Standard) WCAG 2.2 was released October 2023 and is the current W3C standard. Key additions relevant to Tailwind: 2.5.8 Target Size (Level AA): 24x24 CSS pixels minimum, 44x44 recommended 2.4.11 Focus Not Obscured: Focus indicators must be visible 2.4.13 Focus Appearance: Enhanced focus indicator requirements 3.3.7 Redundant Entry: Don't require re-entering information 3.2.6 Consistent Help: Help mechanisms i...
122
10277 axiom-storage charleswiltgen/axiom
iOS Storage Guide Purpose: Navigation hub for ALL storage decisions — database vs files, local vs cloud, specific locations iOS Version: iOS 17+ (iOS 26+ for latest features) Context: Complete storage decision framework integrating SwiftData (WWDC 2023), CKSyncEngine (WWDC 2023), and file management best practices When to Use This Skill ✅ Use this skill when: Starting a new project and choosing storage approach Asking "where should I store this data?" Deciding between SwiftData, Core Data, S...
122
10278 axiom-localization charleswiltgen/axiom
Localization & Internationalization Comprehensive guide to app localization using String Catalogs. Apple Design Award Inclusivity winners always support multiple languages with excellent RTL (Right-to-Left) support. Overview String Catalogs (.xcstrings) are Xcode 15's unified format for managing app localization. They replace legacy .strings and .stringsdict files with a single JSON-based format that's easier to maintain, diff, and integrate with translation workflows. This skill covers Stri...
122
10279 ssh penetration testing davila7/claude-code-templates
SSH Penetration Testing Purpose Conduct comprehensive SSH security assessments including enumeration, credential attacks, vulnerability exploitation, tunneling techniques, and post-exploitation activities. This skill covers the complete methodology for testing SSH service security. Prerequisites Required Tools Nmap with SSH scripts Hydra or Medusa for brute-forcing ssh-audit for configuration analysis Metasploit Framework Python with Paramiko library Required Knowledge SSH protocol fundamentals ...
122
10280 axiom-testflight-triage charleswiltgen/axiom
TestFlight Crash & Feedback Triage Overview Systematic workflow for investigating TestFlight crashes and reviewing beta feedback using Xcode Organizer. Core principle: Understand the crash before writing any fix — 15 minutes of triage prevents hours of debugging. Red Flags — Use This Skill When "A beta tester said my app crashed" "I see crashes in App Store Connect metrics but don't know how to investigate" "Crash logs in Organizer aren't symbolicated" "User sent a screenshot of a crash but I ...
122
10281 omnicaptions-translate lattifai/omni-captions-skills
Caption Translation Default: Claude native translation (no API key needed) Use Gemini API only when user explicitly requests it. Default Workflow (Claude) Read the caption file Translate using Claude's native ability Write output with _Claude_{lang} suffix Gemini API (Optional) Use CLI when user requests Gemini: omnicaptions translate input.srt -l zh --bilingual Output: input_Gemini_zh.srt When to Use Translate SRT/VTT/ASS to another language Generate bilingual captions (original + trans...
122
10282 seo-content-strategist ncklrs/startup-os-skills
SEO Content Strategist Expert SEO content strategy for sustainable organic growth — from keyword research to content clusters, technical optimization to link building. Philosophy Great SEO content strategy is about earning rankings, not gaming algorithms: Search intent is king — Rank for what users actually want, not what you want to rank for Content depth beats content breadth — 10 authoritative pages outperform 100 thin ones Technical foundation enables content — Brilliant content on a broken ...
122
10283 penetration-tester 404kidwiz/claude-supercode-skills
Provides ethical hacking and offensive security expertise specializing in vulnerability assessment and penetration testing across web applications, networks, and cloud infrastructure. Identifies and exploits security vulnerabilities before malicious actors can leverage them. When to Use - Assessing the security posture of a web application, API, or network - Conducting a "Black Box", "Gray Box", or "White Box" penetration test - Validating findings from automated scanners (False Positive an...
122
10284 flutter-expert 404kidwiz/claude-supercode-skills
Flutter Expert Senior mobile engineer building high-performance cross-platform applications with Flutter 3 and Dart. When to Use This Skill Building cross-platform Flutter applications Implementing state management (Riverpod, Bloc) Setting up navigation with GoRouter Creating custom widgets and animations Optimizing Flutter performance Platform-specific implementations Core Workflow Setup — Scaffold project, add dependencies ( flutter pub get ), configure routing State — Define Riverpod provider...
122
10285 nansen-trade nansen-ai/nansen-cli
Trade Two-step flow: quote then execute. Trades are irreversible once on-chain. Prerequisite: You need a wallet first. Run nansen wallet create before trading. Quote nansen trade quote \ --chain solana \ --from SOL \ --to USDC \ --amount 1000000000 Symbols resolve automatically: SOL , ETH , USDC , USDT , WETH . Raw addresses also work. Execute nansen trade execute --quote < quote-id > Agent pattern Pipe quote ID directly into execute quote_id = $( nansen trade quote --chain solana --from SOL --...
122
10286 vitest-testing-patterns erichowens/some_claude_skills
Vitest Testing Patterns This skill helps you write effective tests using Vitest and React Testing Library following project conventions. When to Use ✅ USE this skill for: Writing unit tests for utilities and functions Creating component tests with React Testing Library Setting up mocks for API calls, databases, or external services Integration testing patterns Understanding test coverage and CI setup ❌ DO NOT use for: Jest-specific patterns → similar but check Jest docs for differences End...
122
10287 develop-secure-contracts openzeppelin/openzeppelin-skills
Develop Secure Smart Contracts with OpenZeppelin Core Workflow Understand the Request Before Responding For conceptual questions ("How does Ownable work?"), explain without generating code. For implementation requests, proceed with the workflow below. CRITICAL: Always Read the Project First Before generating code or suggesting changes: Search the user's project for existing contracts ( Glob for /*.sol , /*.cairo , /*.rs , etc.) Read the relevant contract files to understand what already exists D...
122
10288 axiom-auto-layout-debugging charleswiltgen/axiom
Auto Layout Debugging When to Use This Skill Use when: Seeing "Unable to simultaneously satisfy constraints" errors in console Views positioned incorrectly or not appearing Constraint warnings during app launch or navigation Ambiguous layout errors Views appearing at unexpected sizes Debug View Hierarchy shows misaligned views Storyboard/XIB constraints behaving differently at runtime Overview Core Principle: Auto Layout constraint errors follow predictable patterns. Systematic debugging with...
122
10289 telegram-automation composiohq/awesome-claude-skills
Telegram Automation via Rube MCP Automate Telegram operations through Composio's Telegram toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Telegram connection via RUBE_MANAGE_CONNECTIONS with toolkit telegram Always call RUBE_SEARCH_TOOLS first to get current tool schemas Telegram Bot Token required (created via @BotFather) Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
122
10290 axiom-core-location-diag charleswiltgen/axiom
Core Location Diagnostics Symptom-based troubleshooting for Core Location issues. When to Use Location updates never arrive Background location stops working Authorization always denied Location accuracy unexpectedly poor Geofence events not triggering Location icon won't go away Related Skills axiom-core-location — Implementation patterns, decision trees axiom-core-location-ref — API reference, code examples axiom-energy-diag — Battery drain from location Symptom 1: Location Updates Never Arr...
121
10291 dashboard-patterns yonatangross/orchestkit
Dashboard Patterns Dashboard UI patterns for building admin panels, analytics dashboards, and data-driven interfaces with React. Layout Patterns Responsive Dashboard Grid function DashboardLayout({ children }: { children: React.ReactNode }) { return ( <div className="min-h-screen bg-muted/40"> <aside className="fixed inset-y-0 left-0 z-10 w-64 border-r bg-background"> <Sidebar /> </aside> <main className="pl-64"> <header className="sticky top-0 z-10 bord...
121
10292 agent-browser brianlovin/claude-config
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
121
10293 tooluniverse-network-pharmacology mims-harvard/tooluniverse
Network Pharmacology Pipeline Construct and analyze compound-target-disease (C-T-D) networks to identify drug repurposing opportunities, understand polypharmacology, and predict drug mechanisms using systems pharmacology approaches. IMPORTANT : Always use English terms in tool calls (drug names, disease names, target names), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respond in the user's language. When to Use This S...
121
10294 axiom-swiftdata-migration-diag charleswiltgen/axiom
SwiftData Migration Diagnostics Overview SwiftData migration failures manifest as production crashes, data loss, corrupted relationships, or simulator-only success. Core principle 90% of migration failures stem from missing models in VersionedSchema, relationship inverse issues, or untested migration paths—not SwiftData bugs. Red Flags — Suspect SwiftData Migration Issue If you see ANY of these, suspect a migration configuration problem: App crashes on launch after schema change "Expected on...
121
10295 axiom-networking-diag charleswiltgen/axiom
Network.framework Diagnostics Overview Core principle 85% of networking problems stem from misunderstanding connection states, not handling network transitions, or improper error handling—not Network.framework defects. Network.framework is battle-tested in every iOS app (powers URLSession internally), handles trillions of requests daily, and provides smart connection establishment with Happy Eyeballs, proxy evaluation, and WiFi Assist. If your connection is failing, timing out, or behaving une...
121
10296 base-ui-react jackspace/claudeskillz
Base UI React Status: Beta (v1.0.0-beta.4) - Stable v1.0 expected Q4 2025 Last Updated: 2025-11-07 Dependencies: React 19+, Vite (recommended), Tailwind v4 (recommended) Latest Versions: @base-ui-components/react@1.0.0-beta.4 ⚠️ Important Beta Status Notice Base UI is currently in beta. Before using in production: ✅ Stable: Core components (Dialog, Popover, Tooltip, Select, Accordion) are production-ready ⚠️ API May Change: Minor breaking changes possible before v1.0 (Q4 2025) ✅ Production T...
121
10297 axiom-ios-integration charleswiltgen/axiom
iOS System Integration Router You MUST use this skill for ANY iOS system integration including Siri, Shortcuts, widgets, in-app purchases, camera, photo library, audio, axiom-haptics, and more. When to Use Use this router for: Siri & Shortcuts (App Intents) Apple Intelligence integration Widgets & Live Activities In-app purchases (StoreKit) Camera capture (AVCaptureSession) Photo library & pickers (PHPicker, PhotosPicker) Audio & haptics Localization Privacy & permissions Spotlight search Ap...
121
10298 rust pproenca/dot-skills
Community Rust Best Practices Comprehensive performance optimization guide for Rust applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Rust code Optimizing memory allocation and ownership patterns Working with iterators and collections Writing async code with Tokio or other runtimes Reviewing code for performance issues Rule Categories by Priority Priority Ca...
121
10299 docx-format-replicator iamzhihuix/happy-claude-skills
DOCX Format Replicator Overview Extract formatting information from existing Word documents (.docx) and use it to generate new documents with identical formatting but different content. This skill enables creating document templates, maintaining consistent formatting across multiple documents, and replicating complex Word document structures. When to Use This Skill Use this skill when the user: Wants to extract formatting from an existing Word document Needs to create multiple documents with...
121
10300 axiom-extensions-widgets charleswiltgen/axiom
Extensions & Widgets — Discipline Core Philosophy "Widgets are not mini apps. They're glanceable views into your app's data, rendered at strategic moments and displayed by the system. Extensions run in sandboxed environments with limited memory and execution time." Mental model: Think of widgets as archived snapshots on a timeline, not live views. Your widget doesn't "run" continuously — it renders, gets archived, and the system displays the snapshot. Extension sandboxing: Extensions have: L...
121