de-slopify
Safe 68Remove AI Writing Artifacts from Docs
by Dicklesworthstone
Documentation generated by AI often contains telltale patterns like excessive emdashes, formulaic phrases, and forced enthusiasm. This skill provides systematic prompts and guidelines to identify and remove these artifacts so your documentation sounds authentically human.
cursor
Safe 68Control Cursor editor from your terminal
by Dicklesworthstone
Switching between terminal and GUI to open files slows your development flow. This skill provides all Cursor CLI commands to open files, compare code, and manage extensions directly from command line.
csctf
Safe 68Convert AI Chat Share Links to Markdown
by Dicklesworthstone
Saving AI chat transcripts often breaks code blocks and creates messy filenames. This tool converts share links from ChatGPT, Gemini, Grok, and Claude into clean Markdown and HTML with preserved formatting and syntax highlighting.
cm
Low Risk 65Build persistent cross-agent memory with CM
by Dicklesworthstone
AI coding agents accumulate valuable knowledge but lose it between sessions. CM captures patterns and learnings across all your agents, turning scattered experiences into persistent procedural memory that improves over time with confidence scoring.
claude-chrome
Safe 69Automate Chrome Browser with Claude
by Dicklesworthstone
Manual browser tasks consume too much time. This skill enables Claude to control your Chrome browser, automating repetitive form filling, data extraction, and workflow tasks using your existing login sessions.
cass
Low Risk 66Search your coding agent history
by Dicklesworthstone
Developers lose track of solutions found by AI coding assistants. This tool indexes sessions from Claude Code, Codex, Gemini, Cursor, and 8+ other agents into a unified searchable database.
caam
Safe 68Switch AI accounts instantly
by Dicklesworthstone
Managing multiple AI coding subscriptions is frustrating when you hit rate limits. CAAM switches accounts in sub-100ms by backing up and restoring OAuth tokens locally. No browser OAuth friction required.
bv
Safe 69Analyze Beads Dependencies with Graph Metrics
by Dicklesworthstone
Beads projects accumulate dependency graphs that are hard to navigate manually. BV computes PageRank, betweenness, cycles, and critical path metrics to help agents prioritize work efficiently.
beads-workflow
Safe 69Convert Plans to Executable Task Beads
by Dicklesworthstone
Planning complex projects for AI agents is difficult because traditional task formats lack dependency awareness and self-contained context. This skill provides proven prompts to transform any markdown plan into detailed beads with explicit dependencies so agent swarms can execute work correctly without confusion.
agent-swarm-workflow
Safe 69Coordinate Multi-Agent Swarms
by Dicklesworthstone
Managing multiple AI agents in parallel creates coordination complexity. This skill provides exact prompts and workflows for coordinating agent swarms through NTM, Agent Mail, Beads, and BV tools.
agent-mail
Safe 69Coordinate Multiple AI Agents with Mail
by Dicklesworthstone
Multiple AI agents working together often overwrite each other's edits or miss critical context. Agent Mail provides a mail-like coordination layer with file reservations, threaded messaging, and human oversight to keep agents organized and prevent conflicts.
agent-fungibility
Safe 69Design Scalable Agent Swarms
by Dicklesworthstone
Multi-agent systems with specialized roles create bottlenecks and complex failure modes. This skill explains the fungibility approach: using identical, interchangeable agents that can handle any task, enabling effortless scaling and simple failure recovery.
libreoffice-writer
Low Risk 74Automate LibreOffice Writer Documents
by dfk1352
Manually editing documents is time-consuming and error-prone. This skill automates LibreOffice Writer operations through UNO integration, enabling programmatic document creation, editing, formatting, and export.
libreoffice-impress
Low Risk 75Create and edit LibreOffice Impress presentations programmatically
by dfk1352
Generate, modify, and export professional presentations with automated slide operations. This skill provides programmatic control over LibreOffice Impress for bulk presentation workflows.
libreoffice-calc
Low Risk 73Automate LibreOffice Calc spreadsheets with UNO
by dfk1352
Manual spreadsheet editing is tedious and error-prone. This skill automates Calc operations programmatically through the UNO API for reliable batch processing.
test-case-generator
Safe 71Generate test cases from requirements
by Devliang24
Writing test cases from requirement documents takes significant time and often misses edge cases. This skill analyzes requirements in any format (text, images, PDF, DOCX) and automatically generates comprehensive, standardized test cases following 15-field specification with Excel export.
testing-test-writing
Safe 69Write Pest Tests for Critical User Flows
by DevanB
Writing comprehensive tests for Laravel applications can be time-consuming and unclear. This skill provides focused guidance on writing meaningful tests that cover core user workflows using the Pest framework, ensuring quality without over-testing.
global-validation
Safe 69Implement Secure Input Validation Standards
by DevanB
Poor input validation leads to security vulnerabilities like SQL injection and XSS attacks. This skill guides Claude Code to implement server-side validation with allowlists, type checking, and proper sanitization.
global-tech-stack
Safe 69Enforce Your Laravel and React Tech Stack Standards
by DevanB
When working on projects with specific technology requirements, Claude Code needs guidance to make consistent architectural decisions. This skill ensures Claude Code adheres to your established Laravel, PHP, React, PostgreSQL, and tooling standards across all development tasks.
global-error-handling
Safe 68Implement Robust Error Handling in Your Code
by DevanB
Managing errors in production code is complex and error-prone. This skill guides Claude Code to implement comprehensive error handling with specific exception types, centralized error management, graceful degradation, and proper resource cleanup.