Browse all
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…
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.
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…
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,…
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…
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…
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…
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.
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…
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.
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…