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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,437
总 Skills
161.5M
总安装量
2,741
贡献者
# Skill 仓库 描述 安装量
22651 time blocker eddiebe147/claude-settings
Time Blocker The Time Blocker skill helps you protect and optimize your calendar using time blocking strategies—the practice of scheduling every hour of your day to ensure important work gets done. Rather than letting your calendar fill reactively with meetings and interruptions, this skill helps you proactively design your ideal week. This skill applies principles from Cal Newport's "Deep Work," Peter Drucker's effectiveness teachings, and modern async work practices to help you create a calend...
48
22652 prompt-analysis git-ai-project/git-ai
Prompt Analysis Skill Analyze AI prompting patterns using the local prompts.db SQLite database. What is Git AI? Git AI is a tool that tracks AI-generated code and prompts in git. It stores: Every AI conversation (prompts and responses) Which lines of code came from AI vs human edits Acceptance rates (how much AI code was kept vs modified) Associated commits and authors This skill queries that data to help users understand their AI coding patterns. Initialization First, determine scope from the u...
48
22653 sales-comp-plan-designer onewave-ai/claude-skills
Sales Comp Plan Designer Base/variable split recommendations, accelerators, decelerators, quota retirement methods, SPIFs, cost of sales tracking. Instructions You are an expert sales compensation designer. Create motivating comp plans that align behaviors with business goals. Output Format Sales Comp Plan Designer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actio...
48
22654 configure-reusable-workflows laurigates/claude-plugins
/configure:reusable-workflows Install Claude-powered reusable GitHub Actions workflows from claude-plugins into a project. When to Use This Skill Use this skill when... Use another approach when... Adding Claude-powered reusable workflows for security, quality, or accessibility Setting up standard CI/CD workflows (use /configure:workflows ) Installing pre-built workflow callers from claude-plugins Writing custom GitHub Actions workflows from scratch Automating OWASP, secret scanning, or code sme...
48
22655 gitops-workflow oimiragieo/agent-studio
GitOps Workflow Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments. Purpose Implement declarative, Git-based continuous delivery for Kubernetes using ArgoCD or Flux CD, following OpenGitOps principles. When to Use This Skill Set up GitOps for Kubernetes clusters Automate application deployments from Git Implement progressive delivery strategies Manage multi-cluster deployments Configure automated sync policies Set up secret management in Git...
48
22656 readability-scorer dkyazzentwatwa/chatgpt-skills
Analyze text readability using industry-standard formulas. Get grade level estimates, complexity metrics, and suggestions for improving clarity. Quick Start ``` from scripts.readability_scorer import ReadabilityScorer Score text scorer = ReadabilityScorer() scores = scorer.analyze("Your text to analyze goes here.") print(f"Grade Level: {scores['grade_level']}") print(f"Flesch Reading Ease: {scores['flesch_reading_ease']}") ``` Features - Multiple Formulas: Flesch-Kincaid, Gunning Fog, S...
48
22657 technical-planning caomeiyouren/momei
Technical Planning Skill (技术规划技能) 核心能力 (Core Capabilities) 文件寻路 : 准确找到特定逻辑所在的文件位置,避免修改错误的副本。 影响评估 : 识别修改全局 Composable、Store 或 API 时可能波及的页面或组件。 契约定义 : 在动工前定义好 API 的路径、入参和返回结构。 准入前置 : 在输出技术方案前,先确认该事项是否属于当前规划,避免为低优先级新想法提前展开实现设计。 解耦建议 : 建议将紧耦合逻辑拆离,确保护合项目架构准则。 指令 (Instructions) Worktree 感知 : 识别任务属性,在输出改动清单时,应明确改动应在哪个工作树(如 ../momei-dev )中执行。 先给准入结论 : 在输出任何实现清单前,先明确该事项是“当前范围内执行”“允许插队执行”还是“仅记录为后续规划”。如果结论是延期,则不应展开完整开发方案。 清单优先 : 对允许执行的事项,在执行任何 Do 操作前,必须先输出一份包含“受影响文件”和“改动逻辑点”的清单。 路径验证 : 确保提及的文件路径在当前工作区真实存在...
48
22658 presentation-outline aaronvanston/skills-presentations
Presentation Outline Generate presentation structures following a proven flow pattern with bold, minimal slides designed for live presenting. Core Principles Slides are conversation starters, not scripts — each slide prompts discussion Bold statements over explanations — headlines that land, not sentences that explain Breathing room — fewer slides with more impact beats many dense slides Clear sections — the audience should always know where they are Section colors — each major section gets its ...
48
22659 google-material-design copyleftdev/sk1llz
Google Material Design⁠‍⁠​‌​‌​​‌‌‍​‌​​‌​‌‌‍​​‌‌​​​‌‍​‌​​‌‌​​‍​​​​​​​‌‍‌​​‌‌​‌​‍‌​​​​​​​‍‌‌​​‌‌‌‌‍‌‌​​​‌​​‍‌‌‌‌‌‌​‌‍‌‌​‌​​​​‍​‌​‌‌‌‌‌‍​‌​​‌​‌‌‍​‌‌​‌​​‌‍‌​‌​‌‌‌​‍​​‌​‌​​​‍‌‌‌​‌​‌‌‍‌​‌‌​​‌​‍‌​​‌​​​​‍​​​​​​‌​‍​​‌‌‌​​‌‍​​​​‌​​‌‍‌‌‌​​‌‌‌⁠‍⁠ Overview Material Design is Google's open-source design system that bridges the gap between the physical and digital worlds. Introduced in 2014 and evolved through Material Design 2 (2018) and Material Design 3 (2021), it provides a comprehensive framework for buil...
48
22660 aj-stock-analysis zuoa/aj-skills
China Stock Analysis Skill 基于价值投资理论的中国A股分析工具,面向低频交易的普通投资者。 When to Use 当用户请求以下操作时调用此skill: 分析某只A股股票 筛选符合条件的股票 对比多只股票或行业内股票 计算股票估值或内在价值 查看股票的财务健康状况 检测财务异常风险 Prerequisites Python环境要求(必须使用venv) 所有脚本命令都应在项目虚拟环境中运行。 python3 -m venv .venv source .venv/bin/activate 安装依赖: pip install tushare pandas numpy Environment Bootstrap(执行前必须自动完成) 在运行任何脚本前,先在当前项目目录执行: cd < skill项目目录 > if [ ! -d ".venv" ] ; then python3 -m venv .venv fi source .venv/bin/activate python3 -m pip install -U pip python3 -m pip install ...
48
22661 revenue modeler eddiebe147/claude-settings
Revenue Modeler Expert revenue forecasting agent that builds driver-based revenue models, projects growth scenarios, optimizes pricing strategies, and forecasts subscription metrics. Specializes in SaaS revenue modeling, marketplace economics, and multi-stream revenue forecasting. This skill applies rigorous revenue modeling methodologies to create defensible projections, stress-test assumptions, and support strategic planning. Perfect for fundraising projections, board reporting, budgeting, and...
48
22662 seo-content-brief openclaudia/openclaudia-skills
SEO Content Brief Generator Generate research-backed content briefs that help writers produce pages capable of outranking current top results. Briefs include competitor analysis with gap scoring, per-section word count breakdowns, keyword placement rules, and page-type-specific templates. Process 1. Determine Brief Mode Improve mode (existing page URL provided): Fetch the existing page content and structure Identify what is already strong (keep it) Identify missing, thin, or outdated sections Di...
48
22663 geo-visualizer dkyazzentwatwa/chatgpt-skills
Create interactive HTML maps from geographic data using Folium. Features - Markers: Plot points with custom icons, popups, and tooltips - Heatmaps: Visualize density/intensity data - Choropleth: Color regions by data values - Routes/Lines: Draw paths between points - Circles/Areas: Show radius-based coverage - Layer Control: Toggle multiple layers - Clustering: Auto-cluster dense markers Quick Start ``` from geo_visualizer import GeoVisualizer Simple marker map viz = GeoVisualizer(...
48
22664 territory-planning-optimizer onewave-ai/claude-skills
Territory Planning Optimizer Account assignment by revenue potential, geography, relationship. Workload balancing, TAM/SAM calculation, coverage models. Instructions You are an expert sales operations strategist. Optimize territory design for maximum coverage, balance, and revenue potential. Output Format Territory Planning Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus...
48
22665 kubernetes-security-policies nickcrew/claude-ctx-plugin
Kubernetes Security Policies Comprehensive guidance for implementing security policies in Kubernetes clusters, covering Pod Security Standards, Network Policies, RBAC, Security Contexts, admission control, secrets management, and runtime security for production-grade hardened deployments. When to Use This Skill Implementing Pod Security Standards (PSS/PSA) across namespaces Designing and enforcing Network Policies for micro-segmentation Configuring RBAC with least-privilege access control Sett...
48
22666 xss-vulnerability-scanner jeremylongshore/claude-code-plugins-plus-skills
Xss Vulnerability Scanner Purpose This skill provides automated assistance for xss vulnerability scanner tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "xss vulnerability scanner" in your request Ask about xss vulnerability scanner patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-b...
48
22667 blueprint-adr-validate laurigates/claude-plugins
/blueprint:adr-validate Validate Architecture Decision Records for relationship consistency, reference integrity, and domain conflicts. Usage : /blueprint:adr-validate [--report-only] When to Use This Skill Use this skill when... Use alternative when... Maintaining ADR integrity before releases Creating new ADRs (use /blueprint:derive-adr ) Auditing after refactoring or changes Quick one-time documentation review Regular documentation review process General ADR reading Context ADR directory exis...
48
22668 claude-headless-mode majesticlabs-dev/majestic-marketplace
Claude Headless Mode Use claude -p (or --print) for non-interactive execution in scripts, CI, and automation. Basic Usage Simple prompt claude -p "Summarize this repo" With file input claude -p "Review this code" < file.py Pipe output claude -p "List all functions" | grep "def " Output Formats Format Flag Use Case Text --output-format text Human-readable (default) JSON --output-format json Single JSON result Stream JSON --output-format stream-json --verbose Real-time streaming Text Outpu...
48
22669 swift-diagnostics johnrogers/claude-swift-engineering
Swift Diagnostics Systematic debugging workflows for iOS/macOS development. These patterns help identify root causes in minutes rather than hours by following structured diagnostic approaches. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Navigation NavigationStack not responding, unexpected pops, deep link failures Build Issues SPM ...
48
22670 sentry-security getsentry/sentry
Sentry Security Review Find security vulnerabilities in Sentry code by checking for the patterns that have caused real vulnerabilities in this codebase. This skill is Sentry-specific. It encodes patterns from 37 real security patches shipped in the last year — not generic OWASP theory. Scope Review the code provided by the user (file, diff, or endpoint). Research the codebase as needed to build confidence before reporting. Report only HIGH and MEDIUM confidence findings. Do not report theoretica...
48
22671 sports-meme-creator onewave-ai/claude-skills
Sports Meme Creator Generate sport-specific memes from games/moments. Current event reactive content, popular templates, team/player inside jokes. Instructions You are an expert sports content creator and meme specialist. Create timely, relevant sports memes with: current event reactions, popular format templates, team/player-specific inside jokes, platform optimization (Twitter, Instagram, Reddit), and brand-safe humor. Output Format Sports Meme Creator Output Generated: {timestamp} --- ...
48
22672 event-driven-architecture nickcrew/claude-ctx-plugin
Event-Driven Architecture Patterns Expert guidance for designing, implementing, and operating event-driven systems with proven patterns for event sourcing, CQRS, message brokers, saga coordination, and eventual consistency management. When to Use This Skill Designing systems with asynchronous, decoupled communication Implementing event sourcing and CQRS patterns Building systems requiring eventual consistency and high scalability Managing distributed transactions across microservices Processin...
48
22673 topic-collector zephyrwang6/myskill
Twitter/X 重点账号: - @AnthropicAI - Anthropic官方 - @OpenAI - OpenAI官方 - @kaborsk1 - Boris Cherny(Claude Code创作者) - @swyx - AI工程师,Latent Space播客 - @simonw - Simon Willison,AI工具实践 - @levelsio - Pieter Levels,AI独立开发 - @emaborski - Eugene Borukhovich,AI健康 - @maborosi - AI自动化工作流 搜索关键词: ``` "Claude Code" tips OR tricks OR workflow "Cursor" vibe coding best practices AI agent automation n8n Claude MCP server ``` 二、创业公司/产品发布 Product Hunt: - 搜索:AI、Developer Tools、Productivity分类 - 当日上榜产品 - 提取...
48
22674 system-info rtgs2017/nagaagent
This skill provides scripts to gather system information. Available Scripts - `get_system_info.py` - Returns basic system information (OS, Python version, current time) - `list_directory.py` - Lists files in a specified directory Usage - Use `run_skill_script("system-info", "get_system_info.py")` to get system information - Use `run_skill_script("system-info", "list_directory.py", args=["path"])` to list a directory
48
22675 issue-discover catlog22/claude-code-workflow
Issue Discover Unified issue discovery and creation skill covering three entry points: manual issue creation, perspective-based discovery, and prompt-driven exploration. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ Issue Discover Orchestrator (SKILL.md) │ │ → Action selection → Route to phase → Execute → Summary │ └───────────────┬─────────────────────────────────────────────────┘ │ ├─ ASK_USER: Select action │ ┌──...
48
22676 session-intelligence-harvester panaversity/agentfactory
Session Intelligence Harvester Overview Transform session learnings into permanent organizational intelligence by implementing updates across RII components. After productive sessions involving corrections, discoveries, or pattern identification, systematically extract what was learned, route it to the correct component, and apply the changes. Why this matters : One-time fixes that aren't encoded into RII components will recur. The Chapter N skill format drift happened because no check existed t...
48
22677 sparc-methodology proffesor-for-testing/agentic-qe
Sparc Methodology Skill Purpose SPARC development workflow: Specification, Pseudocode, Architecture, Refinement, Completion. A structured approach for complex implementations that ensures thorough planning before coding. When to Trigger new feature implementation complex implementations architectural changes system redesign integration work unclear requirements When to Skip simple bug fixes documentation updates configuration changes well-defined small tasks routine maintenance Commands Specific...
48
22678 37signals-rails pproenca/dot-skills
37signals Rails Best Practices Comprehensive coding principles and conventions for Ruby on Rails applications, as practiced at 37signals (Basecamp, HEY, Fizzy). Contains 56 rules across 8 categories, prioritized by architectural impact. Derived from official 37signals sources: the Fizzy codebase, STYLE.md, AGENTS.md, the Rails Doctrine, DHH's "On Writing Software Well" series, and the unofficial 37signals style guide (265 Fizzy PRs). When to Apply Reference these guidelines when: Writing new Rai...
48
22679 notebooklm-slides panaversity/agentfactory
NotebookLM Slides Generation Quick Start 1. Start browser (via browsing-with-playwright skill) bash .claude/skills/browsing-with-playwright/scripts/start-server.sh 2. Navigate to NotebookLM browser_navigate to notebooklm.google.com 3. Create notebook, upload sources, generate slides Use proficiency-calibrated prompts below Core Principles Proficiency-Driven : Slides match CEFR levels (A2 beginner → C1 advanced) Framework Alignment : Educational philosophy explicitly stated Visual Over Text ...
48
22680 ai-agent-orchestrator dengineproblem/agents-monorepo
AI Agent Orchestrator Build coordinated multi-agent systems for complex task automation. Core Workflow Define agents: Create specialized agents Design workflow: Plan agent coordination Implement handoffs: Agent-to-agent communication Add shared memory: Persistent context Create supervisor: Orchestrate execution Monitor execution: Track agent activities Agent Architecture Agent Definition // agents/base.ts import { ChatOpenAI } from '@langchain/openai'; import { SystemMessage, HumanMessage, AIM...
48
22681 vue3-frontend eva813/vue3-skills
No SKILL.md available for this skill. [View on GitHub ](https://github.com/eva813/vue3-skills)
48
22682 api-gateway itsmostafa/aws-agent-skills
API Gateway Passthrough proxy for direct access to third-party APIs using managed OAuth connections, provided by Maton . The API gateway lets you call native API endpoints directly. Quick Start Native Slack API call python << 'EOF' import urllib.request, os, json data = json.dumps({'channel': 'C0123456', 'text': 'Hello from gateway!'}).encode() req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST') req.add_header('Authorization', f'Bearer {...
48
22683 literature review eddiebe147/claude-settings
Literature Review Expert academic research agent that conducts comprehensive literature reviews, analyzes research papers, synthesizes findings across studies, and identifies research gaps. Specializes in systematic reviews, meta-analysis support, citation analysis, and academic writing assistance. This skill applies rigorous academic research methodologies to gather, evaluate, synthesize, and present scholarly literature. Perfect for thesis research, grant proposals, academic writing, and evide...
48
22684 decision helper eddiebe147/claude-settings
Decision Helper The Decision Helper skill guides you through structured decision-making processes using proven frameworks, mental models, and de-biasing techniques. Rather than relying on gut feel alone or getting paralyzed by analysis, this skill helps you think clearly about choices that matter. This skill applies decision science, behavioral economics, and strategic thinking frameworks to help you evaluate options systematically, identify hidden biases, consider long-term consequences, and ma...
48
22685 iterative loop proffesor-for-testing/agentic-qe
The Iterative Loop skill implements continuous AI-driven development loops that persist until completion criteria are met. Inspired by the Ralph Wiggum technique, this approach enables autonomous, self-correcting development cycles where the AI sees its previous work in files and git history, iteratively improving until success. Core Philosophy - Iteration > Perfection - Don't aim for perfect on first try; let the loop refine the work - Failures Are Data - Each failure provides information t...
48
22686 confluence-assistant tech-leads-club/agent-skills
ConfluenceAssistant Expert in TODO: describe expertise. Process TODO: Step 1 TODO: Step 2 TODO: Step 3 Examples TODO: Add concrete input → output examples.
48
22687 eks itsmostafa/aws-agent-skills
AWS EKS Amazon Elastic Kubernetes Service (EKS) runs Kubernetes without installing and operating your own control plane. EKS manages the control plane and integrates with AWS services. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Control Plane Managed by AWS. Runs Kubernetes API server, etcd, and controllers across multiple AZs. Node Groups Type Description Managed AWS manages provisioning, updates Self-managed You mana...
48
22688 vue nuxt-content/nuxt-studio
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
48
22689 write-docs browseros-ai/browseros
Writing tldraw SDK documentation The tldraw voice Write like a colleague walking someone through code they know well. Confident, casual, code-first. Characteristic patterns: Have five minutes? Run this command... That's pretty much it! Let's add local persistence by passing a persistenceKey prop... Need to create some shapes? Use EditorcreateShapes. Need to delete them? Use EditordeleteShapes. What makes it work: Direct address with "you" and "let's" Questions as transitions ("Need to cr...
48
22690 testing-qa sickn33/antigravity-awesome-skills
Testing & QA Skill Overview This skill helps you write comprehensive tests for Next.js applications using Playwright for E2E tests, Jest for unit tests, and React Testing Library for component tests. Testing Philosophy Testing Pyramid E2E Tests (10%): Critical user journeys Integration Tests (30%): Component interactions Unit Tests (60%): Individual functions and utilities What to Test DO: Test behavior, not implementation DO: Test user interactions and outcomes DO: Test error states and edge ...
48
22691 miniproject zenobi-us/dotfiles
This is a simplified and concise project management AI memory framework. [!NOTE] CRITICAL Before doing any work: - Find the memory store: - If in a git repo, always refer to the main worktree `git rev-parse --path-format=absolute --git-common-dir | xargs dirname` - agent memory lives in '.memory/' directory or if you are in a worktree, then look in the main worktree `.memory/` directory. - Ensure the following files exist in `.memory/`: - read `.memory/todo.md`, `.memory/summary.md`, `.mem...
48
22692 create-skill antinomyhq/forge
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
48
22693 xhs-cover-skill cclank/xhs-cover-skill
Xiaohongshu Cover Generator (xhs-cover-skill) This skill helps you turn raw content into a high-quality image generation prompt suitable for a Xiaohongshu cover. Workflow Analyze Content : Read the user's provided content. Select Template : Choose an appropriate template from references/templates/ . Default: references/templates/style_infographic_cartoon.md (unless user specifies otherwise). Process Content : Polish : Create a catchy, click-baity title and summary text. Language : Ensure output ...
48
22694 quality-manager-qmr borghei/claude-skills
Senior Quality Manager Responsible Person (QMR) Quality system accountability, management review leadership, and regulatory compliance oversight per ISO 13485 Clause 5.5.2 requirements. Table of Contents QMR Responsibilities Management Review Workflow Quality KPI Management Workflow Quality Objectives Workflow Quality Culture Assessment Workflow Regulatory Compliance Oversight Decision Frameworks Tools and References QMR Responsibilities ISO 13485 Clause 5.5.2 Requirements Responsibility Scope E...
48
22695 agent-orchestration-planner patricio0312rev/skills
Agent Orchestration Planner Design robust multi-step agent systems with tools and error handling. Agent Architecture User Query → Planning → Tool Selection → Tool Execution → Result Synthesis → Response ↓ ↓ ↓ ↓ Memory Retry Logic Validation Cost Tracking Agent Loop Pattern from typing import List, Dict, Any class Agent: def __init__(self, tools: List[Tool], max_iterations: int = 5): self.tools...
48
22696 configure-status laurigates/claude-plugins
/configure:status Display infrastructure standards compliance status without making changes. When to Use This Skill Use this skill when... Use another approach when... Checking overall compliance status Running full compliance checks with fixes (use /configure:all --fix ) Generating compliance reports Need to fix issues found (use /configure:all ) Quick project health check Checking specific component (use /configure:X --check-only ) CI/CD status validation Running interactive selection (use /co...
48
22697 pattern-deploy commontoolsinc/labs
Deploy Phase Use Skill("ct") for comprehensive ct CLI documentation. Read First docs/development/LOCAL_DEV_SERVERS.md - Local dev setup docs/common/workflows/development.md - Workflow commands Find Identity Key ls -la *.key 2 > /dev/null || ls -la ~/.claude/*.key 2 > /dev/null || find . -name "*.key" -maxdepth 2 2 > /dev/null Commands Check syntax without deploying: deno task ct check pattern.tsx --no-run Deploy new pattern: deno task ct piece new packages/patterns/ [ name ] /main.tsx --identity...
48
22698 yeet davila7/claude-code-templates
GitHub Contribution Workflows Create or update GitHub contributions from repository evidence, using the matching workflow's templates, idempotency rules, and Paul's writing voice. Prerequisites Use the first required read-only gh command in each workflow as authentication validation. The scripts/yeet-context.sh helper is bundled with this skill, not the target repository. Resolve it to an absolute path relative to the directory containing this SKILL.md , and never search for it in the target rep...
48
22699 quality-documentation-manager borghei/claude-skills
Senior Quality Documentation Manager Expert-level quality documentation management with comprehensive document control system design, regulatory documentation oversight, change management, and configuration control for medical device organizations. Core Documentation Management Competencies 1. Document Control System Design (ISO 13485 Clause 4.2.3) Design and implement comprehensive document control systems ensuring systematic document management and regulatory compliance. Document Control S...
48
22700 design-builder adeonir/agent-skills
Design Builder Design-to-code pipeline: discover, extract, tokenize, build. Workflow discovery --> copy --> design --> frontend / variants / export Each step is independent. Can run isolated or chained. Discovery is always the first step -- never skip it. Discovery Before any operation, establish project context. Step 1: Check Existing Context Look for existing documents in .artifacts/docs/ : prd.md -- PRD brief.md -- Brief If found: read and extract purpose, audience, tone, and key features. Sk...
48