kanban-archive
1
总安装量
1
周安装量
#77902
全站排名
安装命令
npx skills add https://github.com/charlieclark/skill-kanban --skill kanban-archive
Agent 安装分布
opencode
1
kimi-cli
1
codex
1
github-copilot
1
gemini-cli
1
Skill 文档
/kanban-archive
Archive completed cards from the Done column.
Instructions
- Verify
KANBAN.mdexists in the current working directory. If not, tell the user to run/kanban-initfirst. - Read
KANBAN.mdand find all cards in the “Done” column. - If there are no cards in Done, inform the user and stop.
- Show the user which cards will be archived and ask for confirmation.
- On confirmation:
- Remove all cards from the “Done” column (leave the
## Doneheading). - Append an
## Archivedsection at the bottom of the file (or add to it if it already exists). - Add a date stamp line:
**Archived on YYYY-MM-DD** - Add the archived cards below the date stamp.
- Remove all cards from the “Done” column (leave the
- Write the updated content back to
KANBAN.md. - Confirm how many cards were archived.
Archive Format
## Archived
**Archived on 2025-01-15**
### Completed task
Description of the task.
---