skills/remove-project/SKILL.md
Remove a project from the Arkadian documentation registry and delete all associated documentation files. Use when: user wants to deregister a project.
npx skillsauth add arklabshq/arkadian remove-projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When to use:
User input: A project ID (e.g., boltz-backend).
WARNING: This is a destructive operation. Deleted documentation cannot be recovered unless committed to git.
docs/INDEX.md and verify project existsdocs/projects/<project-id>/ directory existsIf not found: show error with list of available projects.
Collect project information from docs/INDEX.md:
List files to delete in docs/projects/<project-id>/.
Check for dependents — if other projects depend on this one, warn prominently.
Show exactly what will happen:
Require explicit confirmation: User must type "CONFIRM REMOVAL" to proceed.
Only proceed if user explicitly confirms.
Step 4.1: Update Master INDEX.md
Step 4.2: Delete Documentation Directory
Delete entire docs/projects/<project-id>/ directory.
Verify:
Show: files deleted, INDEX.md changes, related projects updated, and next steps (review with git status, restore with git checkout -- docs/ if mistake).
documentation
Update project documentation based on new commits and changes in the repository. Use when: user wants to sync docs after project changes.
tools
RESTRICTED to ark-project-manager. Generate actionable, dependency-ordered task lists organized by user story.
testing
RESTRICTED to ark-project-manager. Create or update feature specifications from natural language descriptions.
content-media
RESTRICTED to ark-project-manager. Execute implementation planning workflow to generate design artifacts.