dredd-us
Official@dredd-us
Offers structured orchestration for asynchronous task execution, YAML-based skill definition, and deterministic code generation for enterprise environments.
Agent Skills by dredd-us
Showing 18 vetted skills indexed across 1 GitHub repositories.
queue-based-flow
Queue prompts in an asyncio-based queue for sequential, non-blocking processing.
api-integrator
Integrate external REST and GraphQL APIs with authentication, retries, and schema validation.
markdown-formatter
Format and lint Markdown documents with heading, list, code block, and link rules.
smart-skill-loading
Load skill metadata first, then full content for matched tasks.
plan-execute
Generate YAML plans with approval gates for multi-file code changes.
continuous-skill-polishing
Identify repeated tasks and convert them into versioned Git-tracked skills.
progressive-metadata
Design AI skills with YAML frontmatter for progressive disclosure.
code-testing
Generate and run pytest and Jest tests with fixtures, mocks, and 80% coverage targets.
experience-library
Capture task outcomes and derive reusable token priors for continual learning.
theory-grounding-reflector
Analyze task failures to extract root causes and formulate actionable lessons.
uncertainty-routing
Route tasks to small or large models based on estimated confidence.
skill-creator
Generate Claude Agent Skill SKILL.md files from natural-language descriptions.
parallel-session-orchestration
Orchestrate parallel agent tasks in isolated sandboxes with asyncio.gather.
doc-to-skill-scraper
Scrape HTML/Markdown documentation to generate SKILL.md files with YAML frontmatter.
async-python-patterns
Coordinate asynchronous I/O-bound tasks with asyncio.gather and semaphores.
life-sciences-connector
Query PubMed and life-sciences databases for protocols with Biopython integration.
vibe-coding-yaml
Generate YAML descriptors for auditable, deterministic code generation.
claude-md-memory
Inject centralized CLAUDE.md guidelines into the system prompt.
Frequently Asked Questions About dredd-us
FAQPage SchemaWhat specific tasks can I perform using these capabilities?▼
You can orchestrate parallel asynchronous tasks, generate versioned YAML-based skill definitions from documentation, perform schema-validated data integration, and execute deterministic code generation with integrated testing coverage targets.
Which personas benefit most from these technical capabilities?▼
Software architects, systems engineers, and bioinformatics researchers benefit from these capabilities. These personas use the system to standardize task execution, manage complex asynchronous I/O operations, and maintain auditable, versioned logic for research or development environments.
What are the primary prerequisites for implementing these skills?▼
Implementation requires an environment capable of running asynchronous event loops and supporting YAML-based metadata structures. Users must ensure access to the target REST/GraphQL endpoints and maintain a Git-tracked repository structure to store the generated skill definitions and configuration files.