codemark
Structural code bookmarks that survive refactoring and reformatting
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core