Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agentic-engineers

agentic-engineers 收录了来自 niallyoung 的 45 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
45
Stars
3
更新
2026-06-25
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ab-testing
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-06-21
session-analyzer
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-06-21
workflow-review
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-06-15
skill-creator
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-06-11
add-feature-to-framework
软件开发工程师

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

2026-06-06
evaluation-framework
软件质量保证分析师与测试员

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

2026-06-06
skill-name-required-kebab-case-matches-directory-name
软件开发工程师

<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
信息安全分析师

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

2026-05-31
security-field-validator
信息安全分析师

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
软件开发工程师

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
当前展示该仓库 Top 40 / 45 个已收集 skills。