Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agentic-engineers

agentic-engineers contient 45 skills collectées depuis niallyoung, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
45
Stars
3
mis à jour
2026-06-25
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ab-testing
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-21
session-analyzer
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-21
workflow-review
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-15
skill-creator
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-11
add-feature-to-framework
Développeurs de logiciels

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

2026-06-06
evaluation-framework
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-06
skill-name-required-kebab-case-matches-directory-name
Développeurs de logiciels

<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
Analystes en sécurité de l'information

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

2026-05-31
security-field-validator
Analystes en sécurité de l'information

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
Développeurs de logiciels

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
Affichage des 40 principaux skills collectés sur 45 dans ce dépôt.