Skills

Type: All Skills Tools
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
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
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
skill ★ 10,706

Generate focused unit tests for backend logic

This skill generates focused unit tests specifically designed for backend and utility logic. It assists developers in ensuring robust coverage for core application functions.

elie222/inbox-zero unit-testing backend utility-logic testing
skill ★ 23

Comprehensive Git pull and setup workflow

This skill executes a robust Git pull workflow, ensuring local changes are committed before fetching and merging remote updates. It concludes by detecting and running necessary setup scripts, including dependency installation and environmen…

markmhendrickson/neotoma git-pull submodule setup-scripts git-workflow
skill ★ 10,706

Pause agent execution for specified duration

Allows the agent to pause its execution flow for a user-defined period. This is useful for rate limiting, waiting for external processes, or simulating human latency.

elie222/inbox-zero wait pause sleep timing
skill ★ 10,706

Update workspace dependencies respecting pinned versions

This skill manages dependency updates across a workspace, ensuring that critical packages listed in the .ncurc.cjs file remain pinned and are not upgraded. It executes standard package update workflows, including manifest checking, installa…

elie222/inbox-zero pnpm dependency-management package-update node-workspace
skill ★ 23

Triage, review, and merge open pull requests

This skill automates the end-to-end management of open pull requests. It assesses merge readiness by running security gates, checking CI status, managing required Opus reviews, and merging eligible changes while flagging release candidates …

markmhendrickson/neotoma pr-triage github-actions merge-requests security-checks
skill ★ 10,706

UI Component and Styling Guidelines

Defines implementation standards for responsive UI components using Shadcn UI, Radix UI, and Tailwind CSS. It covers patterns for data fetching with SWR and managing loading states in Next.js applications.

elie222/inbox-zero ui-components shadcn-ui tailwind-css nextjs
skill ★ 10,706

End-to-End Feature Testing for Inbox Zero

This agent provides comprehensive end-to-end testing by orchestrating browser QA, direct API calls, Google Workspace operations, and LLM evaluation tests. It manages environment setup and data seeding to verify feature correctness across mu…

elie222/inbox-zero e2e-testing browser-qa api-verification google-workspace
skill ★ 10,706

Automated Code Review and Auto-Fixing Skill

An agentic skill for performing deep code reviews, identifying bugs, and enforcing project-specific architectural patterns. It automatically resolves trivial issues like unused imports while providing a structured workflow for reporting and…

elie222/inbox-zero code-review automated-refactoring bug-detection agentic-workflow
skill ★ 23

Manage Error Debugging Watcher Automation

This skill provides comprehensive lifecycle management for the error debugging watcher, allowing developers to start, stop, check status, and view logs for background error monitoring processes. It handles PID file management and verifies c…

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

Improve Agent Behavior from User Feedback

This skill formalizes the process of converting observed behavioral omissions or failures into durable, permanent process improvements. It captures the miss, selects the smallest appropriate artifact (rule, skill, or workflow), and immediat…

markmhendrickson/neotoma self-correction process-improvement behavior-learning agent-refinement