Skip to main content
aiconnai
GitHub クリエイタープロフィール

aiconnai

3 件の GitHub リポジトリにある 21 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
21
リポジトリ
3
更新
2026-06-22
リポジトリエクスプローラー

リポジトリと代表的な skills

dependency-triage
ソフトウェア開発者

Use for an Engram dependency triage loop that watches advisories and lockfiles, proposes patch-only updates, rejects major upgrades without approval, and records reproducible verification commands.

2026-06-22
loop-triage-ci
ソフトウェア開発者

Use for an Engram CI sweeper triage loop that groups CI failures, classifies root causes, caps attempts, and proposes bounded minimal-fix candidates only after budget, denylist, and verifier gates.

2026-06-22
loop-triage
ソフトウェア開発者

Use for an Engram daily triage loop that safely collects and classifies CI, issue, PR, commit, and chat signals into report-only handoff state with bounded scope, no auto-fix, and loop-run-log updates.

2026-06-22
pr-review-triage
ソフトウェア開発者

Use for an Engram PR babysitter triage loop that monitors PR aging, CI blocks, reviewer threads, and lightweight action proposals with isolated-worktree fix candidates and human escalation for risky changes.

2026-06-22
loop-engineering
ソフトウェア開発者

Use when designing, implementing, auditing, hardening, or operating agent loops in this repository, including Claude Code/Grok Build/Codex style `/loop` workflows, explicit `/goal` runs, Git worktree orchestration, MCP and memory automation, sub-agent execution, STATE.md handoffs, cost controls, maker/checker verification, and the Engram security gate (full `sensors.sh` + AgentShield scan + `just ci`). Loops default to L1 report-only; autonomous execution against Engram requires a reviewed ADR per the harness security contract.

2026-06-21
agentshield-scan
情報セキュリティアナリスト

Weekly or manual security triage loop that executes AgentShield with a hard iteration cap and records the result in a repository state file.

2026-06-16
engram-council
プロジェクト管理専門家

Run structured consensus with Engram's `memory_council` tool and `CouncilSkill` SDK wrappers for architecture, design, policy, security, reliability, performance, ADR, or tradeoff decisions. Use when the user asks for consensus, council review, multi-agent-style review, decision rationale, option comparison, or mentions `llm-council`, `memory_council`, or `CouncilSkill`. Do not use for simple lookup, single-answer retrieval, or execution-only coding tasks after a decision is already made.

2026-06-04
engram-onboarding
ソフトウェア開発者

Bootstrap an AI agent's engram memory session in a new repository. Guides through loading prior context, project scan, workspace setup, first memory creation, search, and session close. Use when starting work in a repo that has engram configured, when setting up memory for the first time, or when a new agent needs to establish context. Skip if the session is already active and workspaces are already configured.

2026-06-03
dependency-triage
ソフトウェア開発者

Use for a Codex dependency sweeper triage loop that watches advisories and lockfiles, proposes patch-only updates, rejects major upgrades without approval, and records reproducible verification commands.

2026-06-20
loop-engineering
ソフトウェア開発者

Use when designing, implementing, auditing, hardening, or operating autonomous agent loops in this repository, including Codex/Grok/Claude Code style `/loop` workflows, explicit `/goal` runs, Git worktree orchestration, connector-backed automation, sub-agent execution, STATE.md handoffs, cost controls, maker/checker verification, and AgentShield security gates.

2026-06-20
loop-triage-ci
ソフトウェア開発者

Use for a Codex CI Sweeper triage loop that groups CI failures, classifies root causes, caps attempts, and proposes bounded minimal-fix candidates only after budget, denylist, and verifier gates.

2026-06-20
loop-triage
ソフトウェア開発者

Use for a Codex daily triage loop that safely collects and classifies CI, issue, PR, commit, and chat signals into report-only handoff state with bounded scope, no auto-fix, and loop-run-log updates.

2026-06-20
pr-review-triage
ソフトウェア開発者

Use for a Codex PR Babysitter triage loop that monitors PR aging, CI blocks, reviewer threads, and lightweight action proposals with isolated-worktree fix candidates and human escalation for risky changes.

2026-06-20
huly
ソフトウェア開発者

Use when working with Huly workspaces, projects, issues, labels, components, milestones, or documents. Prefer the official Huly Platform API for token-based automation, especially when the user authenticates to Huly through GitHub/Google/OIDC and the third-party huly-cli email/password login path cannot be used.

2026-06-07
demo
プロジェクト管理専門家

Demo Hermes skill fixture.

2026-06-05
mao-plan
ソフトウェア開発者

Decomposes complex tasks into a DAG of atomic subtasks with model routing and dependency mapping. Use when the user wants to plan a multi-file feature, refactor, or system build without executing it yet. Triggers on "plan", "break down", "decompose", "task graph", or when the user wants to understand the work before committing to execution.

2026-03-16
mao-review
ソフトウェア品質保証アナリスト・テスター

Performs structured code review across five dimensions: maintainability, security, performance, design, and completeness. Fixes issues before presenting code to the user — the review loop runs automatically, making every output a second draft, not a first. Triggers on "review", "code review", "check my code", or automatically after implementation tasks complete.

2026-03-16
mao-tdd
ソフトウェア開発者

Enforces strict test-driven development via a RED-GREEN-REFACTOR state machine with a context whiteboard and deterministic validation gates. Use before writing any implementation code — write the failing test first, watch it fail, then implement. Triggers on "implement", "build", "fix", "add feature", or any task that produces code changes. Also use when the user says "test first", "TDD", or "red green refactor".

2026-03-16
mao-worktree
ソフトウェア開発者

Sets up and manages isolated git worktrees for parallel agent work. Use when you need to run multiple agents on independent tasks simultaneously, or when any work benefits from branch isolation. Triggers on "worktree", "parallel", "isolate", or when dispatching concurrent agents.

2026-03-16
multi-agent-orchestrator
ソフトウェア開発者

Orchestrates multi-agent workflows with intelligent model tiering (Opus/Sonnet/Haiku), git worktrees for parallelism, DAG-based task scheduling, and self-correction loops. Use this skill whenever the user asks to implement a complex feature, build a system, refactor a large codebase, or any task that benefits from decomposition into parallel subtasks. Also trigger when the user mentions "multi-agent", "orchestrate", "parallelize", "decompose", "plan and execute", or wants to optimize Claude Code usage costs. Even if the user just says "implement X" where X is clearly multi-file or multi-concern, use this skill to decompose and coordinate efficiently.

2026-03-16
mao-pentest
情報セキュリティアナリスト

Autonomous penetration testing via Shannon — a white-box security testing framework that executes real attacks and reports only confirmed exploits. Pairs with mao-security (static analysis) to provide full security coverage: static review on every PR, dynamic pentest before major releases. Requires Docker and Shannon installed: npx skills add unicodeveloper/shannon

2026-03-16
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました