bdiasti

46 mods across 1 repository, 21 stars between them.

deep-agent-backends

01

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Configure Deep Agent backends (StateBackend, FilesystemBackend, StoreBackend, LocalShellBackend, CompositeBackend, Sandboxes). Use when choosing storage, configuring file access, or setting up persistent state.

21 5mo ago A 46 tokens original MIT

deep-agent-cli

02

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Build and use the Deep Agents CLI for terminal-based coding agents. Use when creating a CLI coding agent, running Deep Agents from terminal, or building a Claude Code-like experience.

21 5mo ago A 39 tokens original MIT

deep-agent-creation

03

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Create Deep Agents with createdeepagent(), configure model, tools, system prompt, and run. Use when starting a new deep agent project, configuring an agent, or adding tools.

21 5mo ago A 42 tokens original MIT

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Deploy Deep Agents as APIs or CLI tools using FastAPI, LangGraph Platform, or Docker. Use when serving the agent as an API, deploying to production, or creating a CLI interface.

21 5mo ago A 43 tokens original MIT

deep-agent-hitl

05

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Configure human-in-the-loop approval workflows for Deep Agents. Use when requiring human approval before destructive operations like file deletion, deployment, or email sending.

21 5mo ago A 34 tokens original MIT

deep-agent-memory

06

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Configure persistent memory for Deep Agents using AGENTS.md and LangGraph Store. Use when the agent needs to remember context across sessions, persist learnings, or maintain long-term knowledge.

21 5mo ago A 40 tokens original MIT

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Configure and create custom middleware for Deep Agents including logging, validation, and tool interception. Use when adding cross-cutting concerns, logging tool calls, or modifying agent behavior.

21 5mo ago A 39 tokens original MIT

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Create and load skills (SKILL.md) in Deep Agents for contextual knowledge loading. Use when creating skills for your agent, loading documentation on-demand, or reducing token usage.

21 5mo ago A 41 tokens original MIT

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Create and configure subagents for task delegation in Deep Agents. Use when delegating work to specialized agents, splitting complex tasks, or avoiding context bloat.

21 5mo ago A 36 tokens original MIT

agent-orchestration

10

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Build multi-agent systems with LangGraph including orchestrator, subagents, routing, and delegation. Use when coordinating multiple agents, creating agent teams, or implementing orchestration workflows.

21 5mo ago A 40 tokens original MIT

api-design

11

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Design REST APIs with FastAPI or Spring Boot following patterns for versioning, pagination, error handling, and documentation. Use when creating endpoints, defining API contracts, or structuring controllers.

21 5mo ago C 40 tokens original MIT

clean-architecture

12

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Implement Clean Architecture with domain, application, and infrastructure layers. Use when creating modules, organizing code in layers, separating business rules from infrastructure, or structuring a new project.

21 5mo ago A 39 tokens original MIT

context-engineering

13

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Implement the 4 context engineering strategies (Write, Select, Compress, Isolate) for AI agents. Use when managing context windows, optimizing what an agent receives, or reducing token costs.

21 5mo ago A 42 tokens original MIT

database-modeling

14

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Model PostgreSQL databases with migrations, indexes, and pgvector. Use when creating tables, defining schemas, writing migrations, or optimizing queries.

21 5mo ago A 32 tokens original MIT

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Create optimized Dockerfiles with multi-stage builds, security hardening, and docker-compose for development. Use when containerizing applications, creating Dockerfiles, or configuring dev environments.

21 5mo ago B 38 tokens original MIT

eval-testing

16

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Build evaluation frameworks for AI agents with LLM-as-judge, rule-based evals, and golden datasets. Use when testing agents, evaluating RAG quality, or creating compliance benchmarks.

21 5mo ago A 40 tokens original MIT

memory-management

17

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Implement short-term, medium-term, and long-term memory for AI agents using LangGraph Store and checkpointers. Use when agents need to remember past interactions, persist state, or learn from previous executions.

21 5mo ago A 44 tokens original MIT

prompt-engineering

18

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Create and optimize system prompts for AI agents following context engineering best practices. Use when writing prompts, improving existing prompts, or creating agent instructions.

21 5mo ago A 32 tokens original MIT

rag-pipeline

19

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Build complete RAG pipelines with ingestion, chunking, embedding, indexing, and retrieval using LangChain + pgvector. Use when implementing semantic search, answering questions over documents, or creating retrieval systems.

21 5mo ago A 44 tokens original MIT

testing-strategy

20

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Implement testing strategies with unit, integration, and e2e tests using Pytest or JUnit. Use when writing tests, defining test strategy, or improving test coverage.

21 5mo ago A 38 tokens original MIT

branch-strategy

21

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Create and manage Git branches following the organization's branching strategy. Use when creating branches, starting features, managing releases, or organizing Git workflow.

21 5mo ago A 31 tokens original MIT

code-review

22

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Review code following organization standards for quality, security, and patterns. Use when reviewing a PR, evaluating code quality, or when a developer asks for a review.

21 5mo ago A 35 tokens original MIT

commit-pattern

23

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Generate commit messages following Conventional Commits standard. Use when committing changes, creating commit messages, staging files, or finishing a task.

21 5mo ago A 29 tokens original MIT

data-preprocessing

24

bdiasti/maestro-bundle-cli

Skill Claude CodeCodex

Preprocess data with Pandas and NumPy including cleaning, transformation, and exploratory analysis. Use when you need to clean data, run EDA, validate schemas, or prepare datasets for ML pipelines.

21 5mo ago A 44 tokens original MIT