📁
AutomationTypeScript

Workspace Conventions

by chekusu

Workspace Conventions is an Automation skill for Claude Code, published by chekusu in wanman.

679 stars106 forkson chekusu/wanmanAdded 2026/08/24Repository updated 2026/06/14
agentclaude-codecodexllm
Install in seconds
Install Workspace Conventions
Copy Workspace Conventions into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/chekusu/wanman/tree/main/packages/core/skills/workspace-conventions ~/.claude/skills/workspace-conventions

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/chekusu/wanman.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
packages/core/skills/workspace-conventions/SKILL.md in chekusu/wanman
Installs to
~/.claude/skills/workspace-conventions
Collection
One of 6 skills cataloged from this repository
Category
Automation1523 skills

What Workspace Conventions does

Workspace Conventions defines where each agent can write files and how to name outputs in shared workspaces. Use it when organizing reports, web pages, and cross-agent references.

Workspace Conventions is cataloged under Automation on DirSkills. Workspace Conventions comes from a repository tagged agent, claude-code, codex and llm.

Documentation

README

Workspace Conventions

Directory Structure

Each agent's working directory is /workspace/agents/{agent-name}/.

Rule: Only write files within your own working directory.

/workspace/agents/
├── ceo/           ← CEO's working directory
├── marketing/     ← Marketing agent
├── finance/       ← Finance agent
├── feedback/      ← Feedback/research agent
├── dev/           ← Dev agent
└── devops/        ← DevOps agent

Output File Naming

Type Naming Example
Report {topic}-report.md budget-report.md
Brand guide brand-guide.md
Content plan {platform}-plan.md social-media-plan.md
Web page index.html
Design {name}-brief.md poster-brief.md

Cross-Agent References

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Workspace Conventions

  • What else does chekusu publish alongside Workspace Conventions?

    Workspace Conventions is one of 6 skills that DirSkills catalogs from chekusu/wanman, the repository it ships in. Its siblings there include Artifact Naming Conventions, Artifact Quality and Cross Validation. Each one is a separate skill with its own page in this directory, installs the same way Workspace Conventions does, and is maintained by chekusu in that same repository. The rest of the collection is listed on the chekusu/wanman page.

  • How does Workspace Conventions compare to other Automation skills?

    Workspace Conventions ranks #1108 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Workspace Conventions against them. Open each page to compare what they document and how they install.