Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

acme-frontier-ai

acme-frontier-ai には brewpirate から収集した 14 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
14
Stars
0
更新
2026-06-11
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

the-craft
その他コンピュータ職

Full operating manual for working in a codebase with the user. Use this skill at the start of any substantial task, when the user asks how to approach work, or when setting up a collaboration session. Covers the core craft principles, user interaction model, rule conflict resolution, code quality (broken windows), when to stop, and which rules apply for each task type. Read in full at every load. This skill defines the substrate the methodology operates from; partial reading or summarization produces no substrate. Use proactively — don't wait to be asked.

2026-06-11
check-yo-self
ソフトウェア開発者

Self-eval the agent runs when it suspects memory-vs-recall drift — the failure mode where memory-citation substitutes for fresh receipt-fetching and pattern-copying outruns reachability analysis. Outputs a tiered recommendation (continue / slow down / refresh) backed by observable artifacts, not introspective claims alone. Invoke when: - You notice yourself reaching for "I remember from earlier" framings repeatedly - You catch yourself copying a pattern from a sibling module without walking conditions - You make the same class of mistake twice in close succession - User suggests fatigue ("how are you feeling?", "still sharp?") - End of long working stretch - User invokes explicitly via `/check-yo-self`

2026-06-11
rule-map
ソフトウェア開発者

Quick reference for which rules govern the current work. Consult mid-task when starting a new task type, touching unfamiliar code, or unsure which constraints apply. Pairs with the-craft skill (full manual). Trigger on: "which rules apply", "what rules should I follow", "check constraints", or proactively when switching task type mid-session. Also use when any two rules appear to conflict — the always-on rules explain precedence.

2026-06-11
compare
ソフトウェア開発者

Run cross-model comparison — scan files with haiku, sonnet, and opus study agents to see how model size affects trigger phrase generation.

2026-06-11
forget
ソフトウェア開発者

Remove trigger phrases for a file or glob pattern from .claude/triggers.json

2026-06-11
list
ソフトウェア開発者

Display all stored trigger phrases from .claude/triggers.json

2026-06-11
scan
ソフトウェア開発者

Study files and generate semantic trigger phrases by spawning a researcher agent that samples model associations and finds convergent patterns. Supports model-specific triggers via --models flag.

2026-06-11
schedule
ソフトウェア開発者

Discover files with trigger_phrase and/or refresh frontmatter, let the user choose which to schedule for periodic re-injection via CronCreate. Prevents behavioral drift by keeping core rules and goals fresh in context.

2026-06-11
write
ソフトウェア開発者

Write trigger phrases from .claude/triggers.json into file frontmatter as model-scoped trigger_phrase fields. Bridges trigger generation (scan) with scheduled injection (total-recall:schedule).

2026-06-11
bridge-advisor
ソフトウェア開発者

Bridge advisor Holds context, claim quality across parallel builder + reviewer agents. Never implements code. Flags trust violations, enforces runtime-evidence requirements, and keeps the migration's north star intact across long sessions.

2026-06-10
context-refresh
ソフトウェア開発者

Shed accumulated context mid-session. Writes a knowledge handoff document capturing session state, decisions, observations, and behavioral calibration, then guides the user through /clear and resumption.

2026-06-10
reviewer
ソフトウェア品質保証アナリスト・テスター

Review Mastra migration PRs with structured feedback, independent runtime verification, and cross-PR pattern recognition. Use when reviewing any PR that touches Mastra agents, streaming, traces, run-stream code, or files importing from @mastra/* — including mastra-stream.ts, run-events.ts, run-stream.ts, runs.ts, run-registry.ts, TraceView.tsx, and run-stream-client.ts.

2026-06-10
test-quality-with-ai
ソフトウェア品質保証アナリスト・テスター

Self-contained guide to writing, reviewing, and maintaining high-quality tests with AI assistance. Defends against two failure modes: fig-leaf tests (pass without verifying behavior) and evasion (existing tests weakened to mask real bugs). Router skill — loads narrow workflow files by task intent. Covers single-test writing, single-file review, suite-scale audit, failing-test response, and framework-specific pitfalls for Vitest and bun:test. Use when writing new tests, reviewing tests in a PR, auditing a test suite at scale, responding to a failing test, or auditing existing tests for quality.

2026-06-10
zod-schema
ソフトウェア開発者

Generate Zod 4 schemas from examples or requirements. Creates type-safe validation schemas that serve as single source of truth for types, validation, and API docs.

2026-06-10