← all publishers

saml

@saml source repo

17 published skills

  1. Saml Epic · saml
    Gets todo items from user and works on them one by one using `saml-plan` and `saml-implement`.
    0 installs
  2. Saml Plan · saml
    Writes an implementation plan to `./.plan/YYYY-MM-DD-hh-mm-TITLE.md`, then self-reviews until it passes.
    0 installs
  3. Saml Scan · saml
    Scans codebase and updates memory files (`AGENTS.md` and `agents/*.md`) with the latest info. This should be triggered automatically every time you scan codebase.
    0 installs
  4. Saml Todo · saml
    Lists todo items from .todo/todo.csv. Shows all items, or filters by status/severity. Can update item status (pending, in_progress, done, blocked). Source of truth: `.todo/todo.csv`.
    0 installs
  5. Saml Model · saml
    Selects what models to use for various types of work.
    0 installs
  6. Saml Memory · saml
    Updates agent memory files. Trigger this automatically when agent memory needs to be updated.
    0 installs
  7. Saml Makefile · saml
    Creates / updates a Makefile with common commands for the project.
    0 installs
  8. Saml Planfile · saml
    Creates an empty plan file: `./.plan/YYYY-MM-DD-hh-mm-TITLE.md`. Trigger this automatically when plan file needs to be created.
    0 installs
  9. Saml Scaffold · saml
    Scaffolds a new project.
    0 installs
  10. Saml Todo Del · saml
    Deletes all `.todo/*.md` files for done items and removes done rows from `.todo/todo.csv`. Use to clean up completed work.
    0 installs
  11. Saml Implement · saml
    Implements from the latest plan file using a cheap sub-agent, then review-fix loops until approved.
    0 installs
  12. Saml Todo Next · saml
    Picks the next pending todo item from .todo/todo.csv (sorted by severity: critical → high → medium → low), then automatically executes the full pipeline: saml-plan → saml-implement → git commit → mark done. No user interaction needed after invocation.
    0 installs
  13. Saml Code Review · saml
    Pure orchestration wrapper for code review. Delegates codebase analysis to improve-codebase-architecture (which produces the HTML report), extracts candidates into .todo/todo.csv + .todo/{id}.md files, and leaves todo management to saml-todo and saml-todo-next.
    0 installs
  14. Saml Jira Ticket · saml
    Gets jira ticket from git branch name.
    0 installs
  15. Saml Plan Review · saml
    Reviews an existing plan file and fixes issues until review passes. Use when you've manually edited a plan and want it re-validated.
    0 installs
  16. Saml Commit Message · saml
    Writes git commit message.
    0 installs
  17. Saml Latest Planfile · saml
    Finds the latest plan file in `./.plan/` directory (excludes *.review.md and *.fixplan.md). Trigger this automatically when you need to locate the latest plan file.
    0 installs