Djalmaaraujo Claude Code Plugins
djalmaaraujo-claude-code-plugins is a Claude Code plugin for the Build phase that adds planning, subagent execution, validation, and Slack integration to your agent workflow.
Plan and execute Claude Code work with dependency-aware planning, parallel subagents, and Slack message integration.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install djalmaaraujo-claude-code-plugins@djalmaaraujo/claude-code-pluginsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:djalmaaraujo/claude-code-plugins") and the paste-ready config with skillselion.get_install_config("plugin:djalmaaraujo/claude-code-plugins").
What it does
djalmaaraujo-claude-code-plugins bundles planning, execution, and Slack-facing integration for solo builders and small teams who want Claude Code to behave more like a coordinated project runner than a single chat thread. The catalog lists two plugins and keywords such as planner, subagent-based parallelism, dependency resolution, validation, caching, and Slack messages—pointing at a system that breaks work into checked steps and reports back to humans. It fits builders who already live in Claude Code for implementation and need PM-style orchestration without exporting everything to a separate task tool. It is not a hosted CI service or a code review marketplace; value is local workflow acceleration and optional Slack visibility. Complexity is intermediate because you must understand how subagents, safety checks, and integrations compose.
Highlights
- Two plugins: planning or execution stack plus Slack integration
- Subagent-based planner with parallelism, dependency resolution, and validation checks
- Caching, configuration, and safety-oriented execution keywords in the bundle
- Slack messaging integration for agent outcomes and user notifications
- Automatic search and intelligent execution helpers for Claude Code sessions
Why builders use it
Large Claude Code tasks stall when planning, dependencies, and team visibility live outside the agent session in scattered notes and manual Slack updates.
You get dependency-aware planning, parallel subagent execution with safety checks, and optional Slack delivery of progress from the same plugin bundle.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is djalmaaraujo-claude-code-plugins for?
Claude Code users who want planner-driven execution, subagent parallelism, and Slack hooks without building custom orchestration from scratch.
When should I use djalmaaraujo-claude-code-plugins?
Use it when a feature or fix spans multiple dependent agent steps and you want validation, caching-aware execution, and optional Slack updates.
How do I add djalmaaraujo-claude-code-plugins to my agent?
Register djalmaaraujo/claude-code-plugins in Claude Code, enable both listed plugins, configure Slack and dependency settings per repo docs, then start sessions with the planner or execution skills.
Comments
Share how you use djalmaaraujo-claude-code-plugins, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.