Browse all

Type: All Skills Tools
skill ★ 23

Persistent codebase context inventory and knowledge base

This skill inventories a codebase by extracting structured entities—such as architectural decisions, dependencies, and team context—and storing them persistently in Neotoma memory. It ensures agents maintain deep, cross-session understandin…

markmhendrickson/neotoma codebase-inventory context-awareness knowledge-graph architecture
skill ★ 23

Persist Calendar Events and Commitments

This skill ingests scheduling commitments from various sources, including live calendar APIs and ICS files. It extracts and persists structured entities like events, contacts, and locations into durable memory, maintaining full provenance.

markmhendrickson/neotoma calendar-sync event-import data-extraction scheduling
skill ★ 23

recovering corrupted neotoma sqlite databases

This procedure guides the recovery of Neotoma's underlying SQLite database when integrity errors, such as malformed disk images, are encountered. It generates a verified recovered copy which must then be manually swapped into the live data …

markmhendrickson/neotoma sqlite database-recovery neotoma data-integrity
skill ★ 23

Structured querying of stored memory and relationships

This skill provides comprehensive access to a structured memory store, enabling targeted retrieval of entities, relationships, and historical timeline events. Developers can query by identifier, filter by type or date range, or traverse the…

markmhendrickson/neotoma memory-retrieval knowledge-graph entity-querying timeline-events
tool ★ 23

Sync environment variables from 1Password to .env

This tool synchronises environment variables from 1Password into a local .env file, leveraging predefined mappings stored in a truth layer. It supports environment-specific key resolution and prioritises the 1Password MCP server for robust,…

markmhendrickson/neotoma env-vars 1password secrets devops
skill ★ 23

Neotoma Chat History Storage Workflow

A workflow for previewing and persisting chat transcripts, including dual-role agent messages, attachments, and extracted metadata, into the Neotoma data store.

markmhendrickson/neotoma neotoma chat-persistence data-storage mcp
skill ★ 23

setup foundation cursor rules and commands

This utility configures the local agent environment by synchronising foundation rules and commands into the .cursor/ directory. It supports two modes: creating automatic symlinks when the foundation is a git submodule, or generating indepen…

markmhendrickson/neotoma setup cursor rules commands
skill ★ 23

Automated Feature Implementation Workflow

An automated workflow for executing feature units by managing configuration, documentation, testing, and spec-to-implementation alignment.

markmhendrickson/neotoma feature-workflow automated-testing spec-driven-development workflow-automation
skill ★ 23

Legacy setup instructions for cursor commands

This skill provides legacy instructions for setting up cursor commands, advising users that foundation workflows have been replaced by dedicated skills. Developers should instead run the setup-cursor-copies skill to refresh rules and skills…

markmhendrickson/neotoma setup legacy cursor initialization
skill ★ 23

Structured Error Reporting for Agent Resolution

This skill enables agents to systematically detect, classify, and report various types of errors—such as build, runtime, or test failures—to designated target repositories. It supports cross-repository reporting and auto-detection, ensuring…

markmhendrickson/neotoma error-reporting agent-workflow cross-repo error-handling
tool ★ 23

Report and track development errors across repositories

This tool allows agents to systematically report build, runtime, and test errors, automatically classifying them and documenting them in a structured format. It supports cross-repository reporting, enabling resolution tracking across siblin…

markmhendrickson/neotoma error-reporting cross-repo agent-workflow debugging
skill ★ 23

Automate full software release to npm and GitHub

This skill manages the end-to-end process of preparing and shipping a software release across multiple platforms. It handles version bumping, generating comprehensive release notes, publishing to npm, creating GitHub tags, and deploying the…

markmhendrickson/neotoma release-management npm-publish github-release devops
tool ★ 23

Neotoma SQLite Database Recovery Utility

This utility checks the integrity of Neotoma's SQLite database and, if corruption is detected, executes a recovery process. It generates a verified copy that can be manually swapped back into the live data directory.

markmhendrickson/neotoma sqlite database recovery neotoma
skill ★ 23

Git skill to push current branch to origin

This skill pushes the current git branch to the configured origin remote. It supports scoping operations to specific submodules, ensuring the push workflow is executed correctly within nested repositories.

markmhendrickson/neotoma git push submodule version-control
skill ★ 23

Comprehensive Git Pull and Environment Setup

This skill performs a full repository synchronization by committing local changes, pulling the latest origin commits, resolving merge conflicts, and executing necessary environment setup scripts, including dependency installation.

markmhendrickson/neotoma git-pull sync submodule setup
skill ★ 23

Automated repository release and deployment workflow

This skill automates the entire release cycle, merging the development branch into main, and detecting whether the release is a planned milestone or an incremental patch. It manages semantic versioning, tags the repository, and executes dep…

markmhendrickson/neotoma release-management semver deployment git-workflow
tool ★ 23

Publish internal plans as public GitHub discussions

This tool accepts a private plan document and sanitises it by stripping internal references, PII, and sensitive data. It then rewrites the content into a structured GitHub Discussion post, facilitating early input from external developers.

markmhendrickson/neotoma github-discussions plan-management content-sanitisation documentation
skill ★ 23

Automates Neotoma issue queue triage and resolution

This skill manages the entire Neotoma issue lifecycle, autonomously triaging open bugs by classifying reproduction environments and generating resolution plans. It can concurrently open PRs, create local worktrees, request missing context, …

markmhendrickson/neotoma issue-triage bug-fixing pr-generation security-advisory
skill ★ 23

Product Positioning Framework

A structured framework for defining product positioning by identifying competitive alternatives, unique attributes, and target customer segments. It enables the establishment of market category and value themes using the "Obviously Awesome"…

markmhendrickson/neotoma product-positioning product-strategy market-analysis competitive-intelligence
skill ★ 23

Manage error debugging watcher lifecycle

This skill provides comprehensive lifecycle management for an error debugging watcher, allowing developers to start, stop, check status, and view logs via a structured CLI interface. It handles PID file management and configuration validati…

markmhendrickson/neotoma error-debugging watcher process-management cli
skill ★ 23

Automated Error Debugging and Watcher Management

Manages an automated error debugging watcher and facilitates the identification and resolution of pending error reports across multiple repositories. It supports priority-based error processing and cross-repo error queue monitoring.

markmhendrickson/neotoma error-debugging automation watcher-management cross-repo
skill ★ 23

Systematically improve agent behavior from misses

This skill formalises the process of converting observed behavioral misses into durable process improvements. It systematically identifies the root cause and updates the smallest necessary artifact—be it a rule, skill, or workflow document—…

markmhendrickson/neotoma process-improvement behavior-correction workflow-refinement rule-editing
skill ★ 23

Structured bug fixing and feature remediation workflow

This skill executes a structured workflow to diagnose and resolve bugs within a feature or module. It supports optional error classification (implementation, spec, or architectural) and ensures all fixes are validated with regression tests.

markmhendrickson/neotoma bug-fixing workflow error-classification regression-testing
skill ★ 23

Final Feature Unit Review and Approval Workflow

This skill executes the final checkpoint of a feature unit workflow, validating implementation against configuration, running compliance checks, and gathering a comprehensive summary. It prompts the user for final approval, handling necessa…

markmhendrickson/neotoma final-review feature-workflow compliance-check merge-approval