Skills
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 …
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…
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.
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…
Automated Feature Implementation Workflow
An automated workflow for executing feature units by managing configuration, documentation, testing, and spec-to-implementation alignment.
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…
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…
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…
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.
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.
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…
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, …
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"…
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…
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.
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—…
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.
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…
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…
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…
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…
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.
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 …
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.