Skip to main content
Run any Skill in Manus
with one click
markmhendrickson
GitHub creator profile

markmhendrickson

Repository-level view of 84 collected skills across 1 GitHub repositories.

skills collected
84
repositories
1
updated
2026-07-03
repository explorer

Repositories and representative skills

neotoma-agent
software-developers

Canonical turn protocol for agents writing to Neotoma. Bounded retrieval on the user message, store user message PART_OF conversation with REFERS_TO edges to retrieved entities, store assistant reply the same way. Use this skill in any agent loop that should persist conversation state to Neotoma.

2026-07-03
end
computer-occupations-all-other

Session-end audit. Files remaining work as task entities and lists them as bullets, verifies all data intended for Neotoma storage from this session is actually stored, and persists what's missing. Invoke at the natural close of a working session, before context is lost.

2026-06-30
status
computer-occupations-all-other

Mid-session status report. Summarizes what's been achieved so far this session and what work remains, in succinct qualitative prose and bullets with only light technical detail. Read-only — stores nothing, files nothing. Invoke any time to take stock without closing the session.

2026-06-30
close-session
computer-occupations-all-other

Close a Neotoma working session — store the assistant reply and a session-close summary.

2026-06-25
get-context
computer-occupations-all-other

Retrieve the bounded context for the current session — recent interactions and relevant entities.

2026-06-25
start-session
computer-occupations-all-other

Begin a Neotoma working session — open a conversation and record the opening interaction.

2026-06-25
close-session
computer-occupations-all-other

Archive the working session at the end. Writes a session_close record to the state layer, logs every outbound interaction as a first-class row, writes task entities for follow-ups, and writes a project-level task ledger as a human-readable safety net. Run at the end of every working session to ensure nothing is lost.

2026-06-25
get-context
computer-occupations-all-other

Pull everything the agent needs to know about a topic (person, company, project, decision) before doing the work. Resolves the target, fetches the entity snapshot, the observation history, linked tasks, recent communication, and walks one hop of the relationship graph. Synthesizes a brief rather than dumping data.

2026-06-25
Showing top 8 of 84 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded