Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

filament

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

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

이 저장소의 skills

filament
소프트웨어 개발자

Use the filament CLI for project knowledge management, task tracking, lesson capture, and inter-agent coordination. Filament stores entities (tasks, modules, services, agents, plans, docs, lessons), relations between them, messages, and file reservations in a local SQLite database. Use when: managing project context, tracking tasks, recording gotchas and lessons, recording architecture decisions, creating knowledge graph entries, coordinating agent work, or querying project structure. Triggers on: "filament", "add entity", "add task", "add lesson", "track this", "create a task", "gotcha", "lesson", "record a lesson", "search before solving", "capture lesson", "search knowledge", "relate these", "what blocks", "critical path", "ready tasks", "project graph", "knowledge graph", "file reservation", "agent message", "what's next", "dispatch agent", "escalations", "export", "import", "daemon", "tui".

2026-03-23
filament-bug-report-format
소프트웨어 품질 보증 분석가·테스터

Create an anonymized snapshot of the local fl.db state along with structured bug reproduction steps. The snapshot strips user-identifiable content while preserving schema, entity structure, relations, and the conditions that triggered the bug. Output is a self-contained directory ready to attach to a bug report. Use when: the user says "bug report", "report a bug", "create bug snapshot", "anonymize db", "submit bug", "reproduction steps", or wants to share their local state for debugging. Triggers on: "bug report", "report bug", "bug snapshot", "anonymize", "reproduction steps", "create bug report".

2026-03-10
roleplay-sim
소프트웨어 개발자

Roleplay a multi-agent orchestration simulation using the filament CLI. Accepts either a custom scenario definition (JSON/YAML format) or falls back to the built-in "web app rewrite" scenario. Exercises entities, relations, tasks, messaging, escalations, reservations, export/import. Triggers on: "start rp", "pause rp", "end rp", "roleplay", "simulation", "simulate agents", "run simulation".

2026-03-10
test-guide
소프트웨어 품질 보증 분석가·테스터

Guide for writing tests following the project's layered test standards. Use when the user says "write tests", "add tests", "test strategy", "what tests to write", "test this module", "where should this test go", or is deciding which test layer to use.

2026-03-09
bug-report-format
소프트웨어 품질 보증 분석가·테스터

Create an anonymized snapshot of the local fl.db state along with structured bug reproduction steps. The snapshot strips user-identifiable content while preserving schema, entity structure, relations, and the conditions that triggered the bug. Output is a self-contained directory ready to attach to a bug report. Use when: the user says "bug report", "report a bug", "create bug snapshot", "anonymize db", "submit bug", "reproduction steps", or wants to share their local state for debugging. Triggers on: "bug report", "report bug", "bug snapshot", "anonymize", "reproduction steps", "create bug report".

2026-03-06
manual-qa
소프트웨어 품질 보증 분석가·테스터

Run manual QA against a CLI binary using a real temp project. Build the release binary, create an isolated test directory, execute commands, capture stdout/stderr/exit codes, and produce a structured results file in the project's .qa/ folder. Use when: the user asks to "manual test", "manual QA", "QA the CLI", "smoke test", "exercise the binary", "end-to-end QA", or wants to verify CLI behavior outside of automated tests. Triggers on: "manual qa", "manual test", "smoke test", "QA", "exercise the CLI", "test the binary", "end-to-end test the CLI".

2026-03-06
recreate-bug-conditions
소프트웨어 품질 보증 분석가·테스터

Recreate bug conditions from a bug report snapshot created by the bug-report-format skill. Loads the anonymized database, replays the reproduction steps, and verifies the bug is reproducible in an isolated environment. Used by maintainers to validate and debug issues. Use when: the user says "recreate bug", "reproduce bug", "load bug report", "replay bug", "verify bug report", or provides a bug report .tar.gz file. Triggers on: "recreate bug", "reproduce bug", "load bug report", "replay bug", "verify bug report", "debug bug report".

2026-03-06