Weekly promotion case gap analysis. Reads recent decisions.md entries, session journals from the last 7 days, goals.md competency table, and career/case.md. Writes career/gaps.md only — NEVER modifies case.md. Use when running /assistant week on Fridays, or when explicitly invoked with /case:synthesize.
Archives decisions.md entries older than 60 days. Writes archive/decisions-YYYY-MM.md with verbatim entries, then rewrites decisions.md with a thematic summary replacing the archived entries. Invoke via /decisions:archive skill or when health.md shows ARCHIVE NEEDED. Always backs up decisions.md before touching it.
AI-powered browser login agent that handles any website login flow — credential forms, SSO pickers, magic links, loading screens, and popup blockers. Use when the user needs to log into a website, authenticate with a service, or handle a multi-step login flow.
Produces a prioritized sprint plan from a task list. Estimates effort in working days, identifies dependencies, flags high-risk items, and generates a day-by-day schedule. Use when planning a sprint, returning from leave, or when asked to "plan my sprint", "prioritize these tasks", or "what should I work on this week".
Drafts standup updates in the user's voice (Product Designer, Razorpay R1 Design). Use when asked to write a standup, async update, or daily sync message.
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 vault system for Claude Code. Gives Claude persistent memory, design intelligence, quality agents, and smart onboarding. Built for the design team at Razorpay.
/plugin marketplace add nawwwal/dex
/plugin install core@nawwwal-dex # everyone — setup, memory, workflow
/plugin install design@nawwwal-dex # designers — critique, dashboard, UI review
/plugin install tools@nawwwal-dex # optional — research, dev, creative tools
/dex setup
Add the marketplace once, then install the plugins you need. /dex setup reads your Slack and DevRev (with your permission) to generate a personalized CLAUDE.md and scaffold your memory structure.
| Category | Skills |
|---|---|
| Design | dashboard-design, critique-5f, design |
| Thinking | council, codex, deep-research |
| Development | tdd, react-doctor, agent-browser, agent-development |
| Workflow | assistant, ops, today, switch-project |
| Writing | writing-skills, beautiful-mermaid, generate-image |
| Meta | dex, self-review-gather, reflect-others |
Specialized subagents Claude spawns automatically: code reviewer, design reviewer, blade implementer, standup writer, sprint planner, animation expert, Next.js expert, GLSL reviewer, and more.
/dex setup creates this structure (one-time, outside the plugin):
~/.claude/
├── CLAUDE.md ← personalized identity + behavioral rules
├── TASKS.md ← task tracking
├── memory/ ← 20 files: goals, patterns, decisions, voice, projects, etc.
├── career/ ← promotion case, evidence
├── log/ ← session journals
├── sessions/ ← session state persistence
├── config/ ← project registry
├── work/ ← project workspaces
├── archive/ ← archived decisions, patterns
└── people/ ← people profiles
memory/projects.md is a lightweight index that points into work/ for project context.
Plugin files are managed by the plugin system. To customize a skill or agent:
~/.claude/skills/ or ~/.claude/agents/Your customizations are never overwritten by plugin updates.
Dex does not require ~/.agents/skills or ~/.agents/agents to mirror ~/.claude/.
Leave ~/.agents/ available for tools that manage their own installs there.
If you're developing dex (editing skills, agents, templates):
Working directory: Always ~/dex/.
After editing: Start a new Claude session or run /reload-plugins. Changes are live.
Release maintenance is project-local, not part of the shipped plugin.
dex setup workflow..claude/skills/dex/ and .codex/skills/dex/.When you're ready to push updates to teammates:
/dex release tools # patch bump tools
/dex release tools minor # minor bump tools
/dex release tools major # major bump tools
The project-level release skill bumps the selected plugin version, updates marketplace metadata, commits, tags, pushes, and creates a GitHub Release with changelog notes. Teammates update with:
/plugin update dex@nawwwal-dex
/plugin update core@nawwwal-dex
/plugin update design@nawwwal-dex
/plugin update tools@nawwwal-dex
Or reload plugins in an active session:
/reload-plugins
npx claudepluginhub nawwwal/dex --plugin coreResearch, dev tools, creative tools, writing
Design critique, dashboard patterns, UI review, motion
Persistent memory across sessions. Learns preferences, conventions, and corrections automatically.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Persistent memory across Claude Code sessions
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
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.