agentic-dev3o/devx-plugins

dev3o custom Claude Code configuration, include Plugins, MCP, Skill, Agents

11Stars on the repository
29Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Audits an agent, tool loop, or inference request across six dimensions (prompt engineering, tools definition, context engineering, cache usage, evaluation, guardrails) and produces a scored gap analysis with severity ratings and concrete remediations. Framework-agnostic; recognizes patterns from Anthropic SDK, OpenAI…

11 14d ago A 118 tokens original MIT

optimizing-prompts

02

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Rewrites a given prompt or agent definition by applying Anthropic prompt-engineering best practices — clarity and directness, context and motivation, XML structure, role assignment, long-context layout, output format control, communication-style calibration, and parallel-tool-call affordance. Produces a before/after…

11 14d ago A 99 tokens original MIT

ci

03

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Stages the changes produced in this session, excludes junk and secrets, and generates a conventional commit. Triggered when the user runs /devx-git:ci or asks to commit.

11 14d ago A 39 tokens original MIT

pr

04

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Creates a GitHub pull request using gh CLI. Triggered when the user asks to open, create, or submit a PR, or runs /pr.

11 14d ago A 33 tokens original MIT

update-origin

05

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Updates the current branch from an origin branch via standard merge, with a recoverable backup and safe conflict resolution. Use when the user runs /update-origin or asks to update, sync, or merge their branch with main (or another origin branch).

11 14d ago A 52 tokens original MIT

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Generates a complete Astro 5 landing page with Tailwind CSS v4 from copywriting content. Triggers when the user asks to build a landing page, create the HTML/CSS for a landing page, generate an Astro site from copy, or implement a landing page design. Expects structured copywriting input matching the…

11 14d ago A 77 tokens original MIT

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Generates high-converting landing page copy through a structured interview and section-by-section writing process. Triggers when the user asks to write landing page copy, create a landing page, write marketing copy for a product, or generate conversion-optimized web copy.

11 14d ago A 57 tokens original MIT

banana-ads

08

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Generate advertising visuals — banners, social media ads, display ads, and promotional graphics with auto-prompt building and format-aware aspect ratios. Triggers on: ad, banner, advertisement, display ad, social ad, promo graphic, campaign visual, marketing image, sponsored post image, ad creative.

11 14d ago A 63 tokens original MIT

banana-illustration

09

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Generate illustrations in various styles — flat vector, watercolor, line art, 3D clay render, pixel art, and isometric. Auto-detects style from context. Triggers on: illustration, illustrate, flat design, watercolor, line art, pixel art, 3D illustration, isometric, sketch, cartoon, vector art, hand drawn.

11 14d ago A 77 tokens original MIT

banana-logo

10

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Generate logo concepts and brand identity marks — abstract marks, lettermarks, mascot emblems, and geometric icons with minimal clean aesthetics. Triggers on: logo, brand mark, wordmark, lettermark, icon logo, brand identity, monogram, emblem, logo design, logo concept.

11 14d ago A 61 tokens original MIT

banana-objects

11

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Generate product photography and object images — product shots, still life, packaging mockups, food photography, and item compositions with studio lighting. Triggers on: product photo, product shot, still life, object, packaging, food photo, mockup, e-commerce photo, item photography.

11 14d ago A 61 tokens original MIT

banana-people

12

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

People & portrait photography via Google Gemini (Nano Banana Ultimate). Triggers on: portrait, headshot, lifestyle photo, people, person, editorial photo, team photo, professional photo, face, human.

11 14d ago A 45 tokens original MIT

banana-web

13

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Generate web design assets — hero backgrounds, landing page visuals, card images, section dividers, and motion design keyframes with dark/light mode support. Triggers on: web design, hero image, hero background, landing page background, website asset, section graphic, UI mockup, web banner, motion design asset, web…

11 14d ago A 70 tokens original MIT

banana-youtube

14

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Generate bold, high-contrast YouTube thumbnail images with dramatic framing, exaggerated expressions, and click-optimized compositions via Gemini. Triggers on: youtube thumbnail, thumbnail, youtube, video thumbnail, yt thumbnail, video cover image, click-worthy thumbnail.

11 14d ago A 54 tokens original MIT

banana

15

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Generate or edit images via Google Gemini (Nano Banana Ultimate). Text-to-image generation and multi-image editing with up to 14 input references. Triggers on: generate image, create image, edit image, make a picture, draw, render, visualize, banana, create visual.

11 14d ago A 58 tokens original MIT

appsec-review

16

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "security review this PR", "review this diff for vulnerabilities", "appsec review these changes", "audit this branch for auth, injection, or data exposure bugs", "check this code for exploitable security issues", or requests a focused application security review of…

11 14d ago A 69 tokens original MIT

code-review

17

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Reviews pull requests and code changes for correctness, conventions, maintainability, performance, test coverage, and security. Use when the user asks for a code review, PR review, feedback on a diff, or to check code quality.

11 14d ago A 49 tokens original MIT

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Analyzes project architecture and generates ASCII state machine and sequence diagrams. Use for explaining a project, analyzing architecture, tracing an entrypoint, showing a state machine, or generating a sequence diagram.

11 14d ago A 43 tokens original MIT

fixing-harness

19

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Audits a project's agentic harness (CLAUDE.md, AGENTS.md, .claude/rules, .claude/settings.json) and refactors it into a layered, path-scoped configuration that loads only what is relevant. Rewrites CLAUDE.md and AGENTS.md as a thin critical-rules layer, segments domain rules with paths: frontmatter, and adds…

11 14d ago B 133 tokens original MIT

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Audits React codebases for anti-patterns (useEffect misuse, missing cleanup, stale closures, derived-state-in-effects, memory leaks) and produces a scored gap analysis table with severity ratings. Applies prioritized fixes on request. Triggers on: audit react code, fix react anti-patterns, review react hooks, scan for…

11 14d ago A 87 tokens original MIT

fixing-skills

21

agentic-dev3o/devx-plugins

Skill Claude CodeCodex

Evaluate and improve a plugin's skills by applying Anthropic's skill authoring best practices. Use to fix, improve, or review skills for a specific plugin or agent team.

11 14d ago A 40 tokens original MIT