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
Crawler Summary
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
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
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Chandler0303
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
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.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Chandler0303
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
5
Snippets
0
Languages
typescript
Parameters
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。
Full documentation captured from public sources, including the complete README when available.
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
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.
When you use /workflow-best-practices in a new project, this skill will:
Analyze your project structure
package.json to identify technology stackAutomatically generate 6 core skills
project-best-coordinator - Project coordinator and workflow orchestratorfeature-design - Requirements analysis and feature designproject-standards - Coding standards and development patternstesting - Testing patterns and best practicescode-review - Code review and quality assurancedebugging - Debugging and troubleshootingCustomize skills for your project
Simply use the command in your project:
/workflow-best-practices
Or be more specific:
/workflow-best-practices 为这个项目生成完整的工作流程 skills
When invoked, this skill will:
Read package.json to identify:
Examine project structure:
src/ directory structureIdentify project-specific patterns:
For each of the 6 skills, automatically:
Create the skill directory: .cursor/skills/skill-name/
Generate SKILL.md with:
Generate README.md (Chinese introduction)
Create references/ directory with:
Each skill is customized based on:
Location: .cursor/skills/project-best-coordinator/
Customization:
Location: .cursor/skills/feature-design/
Customization:
Location: .cursor/skills/project-standards/
Customization:
Location: .cursor/skills/testing/
Customization:
Location: .cursor/skills/code-review/
Customization:
Location: .cursor/skills/debugging/
Customization:
CRITICAL: When a user invokes /workflow-best-practices, you MUST automatically generate all 6 skills. Do NOT just provide instructions - actually create them.
Before generating, you MUST:
Read package.json to extract:
Examine project structure:
src/ directory structureExtract project patterns:
You MUST automatically generate all 6 skills in this order. For EACH skill:
Create the directory: .cursor/skills/skill-name/
Generate SKILL.md with:
Generate README.md (Chinese introduction)
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
For EACH skill, you MUST customize:
When user says /workflow-best-practices or /workflow-best-practices 为这个项目生成完整的工作流程 skills:
DO NOT:
When generating, follow this process for EACH skill:
For each skill, you should:
Read the template from ~/.cursor/skills/workflow-best-practices/references/skills-summary.md
Customize based on project analysis:
Use skill-creator with project context:
/skill-creator [skill description]。项目技术栈:[实际技术栈],项目结构:[实际结构],组件模式:[实际模式]
Before generation, analyze:
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.
Once all skills are generated:
.cursor/skills/~/.cursor/skills/workflow-best-practices/Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
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"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
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
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
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
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
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.