Skills

Type: All Skills Tools
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
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
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
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
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
skill ★ 23

Evaluate Product Positioning Against Key Frameworks

This skill assesses whether a product's positioning surface—be it a homepage or pitch—effectively communicates value to the target ICP. It combines rigorous scoring across five lenses: Obviously Awesome, Made to Stick, ICP alignment, and su…

markmhendrickson/neotoma positioning market-strategy product-marketing icp-alignment
skill ★ 23

Consistent Visual Style for Blog Post Imagery

This skill enforces a mandatory, consistent visual aesthetic for all blog post assets, including heroes and social previews. It guides the generation of polished, monochromatic white line-art images on a solid black background, ensuring bra…

markmhendrickson/neotoma blog-imagery visual-style line-art image-generation
skill ★ 23

Automates creation of persistent AI guidance rules

This skill automates the creation of structured rule files for persistent AI guidance, supporting both main repository and submodule contexts. It ensures the rule is immediately available to agents by generating the necessary symlink in the…

markmhendrickson/neotoma rule-creation ai-guidance cursor-rules symlink
skill ★ 23

Neotoma Plan Creation Skill

Automates the creation of plan entities within Neotoma by managing field collection, alignment verification, and the establishment of relational links to objectives or releases.

markmhendrickson/neotoma neotoma plan-management workflow-automation entity-creation
skill ★ 23

Orchestrates full software release lifecycle management

This skill orchestrates the entire software release lifecycle, managing everything from initial planning and dependency graph generation to execution scheduling and cross-feature integration testing. It supports complex workflows, enabling …

markmhendrickson/neotoma release-management workflow-orchestration dependency-resolution software-release
skill ★ 23

Create fully interactive client-side feature prototypes

This skill generates a fully interactive, client-side prototype for a specified feature unit. It uses mocked APIs and existing design system components, ensuring the resulting code is runnable and testable before full implementation.

markmhendrickson/neotoma prototype frontend client-side mocking