HomeBrowseUpload
โ† Back to registry
โšก
// Skill profile

DevLog Skill ๐Ÿฆž

name: DevLog Skill

by crimsondevil333333 ยท published 2026-03-22

ๅผ€ๅ‘ๅทฅๅ…ทๆ•ฐๆฎๅค„็†
Total installs
0
Stars
โ˜… 0
Last updated
2026-03
// Install command
$ claw add gh:crimsondevil333333/crimsondevil333333-devlog-skill
View on GitHub
// Full documentation

---

name: DevLog Skill

description: A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.

---

# DevLog Skill ๐Ÿฆž

A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using `dev-log-cli`.

Description

This skill enables agents to maintain a professional developer log. It's designed to capture context, project milestones, and task statuses in a structured SQLite database.

Requirements

  • `dev-log-cli` (installed via `pipx`)
  • Links

  • **GitHub**: [https://github.com/CrimsonDevil333333/dev-log-cli](https://github.com/CrimsonDevil333333/dev-log-cli)
  • **PyPI**: [https://pypi.org/project/dev-log-cli/](https://pypi.org/project/dev-log-cli/)
  • **ClawHub**: [https://clawhub.com/skills/devlog-skill](https://clawhub.com/skills/devlog-skill) (Pending Publication)
  • Usage

    ๐Ÿ“ Adding Entries

    Agents should use this to log significant progress or blockers.

    devlog add "Finished implementing the auth module" --project "Project Alpha" --status "completed" --tags "auth,feature"

    ๐Ÿ“‹ Listing Logs

    View recent activity for context.

    devlog list --project "Project Alpha" --limit 5

    ๐Ÿ“Š Viewing Stats

    Check project health and activity.

    devlog stats --project "Project Alpha"

    ๐Ÿ” Searching

    Find historical context on specific topics.

    devlog search "infinite loop"

    ๐Ÿ› ๏ธ Editing/Viewing

    Detailed inspection or correction of entries.

    devlog view <id>
    devlog edit <id>

    Internal Setup

    The skill includes a `setup.sh` to ensure the CLI is available.

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band