Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

agentic-engineers

agentic-engineers contém 45 skills coletadas de niallyoung, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
45
Stars
3
atualizado
2026-06-25
Forks
0
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

ab-testing
Desenvolvedores de software

Experiment orchestration framework with traffic allocation, statistical analysis, and early stopping detection. Use to test routing changes, model upgrades, and role assignments with Welch's t-test significance testing.

2026-06-25
metrics-etl
Desenvolvedores de software

DEPRECATED — This skill is no longer maintained. Prometheus and Grafana infrastructure was never implemented. Use local JSON metrics analysis instead.

2026-06-25
agent-creator
Desenvolvedores de software

Scaffolds new SPEC-compliant agentic-engineers agents with a single call. Generates SKILL.md frontmatter, test scaffolds (TDD RED-phase), __init__.py, scripts/ layout, and DELEGATE/HANDBACK protocol templates. Use when creating any new automation agent, task handler, or operational tool. Validates role, model, effort, naming, and dependency graphs (circular dep detection) before writing files. Supports dry-run mode for planning without side effects.

2026-06-21
codex-agent-cleanup
Desenvolvedores de software

Routine maintenance for Codex sessions: monitor queue state, close completed sub-agents, resume or escalate active work, and keep agent capacity available.

2026-06-21
consistency-checker
Desenvolvedores de software

Automated cross-validation of protocol queue integrity. Scans all DELEGATEs/HANDBACKs, validates schema compliance, detects cycles, checks rate limits, generates compliance report. Enables self-referential protocol improvements.

2026-06-21
cost-aggregation
Desenvolvedores de software

Consolidates provider-specific AI costs into unified metrics across Anthropic, OpenAI, Google Gemini, GitHub Copilot, and Ollama. Enables apples-to-apples cost comparison and savings analysis.

2026-06-21
cost-budgeting
Desenvolvedores de software

Cost Budget Enforcement (COST-001) — enforces per-session, per-hour, and per-day AI spend limits across all agents and models. Blocks task execution when budgets are exceeded and emits structured alerts for operator action. Integrates with model-selection (COST-003) to pre-screen model choices against budget headroom.

2026-06-21
doc-quality-monitor
Desenvolvedores de software

Automated documentation-quality monitoring (MONITORING-001). Scans a markdown documentation tree for broken internal links, missing required sections, stale docs, placeholder/TODO leakage, and structural/readability issues. Produces a structured JSON + human-readable report with a configurable health-score gate.

2026-06-21
file-sync
Desenvolvedores de software

Discovers and analyzes scripts in the repository, scoring them for utility and integration. Produces SYNC_REPORT.md with recommendations for integration, archival, or deletion of each script.

2026-06-21
harness-integration-tracker
Desenvolvedores de software

Continuously discover and document agent/sub-agent integration code/docs/info across all harnesses (OpenCode, Copilot, Claude, PI) to prevent drift and keep integrations fresh. Scans integration code, parses KNOWN_KEYS/KNOWN_MODELS, tracks versioning, identifies drift between docs and code, and generates integration-summary.yaml per harness.

2026-06-21
local-model-runtime
Desenvolvedores de software

Local Model Runtime support (COST-004) — detects a running local Ollama instance, lists locally-available models, and routes tasks to a zero-cost local model when a suitable one exists, falling back to a cloud provider otherwise. Strategic enabler of up to ~95% cost reduction.

2026-06-21
model-engineer
Desenvolvedores de software

Cost-quality optimization agent that analyzes tradeoffs, scores routing candidates, and proposes A/B tests. Use to generate task routing recommendations and experiment designs based on TokenAdvisor findings.

2026-06-21
model-selection
Desenvolvedores de software

Model Selection Optimization (COST-003) — recommends optimal AI models for tasks given budget constraints, quality targets, and latency requirements. Computes the Pareto cost-quality frontier and supports mixed-model routing simulation.

2026-06-21
orchestrator-scheduler
Desenvolvedores de software

Harness-native queue polling scheduler. Invokes Orchestrator skill on a recurring schedule to process queued DELEGATEs. Uses environment variables (read live) to detect session ID and harness. Implements queue polling as a SKILL—no external daemons, cron jobs, or background processes needed. Can be re-awakened via skill invocation.

2026-06-21
orchestrator
Desenvolvedores de software

In-harness queue orchestration system that implements the DELEGATE/HANDBACK protocol lifecycle. Manages queue state machine (7 states: incoming, claimed, processing, done, failed, crashed, retry-pending), polls queue for new tasks, spawns sub-agents via Agent tool, correlates HANDBACK results, recovers from crashes, invokes quality gates, and detects idle conditions. Core system that makes DELEGATE/HANDBACK actually work.

2026-06-21
protocol-validator
Desenvolvedores de software

Runtime protocol validation for DELEGATEs/HANDBACKs against protocol-core-v1.0.yaml. Validates core fields, extensions, and unknown fields with forward-compatibility support. <5ms validation time.

2026-06-21
queue-management
Desenvolvedores de software

Atomic queue operations for DELEGATE/HANDBACK lifecycle with cycle detection, rate limiting, and validation. Enables decentralized sub-task creation and reduces orchestrator bottleneck.

2026-06-21
queue-monitor
Desenvolvedores de software

Live queue monitoring dashboard (curses TUI) for real-time visibility into DELEGATE/HANDBACK protocol queue status, metrics, and task progress across incoming, processing, and done states.

2026-06-21
queue-query
Desenvolvedores de software

Local-queue visibility skill — query and inspect the per-session, per-harness filesystem queue by state (incoming backlog, processing orphans to resume, done results/next-steps). Format-agnostic (json + yaml). The local stepping stone toward the external memory-API queue interface.

2026-06-21
queue-todo-sync
Desenvolvedores de software

Auto-sync queue DELEGATEs ↔ TODO.md on task lifecycle events

2026-06-21
session-analyzer
Desenvolvedores de software

Meta-skill for automated session transcript analysis. Reads session artifacts (DELEGATEs, HANDBACKs, metrics, conversation history) to detect repetitive patterns, quality anomalies, drift detection, and effort mismatch. Outputs actionable recommendations for skill enhancement and process improvements.

2026-06-21
skill-improvement-feedback
Desenvolvedores de software

Canonical pattern definition for the skill self-improvement feedback loop. Defines how agents emit structured skill_feedback in HANDBACKs, what fields are expected, and how feedback accumulates into improvement tasks. Every other skill references this as the single source of truth for its ## Self-Improvement section.

2026-06-21
spec-management
Desenvolvedores de software

Exclusive SPEC.md change protection with structured proposal interface, impact analysis, multi-level authorization, immutable audit trail, and rollback capability. Only Principal/Security/Lead Engineers can invoke. Enforces all SPEC.md modifications through proposal→analysis→approval→changelog workflow with tamper-evident audit trail.

2026-06-21
spec-validator
Desenvolvedores de software

Validates implementation compliance with SPEC.md. Parses SPEC.md requirements and constraints, analyzes git diffs, detects violations and rollbacks, and generates compliance reports. Use as a pre-merge gate or post-merge audit to prevent spec drift.

2026-06-21
usage-tracking
Desenvolvedores de software

Real-time and historical token usage capture, analysis, and forecasting skill for agents

2026-06-21
workflow-review
Desenvolvedores de software

Validates end-to-end delegation workflows for correctness. Generates ASCII workflow diagrams showing agent data flow. Checks for missing quality gates, incomplete feedback loops, blocked exit criteria, and unused components.

2026-06-21
harness-opencode-feature-sync
Desenvolvedores de software

DEPRECATED — merged into harness-integration-tracker as scripts/opencode_sync.py (Wave 3, m3-skills-deprecation, 2026-06-14). Use harness-integration-tracker instead.

2026-06-15
repo-init
Desenvolvedores de software

[DISABLED] Initializes new repositories with the agentic-engineers framework. Currently disabled pending further discussion about repo modification policies.

2026-06-15
skill-creator
Desenvolvedores de software

DEPRECATED — merged into agent-creator (Wave 3, m3-skills-deprecation, 2026-06-14). Use agent-creator --type skill instead. Create new agentic-engineers skills following the agentskills.io specification.

2026-06-15
tokenadvisor
Desenvolvedores de software

DEPRECATED — merged into usage-tracking as role-analysis sub-command (Wave 3, m3-skills-deprecation, 2026-06-14). Use usage-tracking/scripts/role_analysis.py instead.

2026-06-15
testing
Analistas de garantia de qualidade de software e testadores

Validates test fixture synchronization with code changes. Detects orphaned test expectations, stale fixtures, and missing test coverage for code updates. Use as pre-merge gate to catch test-code drift before regressions reach CI.

2026-06-15
queue-isolation
Desenvolvedores de software

Session-scoped, harness-scoped queue path isolation for multi-harness agentic-engineers workflows. Ensures Claude, Copilot, GPT, and local agents never collide on the same queue directories.

2026-06-13
queue-path-validator
Desenvolvedores de software

Runtime enforcement of canonical queue paths for DELEGATE/HANDBACK files. Enforces canonical path: ~/.agentic-engineers/{harness}/{session-id}/queue/ Rejects legacy paths and injection attacks. Integrates with git hooks to prevent non-canonical paths in commits.

2026-06-13
code-hygiene-git-workflow
Desenvolvedores de software

Disciplined queue-to-branch-to-PR-to-merge workflow for code quality and CI stability

2026-06-11
add-feature-to-framework
Desenvolvedores de software

Comprehensive checklist ensuring all new features are integrated into the framework correctly

2026-06-06
evaluation-framework
Analistas de garantia de qualidade de software e testadores

Comprehensive harness integration test suite for catching compatibility flaps and feature regressions early

2026-06-06
skill-name-required-kebab-case-matches-directory-name
Desenvolvedores de software

<Brief description of what this skill does and when to invoke it. Should be ≤200 characters for clean harness rendering.>

2026-06-06
agent-definition-verifier
Analistas de segurança da informação

Tri-level verification of AGENTS.md against SPEC.md. Blocks model downgrade attacks and unauthorized agent definitions.

2026-05-31
security-field-validator
Analistas de segurança da informação

Validate security-critical DELEGATE fields and enforce routing rules. Prevents security work from being mis-routed to general engineers.

2026-05-31
gh-actions-monitor
Desenvolvedores de software

Efficiently monitor GitHub Actions runs and extract review feedback. Uses adaptive polling intervals (30s for initial/active, 60s for stabilized) to minimize API calls while maintaining responsive feedback. Extracts logs, identifies failures, and documents Copilot review comments.

2026-05-30
Mostrando as 40 principais de 45 skills coletadas neste repositório.