.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/changkun/wallfacer
home/skills/changkun/wallfacer
changkun avatar

changkun/wallfacer

13 skills

View on GitHub
$npx skills add changkun/wallfacer
SkillInstalls
wf-spec-breakdownBreak down a spec into child specs — either design specs (non-leaf, need further iteration) or implementation tasks (leaf, ready to dispatch).—wf-spec-createCreate a new design spec in specs/. Gathers context, explores the codebase, writes the spec with proper frontmatter, and updates specs/README.md.—wf-spec-diffCompare a completed task's implementation against its source spec.—wf-spec-dispatchDispatch a validated spec to the task board. Validates prerequisites, resolves dependency wiring, creates the task, and updates the spec's dispatched_task_id…—wf-spec-driveDrive a spec through the spec-coordination lifecycle toward a target state, advancing the legal next transition(s) and reporting the new state each turn.—wf-spec-impactAnalyze what existing code and specs a proposed change will affect.—wf-spec-implementImplement a design spec from specs/ — reads the spec, plans the work, implements each item with tests and docs, commits, then finalizes (full implementation…—wf-spec-refineRefine a spec markdown file by removing already-completed items and updating remaining items to reflect the current project state.—wf-spec-review-breakdownValidate a task breakdown for correctness — check dependency ordering, task sizing, gap coverage, and boundary conflicts.—wf-spec-review-implReview an implementation against its spec or task. Check that acceptance criteria are met, no unintended changes were made, and tests cover the requirements.—wf-spec-statusReport current status across all specs — what's done, in progress, blocked, and what's next.—wf-spec-validateValidate all specs against the document model rules — check required frontmatter fields, valid status/effort values, track location (path-derived), DAG…—wf-spec-wrapupFinalize a completed spec — works for both a dispatched spec (verify all child tasks are done, synthesize from task notes) and a directly-implemented spec (no…—