Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
tactical-ddd logo

tactical-ddd

claude-skillz

developmentClaude Codeby bazsup

Summary

Design, refactor, and review code using tactical domain-driven design principles

Install to Claude Code

/plugin install tactical-ddd@claude-skillz

Run in Claude Code. Add the marketplace first with /plugin marketplace add bazsup/claude-skillz if you haven't already.

README.md

claude-skillz

A custom Claude Code skill marketplace. Add it once, install any skill on demand.

For users

Setup (one time)

/plugin marketplace add bazsup/claude-skillz

Available skills

| Skill | Description | Credits | |-------|-------------|---------| | tactical-ddd | Design, refactor, and review code using tactical domain-driven design principles | Based on NTCoding/claude-skillz |

Install a skill

/plugin install tactical-ddd@claude-skillz

Uninstall a skill

/plugin uninstall tactical-ddd@claude-skillz

---

For contributors

Adding a new skill

1. Create the plugin directory structure:

   plugins/
   └── your-skill-name/
       ├── .claude-plugin/
       │   └── plugin.json
       └── skills/
           └── your-skill-name.md

2. Write .claude-plugin/plugin.json:

   {
     "name": "your-skill-name",
     "version": "1.0.0",
     "description": "One-line description of what the skill does",
     "author": {
       "name": "bazsup"
     },
     "repository": "https://github.com/bazsup/claude-skillz",
     "license": "MIT",
     "keywords": ["relevant", "tags"]
   }

3. Write skills/your-skill-name.md with YAML frontmatter:

   ---
   name: your-skill-name
   description: "One-line description. Triggers on: keyword1, keyword2, ..."
   version: 1.0.0
   ---

   # Your Skill Title

   Skill content here...

4. Register it in .claude-plugin/marketplace.json — add an entry to the plugins array:

   {
     "name": "your-skill-name",
     "description": "One-line description of what the skill does",
     "category": "development",
     "source": "./plugins/your-skill-name",
     "homepage": "https://github.com/bazsup/claude-skillz"
   }

5. For local development, also copy the skill to .claude/skills/your-skill-name.md.

6. Push to GitHub — no publishing step needed. The skill is immediately available via the marketplace.

Repository structure

claude-skillz/
├── .claude-plugin/
│   └── marketplace.json        ← marketplace registry
└── plugins/
    └── tactical-ddd/           ← one directory per skill
        ├── .claude-plugin/
        │   └── plugin.json
        └── skills/
            └── tactical-ddd.md

Related plugins

Browse all →