Browse all

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

Structured git commit management for monorepos

This tool automates structured committing across complex monorepos, ensuring all submodules and the main repository adhere to a detailed, multi-section commit message format. It manages commit scope via parameters and includes robust push r…

markmhendrickson/neotoma git submodule commit monorepo
skill ★ 23

Neotoma Graph Health Audit Skill

Performs a comprehensive read-only audit of a Neotoma database to identify graph-health issues such as duplicate entities, schema drift, and relationship inconsistencies. It provides structured remediation hints for use with existing Neotom…

markmhendrickson/neotoma neotoma graph-audit data-integrity schema-validation
skill ★ 23

Systematic Comparative Project Analysis Across Repositories

This skill systematically assesses a target project or concept by comparing it against the foundational context of all repositories loaded from the truth layer. It generates structured reports covering competitive positioning, potential par…

markmhendrickson/neotoma project-analysis comparative-assessment web-scraping market-intelligence
skill ★ 23

Sync Environment Variables from 1Password

Automatically synchronises local .env files with 1Password secrets using predefined mappings stored in Parquet format. It supports both 1Password MCP and CLI, ensuring secure updates with automatic backups and environment-specific key handl…

markmhendrickson/neotoma 1password env-sync mcp secret-management
skill ★ 23

Store Chat Conversations to Neotoma Knowledge Graph

This skill reviews the current chat transcript, generating a structured preview of all data to be persisted in Neotoma. It ensures canonical storage by creating dual agent_message records per turn (user and assistant) and requires explicit …

markmhendrickson/neotoma neotoma chat-storage knowledge-graph llm
skill ★ 23

Automated Cursor Rules and Commands Setup

Automates the deployment of foundation cursor rules and commands into the .cursor/ directory using either symlinks for git submodules or independent copies. It facilitates synchronisation between a central foundation repository and peer rep…

markmhendrickson/neotoma cursor-rules git-submodule automation configuration-management
skill ★ 23

Integrating and managing shadcn/ui components

This skill guides developers through integrating, updating, and managing components from the shadcn/ui ecosystem, covering core, standard, and community registry components. It enforces adherence to the defined token system for consistent s…

markmhendrickson/neotoma ui component-library shadcn tailwind
skill ★ 23

Migrate legacy cursor setup commands

This skill guides users through the deprecation of legacy cursor commands. It directs the user to run setup-cursor-copies to correctly refresh foundation rules and skills into the modern .cursor/ directory structure.

markmhendrickson/neotoma setup cursor migration foundation
skill ★ 23

Automated Error Reporting for Agentic Workflows

Enables agents to systematically report, classify, and document errors for automated resolution. It supports cross-repository reporting by auto-detecting target repositories through MCP server context or file path analysis.

markmhendrickson/neotoma error-reporting mcp agentic-workflows automation
skill ★ 23

Orchestrates Feature Unit Development and Validation

This skill manages the end-to-end lifecycle of a feature unit, handling configuration loading, comprehensive testing (unit, integration, E2E), and bug remediation. It critically enforces spec-to-implementation alignment before generating a …

markmhendrickson/neotoma feature-workflow development-lifecycle spec-validation testing
skill ★ 1,244

Open WebSearch: Advanced Live Web Retrieval Skill

This skill provides comprehensive, multi-source web retrieval, managing complex setup via local CLI/daemon or workspace MCP tools. It intelligently prioritises direct URL fetching, focused searches, and GitHub READMEs while adhering to stri…

Aas-ee/open-webSearch web-search retrieval web-scraping llm
skill ★ 1,244

Open WebSearch MCP Server Maintenance

Facilitates the maintenance and extension of the open-websearch MCP server by providing protocols for engine integration, network configuration, and tool schema updates.

Aas-ee/open-webSearch mcp maintenance web-search typescript
skill ★ 23

Structured Error Reporting and Resolution Skill

This skill enables agents to systematically detect, classify, and report various error types, such as build, runtime, and test failures, to a designated target repository. It automatically resolves the target location and stores a structure…

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

Automated full-stack release management and publishing

This tool automates the entire software release lifecycle, managing preflight checks, version bumping, and generating comprehensive release notes. It ensures coordinated publishing across npm, GitHub, and the live sandbox environment.

markmhendrickson/neotoma release-management npm-publishing github-release ci-cd
skill ★ 23

Automated Git release and deployment workflow

Automates merging development branches into main, managing both planned and incremental semantic versioning releases, and deploying to production. The workflow supports both the primary repository and specific submodules.

markmhendrickson/neotoma git-automation release-management semantic-versioning deployment-workflow
tool ★ 23

Recover Neotoma SQLite Database Corruption

This utility addresses common SQLite corruption errors (e.g., `SQLITE_CORRUPT`) encountered with Neotoma's local database files. It generates a verified recovered copy, which must then be manually validated and swapped into the live databas…

markmhendrickson/neotoma sqlite database recovery neotoma
tool ★ 10,706

Manage Inbox Zero via Command Line Interface

This tool provides a command-line interface to inspect, manage, and analyze Inbox Zero data. It allows developers to list automation rules, read analytics, and inspect the live API schema programmatically.

elie222/inbox-zero inbox-zero api cli automation
skill ★ 23

Push current git branch to origin or submodule

This skill pushes the current git branch to the configured origin remote, performing comprehensive checks for remote existence and unpushed commits. It also supports scoping the entire push workflow to a specified submodule directory.

markmhendrickson/neotoma git push submodule version-control