Skip to main content
Dicklesworthstone
GitHub creator profile

Dicklesworthstone

Repository-level view of 2,138 collected skills across 23 GitHub repositories.

skills collected
2,138
repositories
23
updated
Sep 2, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

pi-agent-rust
software-developers

Speeds up pi_agent_rust development and verification workflows. Use when editing providers, tools, sessions, extensions, installer/uninstaller logic, or triaging regressions in this repo.

May 22, 2026
dynamic-resources
software-developers

Example skill loaded from resources_discover

May 18, 2026
agentsbox
software-developers

Discovers and executes MCP tools on-demand via agentsbox_* tools. Use when you need to find the right tool, when a user asks to use a tool you don’t have in context, or when troubleshooting MCP/tool availability.

Feb 6, 2026
pi-share
software-developers

Load and parse session transcripts from shittycodingagent.ai/buildwithpi.ai/buildwithpi.com (pi-share) URLs. Fetches gists, decodes embedded session data, and extracts conversation history.

Feb 6, 2026
uv
software-developers

Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts.

Feb 6, 2026
web-browser
software-developers

Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse…

Feb 6, 2026
skill-creator
computer-occupations-all-other

Create or update Pi skills (SKILL.md plus optional scripts, references, or assets). Use when someone asks to design a new Pi skill, refine an existing one, or structure skills for Pi discovery or packaging.

Feb 6, 2026
extending-pi
computer-occupations-all-other

Guide for extending Pi — decide between skills, extensions, prompt templates, themes, context files, or custom models, then create and package them. Use when someone wants to extend Pi, add capabilities, create a skill, build an extension, or make a Pi…

Feb 6, 2026
Showing 8 of 2,068 collected skills.
agent-fungibility
computer-occupations-all-other

The philosophy and practical benefits of agent fungibility in multi-agent software development. Why homogeneous, interchangeable agents outperform specialized role-based systems at scale.

Jun 19, 2026
agent-swarm-workflow
software-developers

Jeffrey Emanuel's multi-agent implementation workflow using NTM, Agent Mail, Beads, and BV. The execution phase that follows planning and bead creation. Includes exact prompts used.

Jun 19, 2026
ntm
software-developers

Named Tmux Manager - Multi-agent orchestration for Claude Code, Codex, and Gemini in tiled tmux panes. Visual dashboards, command palette, context rotation, robot mode API, work assignment, safety system. Go CLI.

Jun 19, 2026
agent-mail
computer-occupations-all-other

MCP Agent Mail - Mail-like coordination layer for multi-agent workflows. Identities, inbox/outbox, file reservations, contact policies, threaded messaging, pre-commit guard, Human Overseer, static exports, disaster recovery. Git+SQLite backed. Python/FastMCP.

Mar 15, 2026
beads-workflow
project-management-specialists

Converting markdown plans into beads (tasks with dependencies) and polishing them until they're implementation-ready. The bridge between planning and agent swarm execution. Includes exact prompts used.

Mar 15, 2026
bv
software-developers

Beads Viewer - Graph-aware triage engine for Beads projects. Computes PageRank, betweenness, critical path, and cycles. Use --robot-* flags for AI agents.

Mar 15, 2026
de-slopify
technical-writers

Remove telltale signs of AI-generated 'slop' writing from README files and documentation. Make your docs sound authentically human.

Mar 15, 2026
tanstack-integration
software-developers

Find opportunities to improve web application code using TanStack libraries (Query, Table, Form, Router, etc.). Avoid man-with-hammer syndrome by applying TanStack after vanilla implementation works.

Mar 15, 2026
Showing 8 of 29 collected skills.
session-review-memory-distillation
software-developers

Use when reviewing CASS or ee session evidence to distill observed facts, candidate memories, procedural rules, anti-patterns, and curation candidate files without moving session-review judgment into the Rust ee CLI.

Jul 28, 2026
causal-credit-review
software-developers

Use when reviewing causal credit assignments from ee causal ledgers to determine whether measured associations warrant promote/demote/reroute recommendations without moving causal judgment into the Rust CLI.

May 18, 2026
counterfactual-failure-analysis
software-developers

Use when analyzing whether different ee lab evidence, context packs, or memory interventions might have changed a coding-agent failure outcome without moving counterfactual judgment into the Rust CLI.

May 18, 2026
rehearsal-promotion-review
software-developers

Use when reviewing rehearsal dry-run artifacts and producing conservative promotion checklists; requires real ee rehearse output or explicit unavailable degradation.

May 18, 2026
active-learning-experiment-planner
software-developers

Use when planning active-learning experiments from ee observation ledgers, learning uncertainty reports, evaluation records, causal/economy/context evidence, or ee.skill_evidence_bundle.v1 artifacts without moving experiment-planning judgment into the Rust ee…

May 5, 2026
claim-certificate-review
software-developers

Use when reviewing ee claim or certificate verification manifests, deciding whether a claim is persuasive, stale, overbroad, expired, assumption-bound, or missing evidence without putting qualitative judgment into the Rust CLI.

May 5, 2026
preflight-risk-review
software-developers

Use when reviewing pre-task risk from ee evidence matches, preflight JSON, tripwire JSON, dependency audits, project rules, destructive-command warnings, migrations, production deploys, or no-evidence/degraded preflight output before an agent acts.

May 5, 2026
procedure-distillation
software-developers

Use when distilling recorder runs, curation events, procedure records, verification fixtures, or procedure exports into evidence-bound reusable procedures or render-only skill capsules without moving procedure authoring judgment into the Rust ee CLI.

May 5, 2026
Showing 8 of 10 collected skills.
building-glamorous-tuis
software-developers

Build terminal UIs with Charmbracelet (Bubble Tea, Lip Gloss, Gum). Use when: Go TUI, shell prompts/spinners, "make CLI prettier", adaptive layouts, async rendering, focus state machines, sparklines, heatmaps, kanban boards, SSH apps.

Mar 26, 2026
error-handling-base
software-developers

Foundation for error handling patterns. This is a base skill designed to be extended by language-specific error handling skills.

Jan 16, 2026
logging-patterns
software-developers

Common logging patterns and practices. This skill is designed to be included in composite skills via the 'includes' feature.

Jan 16, 2026
complete-rust-development
software-developers

A comprehensive skill for Rust development that combines error handling, testing, and logging patterns. Demonstrates the 'includes' composition feature by merging content from multiple standalone skills.

Jan 16, 2026
rust-error-handling
software-developers

Rust-specific error handling patterns, building on the base error handling skill. Demonstrates the 'extends' composition feature.

Jan 16, 2026
testing-patterns
software-quality-assurance-analysts-and-testers

Common testing patterns and practices. This skill is designed to be included in composite skills via the 'includes' feature.

Jan 16, 2026
crafting-readme-files
software-developers

Craft professional README.md files for GitHub open source projects. Generates hero sections, installation instructions, feature tables, and architecture diagrams. Use when creating or revising a README, documenting a CLI tool, library, or open source project,…

Jan 14, 2026
creating-share-images
web-developers

Create OpenGraph and Twitter share images for Next.js applications using next/og ImageResponse. Generates dynamic social preview cards with gradients, SVG icons, and proper dimensions. Use when building OG images, Twitter cards, social previews, meta images,…

Jan 14, 2026
Showing 12 of 23 repositories