absorb
01Command Claude Code
Absorb knowledge from a file or folder into the project vault.
Command Claude Code
Absorb knowledge from a file or folder into the project vault.
Command Claude Code
Save the project cockpit and compact the context window.
Command Claude Code
Update the project cockpit.
Command Claude Code
Refresh this project's bedrock integration to the latest framework version.
Hook Claude Code
Runs before the context is compacted, running bedrock sync (2 commands). From robotaitai/project-bedrock.
Hook Claude Code
Runs when a session starts, running an inline shell check (2 commands). From robotaitai/project-bedrock.
Hook Claude Code
Runs when the agent finishes a response, running bedrock sync. From robotaitai/project-bedrock.
Settings file Claude Code
Agent settings declaring 3 hook events (PreCompact, SessionStart, Stop).
Cursor rule Cursor
This project uses bedrock as a small project cockpit. All project context lives in ./bedrock/.
Command
Doctor is the quick troubleshooting entrypoint for a connected project knowledge setup.
Command
Global knowledge sync builds a project-scoped tooling knowledge view from safe, allowlisted user-level tool surfaces. It still writes through ./agent-knowledge, which should resolve to the external project knowledge folder.
Command
Graphify sync is the optional structural-discovery import flow for graph-style project exports. It writes through ./agent-knowledge, but keeps imported graph structure in Evidence/ and Outputs/, not in durable memory.
Command
Knowledge sync is the connected-project maintenance flow for the adaptive memory system. It writes through ./agent-knowledge, which should resolve to the external project knowledge folder.
Command
Ship is the operational release-prep flow for a connected project repo.
Cursor rule
Think deeply, act decisively, speak briefly - maximum intelligence with minimum verbal output.
Cursor rule
Prohibit use of icons and emojis in code, logs, and LLM output.
Cursor rule
Never create documentation files unless explicitly requested.
Cursor rule
Generate an architecture HTML document for a Cramim ROS2 package. Use when asked to create architecture docs, explain a package, or document a node's behavior.
Cursor rule
When onboarding an existing project, perform history backfill before normal steady-state memory maintenance.
Cursor rule
If the project memory tree is missing or obviously generic, bootstrap it before starting heavy work.
Cursor rule
After meaningful project state changes, update the correct memory branch -- or explicitly state no update is needed.
Cursor rule
Keep the shared project memory file up to date across all AI agents.
Cursor rule
Workflow orchestration, task management, and core engineering principles for AI-assisted development.
Skill Claude CodeCodex
Create Cursor rules for persistent AI guidance. Use when you want to create a rule, add coding standards, set up project conventions, configure file-specific patterns, create RULE.md files, or asks about .cursor/rules/ or AGENTS.md.