Skip to main content
GitHub 저장소

f-flat-minor

f-flat-minor에는 Hypercubed에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
13
Stars
9
업데이트
2026-05-25
Forks
2
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

docs-search
소프트웨어 개발자

Search `.agents/` durable knowledge using a local JSON index generated from markdown sources. Use `index-docs.py` to refresh search data, and optionally run docs-compile when you also want durable section index files regenerated.

2026-05-25
docs-compile
소프트웨어 개발자

Regenerate optional durable docs indexes and rebuild docs-search cache from local markdown sources. Use after editing `.agents/docs/` (any section), and before maintenance passes that validate index alignment.

2026-04-22
knowledge-lint
소프트웨어 개발자

Check the `.agents/` knowledge layer for duplication, contradiction, staleness, oversized guidance, broken or stale links, missing index coverage, uncategorized or misplaced knowledge, and consistency between `decisions/` and `troubleshooting/` indexes and their entry files. Use as a periodic maintenance pass.

2026-04-22
learning-distill
소프트웨어 개발자

Read a completed temporary session bundle from `.agents/sessions/` and distill durable repo knowledge into `.agents/` files. Use only after task-closeout has produced a bundle and when the goal is to separate stable guidance from temporary task notes.

2026-04-22
plans
프로젝트 관리 전문가

Use whenever working with maintainer plans under .agents/docs/plans/. Covers reading a plan before implementation, creating or scaffolding a plan, and updating status or body during or after work. Trigger when the user asks to plan, scope deferred work, check what is planned, or record a plan. Also trigger at the start of implementation to see whether a plan already exists.

2026-04-22
task-closeout
소프트웨어 개발자

Capture the current task into a structured temporary session bundle under `.agents/sessions/` so a learning agent can later distill durable repo knowledge. Use for completed, blocked, or abandoned tasks with meaningful changes, debugging, validation, or reusable lessons.

2026-04-22
write-plan
소프트웨어 개발자

Scaffold a new maintainer plan under `.agents/docs/plans/<id>.md` with valid YAML frontmatter, collision-checked ids, optional body stub sections (link decisions in a

2026-04-22
ff-code-authoring
소프트웨어 개발자

Use when writing, debugging, or refactoring f-flat-minor programs (.ff or .ffp), including syntax rules, stack-effect-first design, control flow, and runtime-specific validation.

2026-04-11
ff-euler-ffp
소프트웨어 개발자

Use when editing or debugging Project Euler programs in ff/euler/*.ffp, including preserving prompt data, implementing algorithmic solutions, and validating with the Node/Deno preprocessor runtime.

2026-04-11
ff-expand-reduce
소프트웨어 개발자

Expand a complex F♭m word to primitives (or core normal form), reduce with stack-safe rewrites, then resynthesize to canonical readable words. Supports autonomous multi-word passes with success/failure tracking and iteration.

2026-04-11
ff-lib-word-rankings
소프트웨어 개발자

Regenerate _docs/supplemental/ff-lib-word-definition-rankings.md — a table ranking every word in ff/lib by definition token count.

2026-04-11
ff-library-web-refactor
소프트웨어 개발자

Use when refactoring non-Euler ff/*.ffp code into reusable ff/lib modules and when wiring libraries/examples into the web playground.

2026-04-11
ff-math-internal-naming
소프트웨어 개발자

Use when defining internal constants and helper words in f-flat-minor math library modules to avoid global namespace collisions.

2026-04-11