skill-patternsAgent Skill 设计模式模板库。当用户要创建新 skill、优化现有技能结构、或需要技能设计指导时激活。提供 5 个可复用模式:Tool Wrapper、Generator、Reviewer、Inversion、Pipeline。
Install via ClawdBot CLI:
clawdbot install s906903912/skill-patternsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 9, 2026
A development team wants to standardize code reviews with automated checks for best practices, security vulnerabilities, and style compliance. The Agent Skill uses the Reviewer pattern to audit pull requests and generate detailed reports, reducing manual review overhead.
A legal firm needs to generate customized contracts quickly while adhering to jurisdiction-specific clauses and company templates. The Generator pattern enables structured content creation, with variables filled via an interview using the Inversion pattern for unclear requirements.
A data team requires a pipeline that ingests raw data, applies transformations, validates quality, and produces dashboards. The Pipeline pattern coordinates sequential execution, with each step leveraging Tool Wrapper for domain-specific data conventions.
A customer support center wants to automatically categorize and prioritize incoming tickets based on urgency and topic. Using the Inversion pattern, the skill first interviews the user to gather issue details, then executes the appropriate workflow using Tool Wrapper for internal knowledge bases.
A financial institution needs to generate tailored compliance checklists for regulatory audits. The Generator pattern produces structured checklists, and the Reviewer pattern cross-checks completed items, ensuring no steps are missed.
Offer the skill as a plugin within agent development platforms (e.g., Google ADK marketplace) or low-code development environments. Customers subscribe monthly or per-usage, gaining access to a library of design patterns and templates.
Provide expert consulting to enterprises for designing and implementing custom Agent Skills using these patterns. Revenue comes from project-based engagements, training workshops, and ongoing maintenance.
Develop the skill as an internal tool for an organization to accelerate skill creation across departments. The tool reduces development time and enforces best practices, leading to cost savings and faster time-to-market for internal agents.
💬 Integration Tip
Integrate the skill into existing agent development environments (e.g., Google ADK) by referencing the SKILL.md entry point and loading pattern templates from the references/ directory. Use trigger keywords to activate pattern recommendations based on user input.
Scored May 9, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.