By wsagency
Sync Claude Code contexts, settings, and sessions across machines via GitHub
Bidirectional full sync (all Claude data)
Pull ALL Claude data from remote (full sync)
Pull essential Claude context from remote
Push ALL Claude data to remote (full sync)
Push essential Claude context to remote
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated registry of Claude Code plugins, agents, and tools built by ws.agency.
| Plugin | Description | Commands |
|---|---|---|
| docs-agent | Comprehensive documentation suite (Diátaxis, ADRs, changelogs, style guide) | /docs, /adr, /contributing, /architecture, /release-notes, /changelog |
| ws-commit-commands | Git workflows for Gitea using tea CLI | /ws-commit, /ws-commit-push-pr, /ws-clean-gone |
| ws-jira-enhancer | Transform task descriptions into Jira tickets | /ws-jira-enhancer |
| ws-claude-sync | Sync Claude contexts across machines via GitHub | /ws-sync-setup, /ws-sync, /ws-sync-pull, /ws-sync-push, /ws-sync-full, /ws-sync-status |
| ws-clamp | Move, archive, and manage Claude projects | /clamp-move, /clamp-inspect, /clamp-maintain, /clamp-archive |
brew install tea# Add the marketplace (one-time setup)
claude plugin marketplace add [email protected]:wsagency/WS-Claude-marketplace.git
# Install individual plugins
claude plugin install docs-agent@ws-marketplace
claude plugin install ws-commit-commands@ws-marketplace
claude plugin install ws-jira-enhancer@ws-marketplace
claude plugin install ws-claude-sync@ws-marketplace
claude plugin install ws-clamp@ws-marketplace
# List available plugins
claude plugin marketplace list
# Update marketplace
claude plugin marketplace update ws-marketplace
# Uninstall a plugin
claude plugin uninstall docs-agent@ws-marketplace
Comprehensive documentation generation suite covering the full docs-as-code lifecycle: Diátaxis framework docs, Keep a Changelog, Architecture Decision Records (MADR v4.0.0), CONTRIBUTING.md, ARCHITECTURE.md, release notes, Conventional Commits, style guide enforcement, and TSDoc/GraphQL API reference.
Commands:
/docs — Generate a complete documentation suite following Diátaxis/docs-tutorial — Create a learning-oriented tutorial/docs-howto — Create a task-oriented how-to guide/docs-explanation — Write an understanding-oriented explanation/docs-reference — Generate API or technical reference documentation/adr — Create an Architecture Decision Record (MADR v4.0.0)/contributing — Generate CONTRIBUTING.md from project analysis/architecture — Generate ARCHITECTURE.md (matklad pattern)/release-notes — Generate user-facing release notes (Linear style)/changelog — Generate or update CHANGELOG.md from git history/changelog-entry — Add a single entry to CHANGELOG.mdAgents: docs-architect, tutorial-writer, api-documenter, changelog-analyzer, adr-writer, contributing-generator, architecture-documenter, release-notes-writer
Skills (knowledge bases): diataxis, keep-a-changelog, conventional-commits, style-guide, adr
To make Claude Code automatically enforce documentation standards on your projects, add the following to your project's .claude/CLAUDE.md:
# Documentation Standards
Always apply these docs-agent standards when working on this project:
- **Commits**: Follow Conventional Commits format (`type(scope): description`)
- **Code changes**: Update CHANGELOG.md for user-facing changes
- **New features**: Check if an ADR is needed in docs/decisions/
- **TypeScript**: Use TSDoc comments on all public APIs
- **GraphQL**: Add descriptions to every type, field, and argument in the schema
- **Writing**: Follow Google style guide (active voice, present tense, second person)
- **Definition of done**: Documentation must ship with the feature
Available commands: /docs, /adr, /contributing, /architecture, /release-notes, /changelog
For hard enforcement, add hooks to .claude/settings.json:
{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "agent",
"prompt": "Before stopping, verify: 1) Commit messages follow Conventional Commits. 2) CHANGELOG.md updated if user-facing changes were made. 3) Documentation updated for new/changed features. If anything is missing, return {\"ok\": false, \"reason\": \"what's missing\"}.",
"timeout": 60
}
]
}
]
}
}
Git workflow commands for Gitea using tea CLI — commit, push, and create pull requests.
npx claudepluginhub wsagency/ws-claude-marketplace --plugin ws-claude-syncTransform brief task descriptions into well-structured Jira tickets
Git workflow commands for Gitea using tea CLI - commit, push, and create pull requests
Move, archive, fix, and manage Claude Code projects while preserving session history
Comprehensive documentation generation suite: Diátaxis framework docs, Keep a Changelog, ADRs (MADR v4.0.0), CONTRIBUTING.md, ARCHITECTURE.md, release notes, Conventional Commits, style guide enforcement, TSDoc/GraphQL API reference, and docs-as-code workflows
Commands for generating documentation and managing changelogs
Automatically backup your work with git commits after each Claude session
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Automatically maintains CLAUDE.md files as codebases evolve using hooks, agents, and skills
Commands for syncing CLAUDE.md, permissions allowlist, and refreshing context. Hooks for marketplace-to-plugin sync.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns