Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

filament

filament 收录了来自 JYC11 的 7 个 skills,并提供仓库级职业覆盖和站内 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