Skip to main content

JoeCotellese/claude-code-config

SkillsMP ha recopilado 33 skills de JoeCotellese/claude-code-config. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
33
Estrellas en GitHub
4
Forks en GitHub
0

Mostrando 33 de 33 skills recopiladas.

ocupación
sin clasificar
descripción

Definition of Ready gate. Invoke with `/ready #<issue>` or when the user says 'is this ready', 'DoR check', 'audit this issue', 'can we implement #N'. Audits an issue against seven readiness criteria, repairs what it can (rewrites vague acceptance criteria,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Feature specification phase. Invoke with `/spec <feature description>` to create an issue, or `/spec #<issue>` to repair one that failed the /ready Definition of Ready gate. Also triggers on 'new feature', 'plan feature', 'create spec', 'split this issue',…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

UI/UX design phase between spec and implement. Invoke with `/ui-design #<issue>` or when the user says 'design the UI', 'prototype this', 'let's design #N'. Builds a static prototype (the real target template rendered with fake data — not a throwaway mock),…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Decompose books into atomic Zettelkasten permanent notes in the Obsidian vault. Invoke with `/book-to-zettelkasten` or when user says "ZK this book", "atomize this book", "extract permanent notes from this book", "decompose book into notes", "break this book…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Capture debugging and problem-solving progress to Obsidian vault. Use when user invokes /log, says 'log this', 'capture progress', or 'write that down'. Scans recent conversation for relevant context and appends timestamped notebook-style entries to a…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Process Google Meet transcripts from Google Drive OR Apple Voice Memos into structured Obsidian vault notes with topic extraction, vault linking, Todoist action items, and calendar deadlines. Invoke with `/process-meeting`, `/process-meeting latest`,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Guide Mr. Cotellese through a blind-first scotch tasting session and log the results to his Scotch Tasting Journal in the Obsidian vault. Use this skill whenever the user says "let's do a scotch tasting", "tasting [some bottle]", "pour a dram", "tasting a…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Decompose YouTube videos into atomic Zettelkasten permanent notes in the Obsidian vault. Invoke with `/video-to-zettelkasten <youtube-url>` or when user says "ZK this video", "atomize this video", "extract notes from this video". Downloads transcript via…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Pull a YouTube video's transcript into context for discussion — no notes written. Invoke with `/video-transcript <youtube-url>` or when user says "pull the transcript", "transcript this video", "let me read this video first", "what does this video say".…

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Author a `/goal` agentic loop. Invoke with `/create-goal <what you want to run>` or when the user says 'create a goal', 'write a loop', 'make this run unattended', 'how do I loop this', 'what should my exit condition be'. Routes away first if the job actually…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Feature implementation phase. Invoke with `/implement #<issue>` or when user says 'implement', 'work on issue #', 'start coding'. Clears context, fetches issue, enters plan mode, then implements with TDD under a goal whose exit condition is the Definition of…

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Loop repair after a failure. Invoke with `/retro` or when the user says 'why did that get through', 'retro this', 'fix the gate', 'that should have been caught'. Runs after a DoR failure, a blocking committee finding, or a failed Definition of Done: names the…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Feature submission phase. Invoke with `/submit` or when user says 'ready for review', 'create PR', 'submit'. Confirms the Definition of Done passed, runs a fresh-context code review committee on fixed lenses sized by the effort label, pushes, creates the…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Definition of Done runner. Invoke with `/verify #<issue>` or when the user says 'run the DoD', 'is this done', 'check acceptance', 'did it pass'. Runs the unit suite and the acceptance test authored at /ready against the built app, reconciles every acceptance…

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Companion skill for the `acli` Atlassian command-line tool. Provides correct flag patterns, JQL quirks, ADF description handling, and bulk-operation guardrails for Jira work items. Load this skill before running any `acli jira` command to avoid malformed…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

This skill should be used when the user wants to analyze a git repository's health, team practices, and development patterns. Use this when users ask to "analyze this repo", want to understand team velocity, commit patterns, branching strategies, contributor…

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

This skill should be used when defining product requirements, writing user stories, prioritizing features, or analyzing product decisions. Use this when users request feature planning, business analysis of technical decisions (like monetization strategies),…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Perform comprehensive Python code reviews before commits or PRs. Reviews code quality (PEP 8, idioms, DRY, separation of concerns), performance patterns, security vulnerabilities, and best practices for web apps and CLI tools. Uses ruff for linting and…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

This skill should be used when consulting on Swift/SwiftUI app architecture and design decisions. Use this before starting a new feature, when facing design decisions mid-implementation, or when planning refactors. Provides component hierarchies, state…

Idioma del texto original: inglés

actualizado
ocupación
Diseñadores de interfaces web y digitales
descripción

This skill should be used when you need expert guidance on interface design, design system compliance, or creating user experiences that feel native to the target platform. Use this for design consultation (component recommendations, layout advice, navigation…

Idioma del texto original: inglés

actualizado
ocupación
Empleados de oficina generales
descripción

Content exchange with the user via the Drafts app (macOS) using the `drafts` CLI. Default destination is Drafts; override to clipboard only when the user explicitly says "pbcopy", "clipboard", or "to clipboard". Drafts triggers: "copy it", "give it to me",…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

This skill should be used when consulting on C++/Qt app architecture and design decisions. Use this before starting a new feature, when facing design decisions mid-implementation, or when planning refactors for Qt-based firmware, client, or server…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Perform comprehensive C++/Qt code reviews before commits or PRs. Reviews memory safety (RAII, ownership, smart pointers), Qt-specific pitfalls (parent-child ownership, signal/slot thread safety), modern C++ idioms (C++17/20), concurrency, security, and…

Idioma del texto original: inglés

actualizado
ocupación
Empleados de oficina generales
descripción

Process scanned business and personal documents by reading PDF content, analyzing to determine date and description, then renaming and organizing files into appropriate folders. Use this skill when the user asks to organize, file, or process scanned receipts,…

Idioma del texto original: inglés

actualizado
ocupación
Analistas financieros y de inversiones
descripción

Process WSFS bank statement PDFs into QIF files for GnuCash import

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Help manage productivity using a hybrid GTD + Energy/Time filtering system in Todoist with calendar integration. This skill should be used when the user asks "what should I be working on?", wants to process their inbox, needs to capture tasks, asks about…

Idioma del texto original: inglés

actualizado
ocupación
Diseñadores gráficos
descripción

Generate images using Google's Nano Banana 2 model. Invoke with /nano-banana followed by a prompt description, or when the user asks to generate, create, or make an image.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Product analytics skill for analyzing codebases, suggesting analytics events, interviewing product managers about key questions, and building PostHog insights and dashboards. Use this skill when the user wants to (1) analyze a codebase for analytics…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Architectural consultation for Python/Django applications. Use when planning new Django features, designing data models, making architectural decisions, planning API structure, or reviewing design before implementation. Provides component hierarchies, model…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Curate durable project learnings into a shared LEARNINGS.md at the repo root. Invoke with /learnings or when the user says 'capture learning', 'record this decision', 'add to learnings'. Extracts one-line, dated, symbol-prefixed entries (decisions, gotchas,…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de investigación de mercados y especialistas en marketing
descripción

Draft social media posts for Mastodon, Bluesky, and LinkedIn. Use when user says "post on social media", "draft a bluesky post", "help me with a linkedin post", or invokes /social. Handles character limits, link shortening, hashtags, content warnings, and…

Idioma del texto original: inglés

actualizado
ocupación
Profesores postsecundarios, todos los demás
descripción

Break down Italian phrases from recent conversation. Invoke with /capisce or when user asks 'what did you say?', 'explain the Italian', 'non capisco', or wants help understanding Italian used in conversation.

Idioma del texto original: inglés

actualizado
ocupación
Profesores postsecundarios, todos los demás
descripción

Spaced repetition study session using smem CLI. Invoke with /learn or when user says 'quiz me', 'study time', 'flash cards', 'review cards'. Pulls due cards from smem and runs an interactive review.

Idioma del texto original: inglés

actualizado
Mostrando 33 de 33 skills recopiladas.