Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
Dicklesworthstone
GitHub creator profile

Dicklesworthstone

Repository-level view of 83 collected skills across 14 GitHub repositories, including approximate occupation coverage.

skills collected
83
repositories
14
occupation fields
2
updated
2026-05-30
repository map

Where the skills live

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

#01
pi_agent_rust
32 skills · 2026-02-06
Développeurs de logicielsDéveloppeurs webAnalystes en assurance qualité des logiciels et testeursConcepteurs web et d'interfaces numériquesGestionnaires des systèmes informatiques et d'informationGraphistes
9 occupation categories · 97% classified
39%share
#02
agent_flywheel_clawdbot_skills_and_integrations
29 skills · 2026-03-15
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAutres occupations informatiquesSpécialistes du support aux utilisateurs d'ordinateursAnalystes en sécurité de l'informationDéveloppeurs web
14 occupation categories · 100% classified
35%share
#03
meta_skill
8 skills · 2026-03-26
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursDéveloppeurs webProgrammeurs informatiquesRédacteurs techniques
5 occupation categories · 100% classified
9.6%share
#04
beads_rust
2 skills · 2026-04-01
Développeurs de logiciels
1 occupation categories · 100% classified
2.4%share
#05
repo_updater
2 skills · 2026-04-25
Développeurs de logicielsProgrammeurs informatiques
2 occupation categories · 100% classified
2.4%share
#06
remote_compilation_helper
2 skills · 2026-05-14
Administrateurs de réseaux et de systèmes informatiquesDéveloppeurs de logiciels
2 occupation categories · 100% classified
2.4%share
#07
destructive_command_guard
1 skills · 2026-05-30
Développeurs de logiciels
1 occupation categories · 100% classified
1.2%share
#08
ntm
1 skills · 2026-05-25
Administrateurs de réseaux et de systèmes informatiques
1 occupation categories · 100% classified
1.2%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
pi_agent_rust
32 skills1.1k132updated 2026-02-06
39% of creator
skill-creator
Développeurs de logiciels

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.

2026-02-06
extending-pi
Développeurs de logiciels

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 package.

2026-02-06
ralph-wiggum
Développeurs de logiciels

Long-running iterative development loops with pacing control and verifiable progress. Use when tasks require multiple iterations, many discrete steps, or periodic reflection with clear checkpoints; avoid for simple one-shot tasks or quick fixes.

2026-02-06
interactive-shell
Développeurs de logiciels

Cheat sheet + workflow for launching interactive coding-agent CLIs (Claude Code, Gemini CLI, Codex CLI, Cursor CLI, and pi itself) via the interactive_shell overlay or headless dispatch. Use for TUI agents and long-running processes that need supervision, fire-and-forget delegation, or headless background execution. Regular bash commands should use the bash tool instead.

2026-02-06
ask-questions-if-underspecified
Gestionnaires des systèmes informatiques et d'information

Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.

2026-02-05
brave-search
Développeurs de logiciels

Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.

2026-02-05
favicon-generator
Graphistes

Generate flat favicons from image prompts, then key out a magenta background and build PNG/ICO/WebP outputs with ImageMagick. Use when you need a reliable favicon workflow.

2026-02-05
fetch-ci-build
Développeurs de logiciels

Fetch CI build results and diagnose failures. Auto-detects provider from project files or URLs. Supports GitHub Actions, Buildkite, and CircleCI.

2026-02-05
Showing top 8 of 32 collected skills in this repository.
#002
35% of creator
agent-mail
Développeurs de logiciels

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.

2026-03-15
agent-swarm-workflow
Développeurs de logicielsAnalystes des systèmes informatiques

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.

2026-03-15
beads-workflow
Développeurs de logiciels

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.

2026-03-15
bv
Autres occupations informatiques

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

2026-03-15
de-slopify
Rédacteurs en chefRédacteurs techniques

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

2026-03-15
ntm
Développeurs de logiciels

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.

2026-03-15
tanstack-integration
Développeurs web

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.

2026-03-15
ui-ux-polish
GraphistesDesigners commerciaux et industriels

Iterative UI/UX polishing workflow for web applications. The exact prompt and methodology for achieving Stripe-level visual polish through multiple passes.

2026-03-15
Showing top 8 of 29 collected skills in this repository.
#003
meta_skill
8 skills16631updated 2026-03-26
9.6% of creator
building-glamorous-tuis
Développeurs de logiciels

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.

2026-03-26
error-handling-base
Développeurs de logiciels

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

2026-01-16
logging-patterns
Développeurs de logiciels

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

2026-01-16
complete-rust-development
Programmeurs informatiquesDéveloppeurs de logiciels

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.

2026-01-16
rust-error-handling
Développeurs de logiciels

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

2026-01-16
testing-patterns
Analystes en assurance qualité des logiciels et testeurs

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

2026-01-16
crafting-readme-files
Rédacteurs techniques

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, or when user asks about README structure, badges, or project documentation.

2026-01-14
creating-share-images
Développeurs web

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, or share images for webapps.

2026-01-14
#004
beads_rust
2 skills922103updated 2026-04-01
2.4% of creator
#005
repo_updater
2 skills9119updated 2026-04-25
2.4% of creator
#006
remote_compilation_helper
2 skills484updated 2026-05-14
2.4% of creator
12 sur 14 depots affiches