Explore skills
2,074 skills found
Category alert
Get new Escrita e Conteúdo skills every Monday
documenter-coauthoring
Companion overlay for multi-round collaborative drafting of large specs, proposals, decision docs, and similar documents. Use when the workflow needs structured context gathering, explicit outline approval, section-by-section iteration, and reader-testing rather than a direct documentation pass.
Worclaude
Effective prompting patterns for working with Claude, demanding quality, writing specs
no-slop
Avoid AI writing patterns when producing prose. Use it for drafting, composing, or writing long-form texts such as articles, blog posts, documentation, emails, proposals, reports, READMEs, PR descriptions, and release notes.
javascript-strict
JavaScript (Node.js) strictness, clean code, and security rules. Use when writing, reviewing, or refactoring plain JavaScript (non-TypeScript) Node.js code. Covers const-first variable declarations, async/await patterns, class vs function patterns, JSDoc documentation, error handling, hot-path performance, CommonJS module patterns, and vulnerability prevention. Derived from production Node.js serv
html-effectiveness-report
This Periodic Reports sub-skill is used to generate weekly status reports (KPIs, shipped, velocity, carryover) or incident postmortems (timeline, root cause, impact, action items). It loads when the parent skill detects requests such as 'weekly report', 'status report', 'postmortem', or 'incident'.
session-end
Wrap up finished work, capture lessons, and update documentation.
humanizer-x
A 4-pass AI text humanization engine that removes 30 AI writing patterns, injects authentic voice, manipulates statistical fingerprints, and self-verifies output quality with 8-point scoring. It features 6 voice modes: casual, professional, academic, creative, AI agents/TTS, and cold outreach.
googledocs-automation
Automate Google Docs tasks via Rube MCP (Composio): create, edit, search, export, copy, and update documents. Always search tools first for current schemas.
doccraft-story
Author or update product stories (a.k.a. planning docs, backlog items, tickets, specs) as Markdown under {{DOCS_DIR}}/stories/ with a YAML frontmatter contract (id, status, impact, urgency, depends_on, tags, openspec). Use this whenever the user is creating a story, reprioritising work, writing acceptance criteria, linking a story to OpenSpec or an ADR, or editing anything under {{DOCS_DIR}}/stori
audit
Audit existing project documentation for quality, completeness, consistency, and code alignment. Scans docs against the actual codebase to find stale references, missing coverage, internal contradictions, and quality issues. Generates a structured findings report with severity levels and actionable fix recommendations. Works on any project with a docs/ directory.
libgdx-gdx-ai
Use when writing libGDX Java/Kotlin code involving gdx-ai — steering behaviors (Steerable, Arrive, Seek, Flee, Wander, Pursue, Evade, BlendedSteering, PrioritySteering), A* pathfinding (IndexedAStarPathFinder, Graph, Heuristic), behavior trees (BehaviorTree, LeafTask, Sequence, Selector, .tree text format, BehaviorTreeParser), finite state machines (State, DefaultStateMachine, StackStateMachine, M
libgdx-android-backend
Use when writing libGDX Java/Kotlin code targeting Android — AndroidApplication launcher, AndroidApplicationConfiguration, AndroidManifest.xml setup, Android lifecycle mapping to libGDX, OpenGL context loss on pause, file access (internal/local/external with permissions), Android input (back button, accelerometer, on-screen keyboard), screen density, safe insets/notch, or GL thread posting. Use wh