Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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
このリポジトリの収集済み skills 45 件中、上位 40 件を表示しています。