All authors
crypdick avatar

Claude Skills by crypdick

github.com/crypdick
10 skillsA× 9D× 10 installs4 views
Docs ManagerA

Use when writing or reviewing pynchy documentation, deciding where to document things, updating the docs, checking doc consistency, or fixing broken links. Covers information architecture, writing philosophy, tree-shaped navigation, doc-code coupling, no hard-coded usernames, extensibility framing for pluggable subsystems, and when to add code comments.

documentationgobash
0
10
Pynchy DevA

Use when running pynchy locally — running the app, tests, linting, formatting, pre-commit hooks, or rebuilding the agent container. Also use when determining whether you're on pynchy-server or a local machine, and for debugging agent behavior-- session transcript branching, inspecting message history and agent traces in SQLite, pytest hangs, or diagnosing known codebase issues.

developmentgoshell
0
10
Pynchy OpsD

Use when managing the pynchy service on the server — deploying changes, observing logs, checking service status, restarting the service, setting up GitHub auth, rebuilding the agent container, or running any commands on pynchy-server via SSH. Also use when interacting with the LiteLLM proxy — investigating failed requests, model routing errors, spend tracking, health checks, API gateway diagnostics, or modifying the LiteLLM configuration. Also use when the user mentions the LiteLLM UI, dashbo...

devopspythongo
0
10
Pynchy Plugin AuthoringA

Use when creating, scaffolding, or updating a pynchy plugin, including channels, MCP servers, skills, agent cores, workspace specs, and container runtime plugins. Also use when users ask how to register plugins via config.toml, add entry points, or validate plugin hook wiring.

developmentpythonrust
0
10
WorktreesA

Use when working with non-admin groups that have pynchy_repo_access, understanding git worktree isolation, diagnosing uncommitted work left in a worktree after a service restart, or understanding post-run merge behavior.

developmentgit
0
10
Browser ControlA

How to use browser tools for web navigation and interaction

ai-agentsrust
0
10
Python HeredocA

When running multi-line Python code or code with quotes, apostrophes, or f-strings via Bash, always use heredoc syntax instead of python -c to avoid shell quoting issues.

developmentpythonshell
0
10
Slack Token ExtractorA

Refresh expired Slack browser tokens (xoxc/xoxd) using persistent browser sessions. Use when Slack MCP tools fail with authentication errors.

securitygobash
0
10
X IntegrationA

Post tweets, like, reply, retweet, and quote on X (Twitter) using browser automation. Use when the user asks you to interact with X/Twitter.

ai-agentsgobash
0
10
Computer UseA

Drive a host desktop through Pynchy's policy-mediated provider plugins when browser automation is inappropriate.

ai-agentsrustshell
0
10