El guardián de la estabilidad. Nada se entrega sin ser verificado.
Orchestrator agent that manages the generation of high-impact profile enhancements and viral "clickbait" hooks, and automates their deployment to LinkedIn.
Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper methodology when users request to create or modify OpenClaw/Moltbot/ClawDBot skills following official standards.
Use this when starting any LOBSTER workflow -- planning, building, reviewing, testing, or coordinating a team of agents
Literature sprint — parallel exploration of a topic
Turn nearby BLE MAC addresses into soulbound `$ANIMA` tokens using AnimaChain logic. Hashes each MAC into a unique proof-of-remnant and stores locally in a DAG.
Analyzes datasets, generates charts, and creates summary reports. Use when the user provides data (CSV, JSON) or asks for statistical insights.
Moai Lib Shadcn Ui - Professional implementation guide
Generate API documentation, code comments, and technical docs from source code
Build pages, components, layouts, and styling for modern web applications.
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Fix broken code using a specific persona (Roaster, Hype Man, or Senior Dev).
Review code and provide feedback using a specific persona (Roaster, Hype Man, or Senior Dev).
Execute complex tasks with zero hallucination and high precision by running an embedded OpenClaw agent session with enforced Chain of Thought, Hybrid Memory Search, and strict Sandbox boundaries. Use this when the user demands high accuracy or when previous attempts have failed due to hallucinations.
Run prompts via Gemini CLI headless mode
Create d2 diagram creator operations. Auto-activating skill for Visual Content. Triggers on: d2 diagram creator, d2 diagram creator Part of the Visual Content skill category. Use when working with d2 diagram creator functionality. Trigger with phrases like "d2 diagram creator", "d2 creator", "d2".
Write a motivation line based on supply chain's daily target. ALWAYS use this skill when the user asks to "check my supply chain", "supply chain status", or mentions "supply chain" in their request.
Generate the body for a new or updated pull request
Update an existing pull request
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus - flow-nexus - e2b-sandboxes
A high-performance blueprint for distributed applications requiring dual-persistence, secure identity governance, and fault-tolerant AI orchestration.
Run citation-check before delivering factual outputs.
Run the student exam prep workflow (mindmap → flashcards → quiz).
Sync documentation from source-of-truth files
Analyze codebase structure and update architecture documentation
Use when you need to request OpenCode to create new agents, generate skills, or execute complex automation tasks. This skill enables the agent to command OpenCode programmatically.
Expert information synthesis and structured summarization with intelligent content analysis, key insight extraction, and multi-format output generation for research findings
Use when enabling inter-agent messaging, exposing notification API to other agents, or coordinating multi-agent workflows. Handles incoming requests and formats reports.
Start a new Go concurrency project following the skills standards
name: testing-strategy description: Comprehensive testing strategy for Backend, Frontend, and E2E. ---
name: python-development description: Standards and workflows for Python development in this project. ---
Auto-triggers after code changes. Implements quality gates (>=85 standard, >=90 security) with Gemini CLI review and automatic fix iterations.
Skill-Atlas 统一技能管理测试技能。当提到"Skill-Atlas"、"统一技能管理"、"测试技能共享"或"skill-atlas-test"时使用,用于验证跨 Claude Code 和 Codex 的技能共享机制。
Write a shell script
Generates a concise and descriptive commit or PR message based on the code changes.
Generate routes, handle requests/responses, connect to DB. Use for API development and database operations.
Use Tailwind to create clean, structured, and premium layouts with clear visual hierarchy.
Standardize all UI elements using shadcn/ui components for a professional, consistent interface.
Implement features following the GitHub Spec-Kit methodology, ensuring all development aligns with specifications in @specs/ directory for hackathon-todo.
Build LLM evaluation plans, metrics, judge prompts, and test cases for RAG/LLM systems; use when designing evals, benchmarks, or experiment hygiene.
Template for explore agent task delegation
Template for delegating implementation work to junior_dev agent
Use the logic below in the skill whenever creating a propect's partner preference info on the basis of generaed prospect_profile info.
This document defines the **Full View Profile Screen** structure and content. It captures layout, sections, and informational hierarchy exactly as described. No additional interactions, logic, or assumptions are introduced beyond what is stated.
No description available
This skill enables your AI agent to become a personal fashion stylist for their human. The agent uses their deep understanding of the human's preferences, lifestyle, and personality to curate outfits and provide styling advice.
Process all pending inputs from BACKLOG.md, _inbox/, and Todoist Inbox
Evolved builder from test-driven-builder-v1 via structure_change mutation.
运行 ESLint 检查代码质量问题。
This is the autonomous delivery mode. You act as the CTO and Lead Engineer. You don't just "write code"; you deliver complete, polished features.
Use Builder for implementation and bug fixing with optional patch contract enforcement
Use Reviewer for adversarial code review with patch and citations
Use Critic to challenge assumptions, expose failure modes, and stress-test plans
Create initial "Hello, world" thread in hub.
When to use: - Metrics look wrong and you need a root-cause triage plan.
When to use: - You need a cohort analysis plan or interpretation.
When to use: - You need a risk review for a strategy or portfolio.
When to use: - You need a newsletter draft.
When to use: - You need titles, captions, and CTAs.
When to use: - You need hooks for a post or video.
When to use: - You need a thumbnail creative brief.
프론트엔드 코드를 리팩토링합니다. 타입 정의, 컴포넌트 분리, 스타일 정리가 필요할 때 사용하세요.
This skill guides creation of distinctive, production-grade frontend interfaces for a **Developer Portfolio**.
Orchestrate workflow execution with explicit user confirmation.
Review code changes and provide actionable feedback
公众号深度洞察长文生成助手。基于聊天对话记录提炼深度洞察,生成2000-8000字的公众号长文。适用于组织发展(OD)、人力资源(HRD)、企业教练、管理顾问等需要输出深度内容的场景。当用户需要将聊天对话、咨询记录、培训问答转化为公众号文章时使用。
Prefer straightforward, readable solutions over clever or complex ones Use when enforcing code quality standards. Quality category skill.
Match data structures to access patterns: Arrays for ordered, indexed access; Sets/Maps for uniqu... Use when optimizing code performance. Performance category skill.
Avoid creating unnecessary intermediate objects in hot paths Use when optimizing code performance. Performance category skill.
Commit code after each logical unit of work is complete Use when configuring AI agent workflows and patterns. Agent Behavior category skill.
Follow the Red-Green-Refactor cycle: write a failing test first, implement the minimum code to pa... Use when writing and organizing tests. Testing category skill.
In TypeScript, explicitly type return values for public functions Use when maintaining consistent code style. Style category skill.
Separate business logic from infrastructure (databases, APIs, UI) Use when designing system architecture. Architecture category skill.
When writing code, identify and eliminate duplication Use when enforcing code quality standards. Quality category skill.
Before creating ANY new documentation, plans, or artifacts, ALWAYS check if similar documents alr... Use when configuring AI agent workflows and patterns. Agent Behavior category skill.
Build a solid foundation of fast, isolated unit tests that cover individual functions and classes Use when writing and organizing tests. Testing category skill.
Use strict TypeScript patterns: Use when maintaining consistent code style. Style category skill.
Use factories when object creation is complex, involves choosing between implementations, or you ... Use when designing system architecture. Architecture category skill.
Identify expensive, pure computations that are called with the same inputs Use when optimizing code performance. Performance category skill.
Instead of returning null, consider: throwing an exception for unexpected missing data, returning... Use when enforcing code quality standards. Quality category skill.
Keep interfaces small and focused Use when designing system architecture. Architecture category skill.
Stubs provide canned responses to calls made during tests Use when writing and organizing tests. Testing category skill.
Before implementing any code changes, create a detailed plan and present it for review using #pla... Use when configuring AI agent workflows and patterns. Agent Behavior category skill.
If a function requires more than 3-4 parameters, consider: grouping related parameters into an ob... Use when enforcing code quality standards. Quality category skill.
Use camelCase for JavaScript/TypeScript variables and functions Use when maintaining consistent code style. Style category skill.
Pass dependencies through constructors or setters rather than instantiating them internally Use when designing system architecture. Architecture category skill.
Only implement features that are explicitly required right now Use when enforcing code quality standards. Quality category skill.
Before presenting code, review it yourself: Use when enforcing code quality standards. Quality category skill.
Use repositories to encapsulate database queries and provide a clean interface for data access Use when designing system architecture. Architecture category skill.
Depend on abstractions (interfaces, abstract classes), not concrete implementations Use when designing system architecture. Architecture category skill.
Validate all external inputs at system boundaries (API endpoints, user input, file reads, environ... Use when enforcing code quality standards. Quality category skill.
Structure READMEs with: project title and brief description, badges (build status, version), quic... Use when documenting code and APIs. Documentation category skill.
If you need a comment to explain what code does, first try to rewrite the code to be self-explana... Use when enforcing code quality standards. Quality category skill.
Use the Strategy pattern when you have multiple algorithms for the same task and want to select o... Use when designing system architecture. Architecture category skill.
Snapshots are useful for detecting unintended UI changes but shouldn't be the only testing strategy Use when writing and organizing tests. Testing category skill.
Check authorization at every access point, not just the UI layer Use when implementing security best practices. Security category skill.
Log detailed errors server-side but return generic messages to clients Use when implementing security best practices. Security category skill.
Document public functions with: a brief description of what the function does, @param for each pa... Use when documenting code and APIs. Documentation category skill.
Each function should do exactly one thing and do it well Use when enforcing code quality standards. Quality category skill.