DanielCardonaRojasDanielCardonaRojasCommunityยท1 Agent Skills Included

codemark

Structural code bookmarks that survive refactoring and reformatting

Bookmarks code by structure instead of line numbers, so references stay accurate after refactoring, renaming, or reformatting. Groups bookmarks into collections and guided tours, with semantic search, notes, tags, and a keyboard-driven terminal dashboard. Lets coding agents save context between sessions, so audits, onboarding, and bug hunts resume without rebuilding knowledge from scratch.
npx skills add DanielCardonaRojas/codemark --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install codemark?โ–ผ

Run `npx skills add DanielCardonaRojas/codemark --all -g -y` in your terminal to install the skill globally for your coding agent.

What makes codemark different from regular bookmarks?โ–ผ

It anchors bookmarks to code structure using tree-sitter instead of file and line numbers, so they still resolve correctly after you refactor or reformat the code.

Which coding agents work with codemark?โ–ผ

It works with Claude Code, GitHub Copilot, Gemini CLI, and any agent that loads skills from the standard .agents/skills directory.

How do bookmarks persist between agent sessions?โ–ผ

The agent saves structural bookmarks with notes and tags during a session, then reloads them in the next session to restore context without re-exploring the codebase.

Can I search bookmarks by meaning?โ–ผ

Yes. Codemark includes local semantic search with embeddings, so you can find code by intent, like where authentication is handled, with no API key required.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’