search
25nathanvale/side-quest-marketplace-old
Command
Search bookmarks by title or URL.
nathanvale/side-quest-marketplace-old
Command
Search bookmarks by title or URL.
nathanvale/side-quest-marketplace-old
Plugin Claude Code
CLAUDE.md manager for creating and optimizing memory files across the hierarchical cascade system.
nathanvale/side-quest-marketplace-old
Command
Audit CLAUDE.md files against Anthropic best practices (user, project, or module level).
nathanvale/side-quest-marketplace-old
Command
Extract documentation into structured context, then invoke /create to generate CLAUDE.md.
nathanvale/side-quest-marketplace-old
Command
Smart CLAUDE.md initialization with CI mode for automated updates.
nathanvale/side-quest-marketplace-old
Plugin Claude Code
Claude Code documentation - auto-updating local docs with search skill. Provides offline access to official documentation with automated fetching, indexing, and intelligent search.
nathanvale/side-quest-marketplace-old
Command
Look up Claude Code documentation - ask questions or search by topic.
nathanvale/side-quest-marketplace-old
Command
Update local Claude Code documentation from code.claude.com.
nathanvale/side-quest-marketplace-old
Skill Claude CodeCodex
Answers questions about Claude Code features, configuration, and usage from local documentation synced from code.claude.com. Use when users ask about hooks, plugins, skills, MCP servers, slash commands, sub-agents, settings, permissions, sandboxing, CLAUDE.md memory files, model selection, costs, IDE integrations (VS…
nathanvale/side-quest-marketplace-old
Plugin Claude Code
Expert guidance for creating high-quality Claude Code skills following Anthropic's best practices.
nathanvale/side-quest-marketplace-old
Skill Claude CodeCodex
Expert guidance for creating high-quality Claude Code skills following Anthropic's official best practices. Use when creating, improving, or auditing skill files.
nathanvale/side-quest-marketplace-old
Plugin Claude Code
Cross-platform clipboard operations - copy and paste text with structured error handling.
nathanvale/side-quest-marketplace-old
MCP server Claude CodeCodexCursor +2
MCP server "clipboard" as configured in nathanvale/side-quest-marketplace-old. Launched with bun run ${CLAUDE_PLUGIN_ROOT}/mcp/index.ts.
nathanvale/side-quest-marketplace-old
Command
Copy text to the system clipboard using the MCP clipboard tool.
nathanvale/side-quest-marketplace-old
Command
Paste text from clipboard.
nathanvale/side-quest-marketplace-old
Plugin Claude Code
Development skills for Bun CLI, runtime workflows, filesystem utilities, observability, inbox processing, and developer experience patterns.
nathanvale/side-quest-marketplace-old
Command
Sample command demonstrating dev-toolkit command structure.
nathanvale/side-quest-marketplace-old
Skill Claude CodeCodex
Build production-grade CLI tools with Bun. Reference implementation covering argument parsing patterns (--flag value, --flag=value, --flag), dual markdown/JSON output, error handling, subcommands, and testing. Use when building CLIs, designing argument parsing, implementing command structures, reviewing CLI quality…
nathanvale/side-quest-marketplace-old
Skill Claude CodeCodex
Pure Bun-native filesystem utilities from @side-quest/core/fs. Use when you need command-injection-safe filesystem operations, prefer Bun over node:fs, or want token-efficient fs helpers. All functions use Bun.spawn, Bun.file(), or Bun.write() - no node:fs dependencies.
nathanvale/side-quest-marketplace-old
Skill Claude CodeCodex
Master Bun runtime workflows for full-stack development. Monorepos, bunx, lockfiles, performance optimization, and integration patterns.
nathanvale/side-quest-marketplace-old
Skill Claude CodeCodex
Development skills for Bun CLI, runtime workflows, and developer experience patterns.
nathanvale/side-quest-marketplace-old
Skill Claude CodeCodex
Design developer experiences that people love. Feedback loops, cognitive load, flow state, and ADHD-friendly patterns for tools and workflows.
nathanvale/side-quest-marketplace-old
Skill Claude CodeCodex
Expert guidance for building and maintaining the Para Obsidian inbox processing system - a security-hardened automation framework for processing PDFs and attachments with AI-powered metadata extraction. Use when building inbox processors, implementing security patterns (TOCTOU, command injection prevention, atomic…
nathanvale/side-quest-marketplace-old
Skill Claude CodeCodex
Build production-grade MCP (Model Context Protocol) servers with observability, correlation ID tracing, and dual logging. Use when creating new MCP servers, adding tools to existing servers, implementing file logging, debugging MCP issues, wrapping CLI tools with spawnSyncCollect, or following Side Quest marketplace…