Crawler Summary

workflow-best-practices answer-first brief

Automatically generates a complete workflow skills system for new projects. Use when setting up a new project, initializing skills, or creating a standardized development workflow. Analyzes project structure and automatically creates 6 core skills customized for the project. --- name: workflow-best-practices description: Automatically generates a complete workflow skills system for new projects. Use when setting up a new project, initializing skills, or creating a standardized development workflow. Analyzes project structure and automatically creates 6 core skills customized for the project. --- Workflow Best Practices - Auto Generator This skill automatically generates a complete workfl Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Freshness

Last checked 4/15/2026

Best For

workflow-best-practices is best for general automation workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 94/100

workflow-best-practices

Automatically generates a complete workflow skills system for new projects. Use when setting up a new project, initializing skills, or creating a standardized development workflow. Analyzes project structure and automatically creates 6 core skills customized for the project. --- name: workflow-best-practices description: Automatically generates a complete workflow skills system for new projects. Use when setting up a new project, initializing skills, or creating a standardized development workflow. Analyzes project structure and automatically creates 6 core skills customized for the project. --- Workflow Best Practices - Auto Generator This skill automatically generates a complete workfl

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Apr 15, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 15, 2026

Vendor

Chandler0303

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Setup snapshot

git clone https://github.com/Chandler0303/workflow-best-practices.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Chandler0303

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

5

Snippets

0

Languages

typescript

Parameters

Executable Examples

text

/workflow-best-practices

text

/workflow-best-practices 为这个项目生成完整的工作流程 skills

text

1. project-best-coordinator (first - coordinates others)
2. project-standards (foundation - others reference this)
3. feature-design
4. testing
5. code-review
6. debugging

text

/skill-creator [skill description]。项目技术栈:[实际技术栈],项目结构:[实际结构],组件模式:[实际模式]

text

/skill-creator 创建编码规范 skill,用于编码标准和开发模式。
技术栈:React 18.2.0 + TypeScript 5.1.6 + Vite 7.1.3 + Ant Design 5.27.1 + Redux 4.2.1 + Rematch 2.2.0 + Tailwind CSS 4.1.12。
项目文件组织:pages/PageName/index.tsx + index.type.ts + index.less,components/ComponentName/index.tsx。
组件模式:参考 src/pages/Project/EngineeringManagement/index.tsx 的模式。
工具类:参考 src/util/processHandler.ts 和 src/util/tools.ts。

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Automatically generates a complete workflow skills system for new projects. Use when setting up a new project, initializing skills, or creating a standardized development workflow. Analyzes project structure and automatically creates 6 core skills customized for the project. --- name: workflow-best-practices description: Automatically generates a complete workflow skills system for new projects. Use when setting up a new project, initializing skills, or creating a standardized development workflow. Analyzes project structure and automatically creates 6 core skills customized for the project. --- Workflow Best Practices - Auto Generator This skill automatically generates a complete workfl

Full README

name: workflow-best-practices description: Automatically generates a complete workflow skills system for new projects. Use when setting up a new project, initializing skills, or creating a standardized development workflow. Analyzes project structure and automatically creates 6 core skills customized for the project.

Workflow Best Practices - Auto Generator

This skill automatically generates a complete workflow skills system for your project. It analyzes your project structure, technology stack, and patterns, then creates 6 customized skills that match your project's needs.

What This Skill Does

When you use /workflow-best-practices in a new project, this skill will:

  1. Analyze your project structure

    • Read package.json to identify technology stack
    • Examine project files to understand patterns
    • Identify key frameworks and tools
  2. Automatically generate 6 core skills

    • project-best-coordinator - Project coordinator and workflow orchestrator
    • feature-design - Requirements analysis and feature design
    • project-standards - Coding standards and development patterns
    • testing - Testing patterns and best practices
    • code-review - Code review and quality assurance
    • debugging - Debugging and troubleshooting
  3. Customize skills for your project

    • Adapt to your technology stack (React, Vue, etc.)
    • Include project-specific patterns and conventions
    • Reference your actual project structure

Usage

Simply use the command in your project:

/workflow-best-practices

Or be more specific:

/workflow-best-practices 为这个项目生成完整的工作流程 skills

Automatic Generation Process

When invoked, this skill will:

Step 1: Project Analysis

  1. Read package.json to identify:

    • Framework (React, Vue, Angular, etc.)
    • UI Library (Ant Design, Element Plus, Material-UI, etc.)
    • State Management (Redux, Vuex, Zustand, etc.)
    • Testing Framework (Vitest, Jest, etc.)
    • Build Tool (Vite, Webpack, etc.)
    • Styling (Tailwind CSS, Less, Sass, etc.)
  2. Examine project structure:

    • Check src/ directory structure
    • Identify component patterns
    • Find utility files and patterns
    • Look for existing test files
  3. Identify project-specific patterns:

    • Component organization
    • File naming conventions
    • Import patterns
    • State management patterns

Step 2: Generate Skills

For each of the 6 skills, automatically:

  1. Create the skill directory: .cursor/skills/skill-name/

  2. Generate SKILL.md with:

    • Project-specific technology stack
    • Actual project patterns and conventions
    • References to real project files
    • Customized examples from your project
  3. Generate README.md (Chinese introduction)

  4. Create references/ directory with:

    • Project-specific documentation
    • Real examples from your codebase
    • Customized patterns

Step 3: Customization

Each skill is customized based on:

  • Technology Stack: React vs Vue, Ant Design vs Element Plus, etc.
  • Project Structure: Actual file organization patterns
  • Existing Code: References to real components and utilities
  • Conventions: Naming conventions, import patterns, etc.

Generated Skills Details

1. project-best-coordinator

Location: .cursor/skills/project-best-coordinator/

Customization:

  • Routes tasks to other 5 skills
  • References actual project structure
  • Includes project-specific workflow

2. feature-design

Location: .cursor/skills/feature-design/

Customization:

  • Component design patterns from your project
  • Integration with your actual utilities (e.g., ProcessHandler)
  • Project-specific design examples

3. project-standards

Location: .cursor/skills/project-standards/

Customization:

  • Your actual technology stack (from package.json)
  • Real file organization patterns
  • Component patterns from your codebase
  • Business logic patterns (e.g., ProcessHandler usage)

4. testing

Location: .cursor/skills/testing/

Customization:

  • Your testing framework (Vitest, Jest, etc.)
  • Component testing patterns for your UI library
  • API testing patterns
  • Project-specific utility testing

5. code-review

Location: .cursor/skills/code-review/

Customization:

  • Project-specific coding standards
  • Technology stack review checklist
  • Project patterns review guidelines

6. debugging

Location: .cursor/skills/debugging/

Customization:

  • Framework-specific debugging (React, Vue, etc.)
  • State management debugging (Redux, Vuex, etc.)
  • Project-specific utility debugging

Implementation Instructions

CRITICAL: When a user invokes /workflow-best-practices, you MUST automatically generate all 6 skills. Do NOT just provide instructions - actually create them.

Step 1: Analyze Project (REQUIRED)

Before generating, you MUST:

  1. Read package.json to extract:

    • Framework: React/Vue/Angular version
    • UI Library: Ant Design/Element Plus/Material-UI version
    • State Management: Redux/Rematch/Vuex/Zustand
    • Testing: Vitest/Jest version
    • Build Tool: Vite/Webpack version
    • Styling: Tailwind CSS/Less/Sass
    • Other key dependencies
  2. Examine project structure:

    • List src/ directory structure
    • Identify component organization patterns
    • Find utility files (e.g., processHandler.ts, tools.ts)
    • Check existing test files
    • Identify file naming conventions
  3. Extract project patterns:

    • Component patterns from actual files
    • Import patterns
    • State management usage
    • API calling patterns

Step 2: Generate All 6 Skills (AUTOMATIC)

You MUST automatically generate all 6 skills in this order. For EACH skill:

  1. Create the directory: .cursor/skills/skill-name/

  2. Generate SKILL.md with:

    • Project-specific technology stack (from package.json)
    • Actual project patterns (from codebase analysis)
    • Real file references (from project structure)
    • Customized examples (from actual code)
  3. Generate README.md (Chinese introduction)

  4. Create references/ directory with project-specific docs

Generation Order:

1. project-best-coordinator (first - coordinates others)
2. project-standards (foundation - others reference this)
3. feature-design
4. testing
5. code-review
6. debugging

Step 3: Customization Requirements

For EACH skill, you MUST customize:

  • Technology Stack: Use actual versions from package.json
  • Project Structure: Reference real directory structure
  • Component Patterns: Use patterns from actual components
  • Utilities: Reference real utility files (e.g., ProcessHandler)
  • Examples: Use or adapt examples from actual codebase

Step 4: Execution

When user says /workflow-best-practices or /workflow-best-practices 为这个项目生成完整的工作流程 skills:

  1. ✅ Read package.json (REQUIRED)
  2. ✅ Analyze project structure (REQUIRED)
  3. ✅ Generate project-best-coordinator skill (AUTOMATIC)
  4. ✅ Generate project-standards skill (AUTOMATIC)
  5. ✅ Generate feature-design skill (AUTOMATIC)
  6. ✅ Generate testing skill (AUTOMATIC)
  7. ✅ Generate code-review skill (AUTOMATIC)
  8. ✅ Generate debugging skill (AUTOMATIC)
  9. ✅ Verify all skills created
  10. ✅ Report completion

DO NOT:

  • ❌ Just provide instructions
  • ❌ Ask user to manually create skills
  • ❌ Skip any of the 6 skills
  • ❌ Use generic templates without customization

Example Generation Process

When generating, follow this process for EACH skill:

Template for Each Skill Generation

For each skill, you should:

  1. Read the template from ~/.cursor/skills/workflow-best-practices/references/skills-summary.md

  2. Customize based on project analysis:

    • Replace generic technology stack with actual versions
    • Replace example patterns with real project patterns
    • Reference actual project files
    • Adapt examples from real codebase
  3. Use skill-creator with project context:

    /skill-creator [skill description]。项目技术栈:[实际技术栈],项目结构:[实际结构],组件模式:[实际模式]
    

Example: Project Standards Generation

Before generation, analyze:

  • Read package.json → React 18.2.0, TypeScript 5.1.6, Vite 7.1.3, Ant Design 5.27.1, etc.
  • Examine src/ structure → pages/, components/, util/, etc.
  • Read actual component → EngineeringManagement/index.tsx pattern
  • Check utilities → processHandler.ts, tools.ts patterns

Then generate with:

/skill-creator 创建编码规范 skill,用于编码标准和开发模式。
技术栈:React 18.2.0 + TypeScript 5.1.6 + Vite 7.1.3 + Ant Design 5.27.1 + Redux 4.2.1 + Rematch 2.2.0 + Tailwind CSS 4.1.12。
项目文件组织:pages/PageName/index.tsx + index.type.ts + index.less,components/ComponentName/index.tsx。
组件模式:参考 src/pages/Project/EngineeringManagement/index.tsx 的模式。
工具类:参考 src/util/processHandler.ts 和 src/util/tools.ts。

Key Point: Always include actual project information, not placeholders.

Key Points

  1. Automatic: No manual configuration needed
  2. Customized: Skills match your actual project
  3. Complete: All 6 skills generated in one go
  4. Project-specific: References your real code and patterns

After Generation

Once all skills are generated:

  1. Verify all 6 skills exist in .cursor/skills/
  2. Test each skill with a simple query
  3. Customize further if needed (skills are editable)

References

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/snapshot"
curl -s "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/contract"
curl -s "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T01:01:11.827Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Chandler0303",
    "href": "https://github.com/Chandler0303/workflow-best-practices",
    "sourceUrl": "https://github.com/Chandler0303/workflow-best-practices",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T03:16:36.987Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T03:16:36.987Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/chandler0303-workflow-best-practices/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to workflow-best-practices and adjacent AI workflows.