Skip to main content

poteto/noodle

SkillsMP a collecté 34 skills depuis poteto/noodle. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
34
Étoiles GitHub
269
Forks GitHub
15

Affichage de 34 skills collectés sur 34.

métier
Concepteurs web et d'interfaces numériques
description

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Systematic planning for medium-to-large tasks. Gathers context, identifies domain skills, writes phased plans to brain/plans/. Does NOT implement. Use for new features, multi-file refactors, or architectural changes — not small fixes. Triggers: "plan this",…

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Structural code search via ast-grep — use when code shape and element relationships matter, not just text. E.g., "find async functions without error handling", "refactor foo(a, b) to foo({ a, b })". Use Grep for simple name lookups.

Langue du texte source : anglais

mis à jour
métier
Commis de bureau généraux
description

Read/write brain files (Obsidian vault at brain/). Use for any task that persists knowledge — reflection, planning, or direct edits. Triggers after debugging sessions, mistakes, corrections, architectural decisions, or any insight worth preserving across…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Run Codex CLI (exec, resume) for parallel work, delegating tasks to another model, or background code generation. Handles code analysis, refactoring, and automated editing. Includes Spark vs standard guidance. Triggers: "codex", "run codex", "use codex to".

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Create conventional commit messages. Use when the user says "commit this", "save changes", "git commit", asks to commit code, write a commit message, or format git history. Follows conventional commits specification.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implementation methodology for executing tasks. Handles scoping, decomposition, worktree workflow, verification, and commit conventions. Triggers: "execute", "implement", "build this", "code this".

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Discover and install agent skills from the open ecosystem. Use IMMEDIATELY when the user asks "how do I do X", "find a skill for X", "is there a skill for X", "can you do X" for specialized capabilities, wants to extend agent functionality, mentions a domain…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Production Go patterns — lifecycle, concurrency, config, testing, CI. Use when writing, reviewing, or refactoring Go code. Triggers on Go code review, Go refactoring, or 'go best practices'.

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

Design and implement microinteractions, motion design, transitions, and user feedback patterns. Use when adding polish to UI interactions, implementing loading states, creating gesture-based interactions, designing hover/focus states, building…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Audit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain", "prune brain", "review skills", "consolidate notes", "prune notes".

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Operate the Noodle CLI — explain commands, find flags, create/edit .noodle.toml config. Also covers writing skills for Noodle: the orders pipeline, task-type schedule fields, stage composition, and the orders-next.json schema. Use when running noodle…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Infrastructure fix for broken builds, failed tests, stale state, and environment drift. Covers both user-project and Noodle-internal failures. Triggers when builds break, tests fail, state is stale, or environment drifts. Use on 'oops', 'fix the build',…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Post-cook quality gate. Reviews completed cook work for correctness, scope discipline, and principle compliance. Emits stage_message events with findings. Triggers after execute stages, on '/quality', 'review this', 'check the work', 'assess quality'.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

React performance optimization guidelines. Use when writing, reviewing, or refactoring React components, hooks, effects, data fetching, or bundle optimization. Includes useEffect best practices — when NOT to use effects and better alternatives. Triggers:…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Sharpen todo items in brain/todos.md into precise, actionable prompts via targeted questioning. Triggers: "refine", "refine todos", "clarify todos".

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Review plans and code changes. Walks Architecture → Code Quality → Tests → Performance, numbering issues with tradeoff options. Triggers: "review", "review this", "code review", "look over this", "check my changes", "audit", "critique", "what do you think",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Mine past Claude Code and Codex conversations for uncaptured patterns, corrections, and knowledge. Cross-references with existing brain content. Triggers: "ruminate", "mine my history", "what have I been working on", "review past sessions", "extract…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Orders scheduler. Reads .noodle/mise.json, writes .noodle/orders-next.json. Schedules work orders based on backlog state, plan phases, session history, and task type schedules. Triggers when orders are empty, after backlog changes, when the loop re-evaluates,…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Test-driven development workflow for Noodle. Use when testing changes, writing tests, fixing bugs, creating fixtures, or running the test suite. Triggers: "test", "write a test", "fix this bug", "add a fixture", "run tests", "TDD", or any task involving…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Add, complete, or view items in the brain/todos.md backlog. Use when the user says "todo", "add a todo", "mark done", "what's on the backlog", "show todos", "list tasks", "check off", or wants to manage their task list.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

TypeScript type safety guidelines for writing maximally type-safe code. Apply these patterns when writing or reviewing any TypeScript: discriminated unions, type narrowing, type guards, exhaustiveness checks, avoiding `as` casts, preferring `unknown` over…

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Remove AI writing patterns from prose. Use for docs, READMEs, blog posts, any non-code text that should sound human. Triggers: "unslop", "humanize", "make this sound human", "clean up this writing", "edit for voice", "de-AI this text".

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use for concurrent sessions, agent team isolation, or any work needing a separate branch. Critical for multi-agent workflows. Triggers: "worktree", "new worktree", "clean up worktrees", "need isolation", or when spawning agent teams.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Guide for creating or updating skills — specialized knowledge, workflows, and tool integrations packaged for Claude.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Reflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implements a backlog item. Reads the task prompt, makes changes, commits.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Reads backlog and produces work orders for the loop.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Deploys the project to the target environment.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implements a backlog item. Reads the task prompt, makes changes, commits.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Reads backlog and produces multi-stage work orders including test and deploy stages.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Runs the project test suite and reports results.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Systematic root-cause debugging methodology. Use for any technical problem — errors, failures, unexpected behavior, or when stuck. Triggers: "debug", "fix this", "what's wrong", "investigate".

Langue du texte source : anglais

mis à jour
Affichage de 34 skills collectés sur 34.