Darius's personal collection of Claude Code skills for web development, browser automation, and AI-assisted workflows.
A personal Claude Code plugin marketplace with skills for web development, browser automation, and AI-assisted workflows.
Skills are short markdown files with frontmatter that teach an AI assistant how to handle a specific task. The skill content is platform-agnostic — Claude Code users can install this as a plugin, but the markdown files also work in Codex CLI, GitHub Copilot, Cursor, and other AI tools.
| Skill | What it does |
|---|---|
efficient-browser-automation | Use Playwright CLI + accessibility snapshots instead of screenshots/MCP browser tools |
# Add this repo as a plugin marketplace
/plugin marketplace add dariusrosendahl/doordarius-skills
# Install the plugin from the marketplace
/plugin install doordarius-skills@doordarius
Skills are then auto-discovered and invokable as /efficient-browser-automation, etc.
To pick up new skills later:
/plugin marketplace update doordarius
Copy any skill's SKILL.md into your Codex prompts folder:
cp plugins/doordarius-skills/skills/efficient-browser-automation/SKILL.md \
~/.codex/prompts/efficient-browser-automation.md
Invoke with /efficient-browser-automation in Codex.
Copy any skill's SKILL.md into your repo's prompts folder:
mkdir -p .github/prompts
cp plugins/doordarius-skills/skills/efficient-browser-automation/SKILL.md \
.github/prompts/efficient-browser-automation.prompt.md
Invoke with /efficient-browser-automation in Copilot Chat.
For tools that auto-load AGENTS.md (Codex, Cursor, Aider), append a skill's content to your repo's AGENTS.md to make it always-on.
.claude-plugin/marketplace.json # marketplace catalog
plugins/doordarius-skills/
├── .claude-plugin/plugin.json # plugin manifest
└── skills/
└── efficient-browser-automation/SKILL.md
Create a new folder under plugins/doordarius-skills/skills/<skill-name>/SKILL.md:
---
name: your-skill-name
description: Use when <trigger condition> — concise, specific
---
# Your Skill Name
...content...
Then add a row to the Skills table above and commit.
MIT
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.
npx claudepluginhub dariusrosendahl/doordarius-skills --plugin doordarius-skillsReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses