Codemark - Generate a semantic code bookmarking system for humans and agents

Codemark - Generate a semantic code bookmarking system for humans and agents (Cargo/Rust).

CLI for Codemark
Usage: codemark [OPTIONS] <COMMAND>

codemark tui

:zap: Use It With Your Agent

codemark install-skill --agent agents --scope user

.agents
└── skills
    └── codemark
        ├── examples.md
        ├── queries
        │   ├── common.md
        │   ├── csharp.md
        │   ├── dart.md
        │   ├── go.md
        │   ├── java.md
        │   ├── python.md
        │   ├── rust.md
        │   ├── swift.md
        │   └── typescript.md
        ├── queries.md.bak
        ├── SKILL.md
        └── templates.md

/create-skill “Create a new skill that combines both ~/.agents/skills/java-code-review/SKILL.md and ~/.agents/skills/codemark/ to bookmark critical code with notes, leave comments for tasks/tickets, what you would want to know if starting over tomorrow that aligns with the java code review report.”

skills
    └── java-review-codemark
        ├── references
        │   ├── codemark-setup.md
        │   ├── common-mistakes.md
        │   ├── examples.md
        │   ├── java-queries.md
        │   ├── report-template.md
        │   └── review-criteria.md
        └── SKILL.md

create-skill = https://github.com/NeoLabHQ/context-engineering-kit.git