Skip to main content

Skills dans ce dépôt

athola/claude-night-market - Page 4

SkillsMP a collecté 217 skills depuis athola/claude-night-market. Ouvrez un skill pour examiner sa source et ses détails.

athola/claude-night-market

Affichage de 40 skills collectés sur 217.

métier
Techniciens audio et vidéo
description

Combines GIFs and videos into composite tutorials with vertical or grid layouts via ffmpeg. Use when assembling multi-part media into a single output.

Langue du texte source : anglais

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

Applies TRIZ cross-domain analogical reasoning to find solutions from adjacent fields. Use when stuck on a problem and needing inventive perspectives.

Langue du texte source : anglais

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

Orchestrates multi-domain review (code, arch, tests, security) in a single pass. Use when thorough pre-release review is needed.

Langue du texte source : anglais

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

Detects codebase bloat via dead code, duplication, complexity, and doc bloat scans. Use when codebase feels large or before a release.

Langue du texte source : anglais

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

Tracks quotas, monitors thresholds, and degrades gracefully for rate-limited APIs. Use when integrating external services that impose rate or cost limits.

Langue du texte source : anglais

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

Tracks per-agent token usage and flags waste in parallel dispatch. Use when evaluating parallel agent efficiency or after a multi-agent run.

Langue du texte source : anglais

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

Establishes CPU/GPU baselines before resource-intensive operations. Use before builds, training runs, or any task that pins cores or GPUs for over a minute.

Langue du texte source : anglais

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

Guides when to ask clarifying questions versus proceed autonomously. Use to reduce unnecessary clarifying questions when intent is clear.

Langue du texte source : anglais

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

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

Langue du texte source : anglais

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

Selects optimal sources for tool calls, balancing accuracy with token cost. Use before research tasks or when deciding whether a claim needs verification.

Langue du texte source : anglais

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

Enforces token quota management at session start with conservation and compression checks. Use at the start of every session or before large context loads.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Creates behavioral rules in markdown to block dangerous commands or restrict AI behavior. Use when adding safety guardrails or preventing specific commands.

Langue du texte source : anglais

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

Scores backlog items with RICE/WSJF/Kano and files GitHub issues for top candidates. Use when triaging a roadmap or prioritizing features for a sprint.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Shapes agent behavior via instruction framing and style transfer. Use when composing dispatch prompts or writing skill instructions for parallel review agents.

Langue du texte source : anglais

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

Scores feature worthiness and enforces branch-size limits against overengineering. Use when evaluating whether a feature belongs in the current scope or branch.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Provides sanitization guidelines for external content in skills and hooks. Use when loading GitHub Issues, PRs, WebFetch results, or any untrusted input.

Langue du texte source : anglais

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

Converts documents and URLs to markdown via tiered fallback (MCP markitdown, native tools, user notice). Use when a skill must ingest PDF, DOCX, or URL content.

Langue du texte source : anglais

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

Enforces markdown line-wrap and structure rules for clean git diffs. Use when writing or editing any committed markdown documentation or skill file.

Langue du texte source : anglais

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

Provides sem semantic-diff detection, install-on-first-use, and fallback patterns. Use when building skills that consume git diff output.

Langue du texte source : anglais

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

Applies stewardship virtues (Care, Curiosity, Humility, Diligence) to plugin work. Use when authoring plugins or reviewing code quality.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Audits dependency supply chains for bad versions, lockfile drift, and artifact integrity. Use when adding deps, handling incidents, or releasing a plugin.

Langue du texte source : anglais

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

Installs egregore watchdog daemon via launchd or systemd for autonomous relaunching. Use when setting up egregore on a new machine. Do not use on CI/CD runners.

Langue du texte source : anglais

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

Removes the egregore watchdog daemon and its associated files. Use when stopping automated session relaunching or cleaning up egregore infrastructure.

Langue du texte source : anglais

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

Manages digital garden notes, link structures, and health metrics. Use when curating a knowledge base, pruning stale notes, or tracking content maturity.

Langue du texte source : anglais

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

Searches and navigates stored knowledge in memory palaces. Use when looking for previously stored information or cross-referencing concepts across palaces.

Langue du texte source : anglais

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

Designs memory palace structures with spatial layouts and domain organization. Use when creating a new palace or planning knowledge architecture by hand.

Langue du texte source : anglais

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

Generates Mermaid and ASCII diagrams of palace structure, knowledge topology, and synapse connectivity. Use when inspecting or presenting a palace visually.

Langue du texte source : anglais

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

Captures and retrieves PR-review findings in memory palaces. Use after PR review to store architectural decisions, patterns, and standards for future reference.

Langue du texte source : anglais

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

Generates conventional commit messages from staged changes. Use when committing and needing a well-formatted message. Do not use for full PR prep; use pr-prep.

Langue du texte source : anglais

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

Manages Claude Code sessions with naming, checkpointing, and resume strategies. Use when organizing long-running work or resuming across sessions.

Langue du texte source : anglais

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

Updates, generates, and validates tests using git-workspace context and TDD/BDD methodology. Use when code changes require new or updated test coverage.

Langue du texte source : anglais

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

Bumps versions, updates changelogs, and coordinates version changes across files for releases. Use when preparing a release or bumping the project version.

Langue du texte source : anglais

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

Converts a Claude Code session JSONL file into an animated GIF terminal replay. Use when creating demos or visual evidence from past sessions.

Langue du texte source : anglais

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

Creates clear, testable specifications from feature descriptions with user stories. Use when starting a new feature and needing a spec before planning.

Langue du texte source : anglais

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

Generates phased, dependency-ordered implementation tasks from specifications. Use after spec is complete and before starting implementation.

Langue du texte source : anglais

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

Searches GitHub for existing implementations, libraries, or patterns. Use when finding code examples or prior art on a topic during a research session.

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

Refines an active research session by drilling deeper into a subtopic. Use after tome:research to narrow results to a specific channel or angle.

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

Scans HN, Lobsters, Reddit, and tech blogs for community experience reports. Use when gathering practitioner opinions on a technology or approach.

Langue du texte source : anglais

mis à jour
métier
Enseignants postsecondaires, autres
description

Searches academic literature via arXiv, Semantic Scholar, and open-access PDFs. Use when building literature reviews or finding formal research on a topic.

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

Merges, dedupes, ranks, and formats research findings into a report. Use after research agents return results from multiple channels to produce a ranked report.

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 217.