Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

nur-combined

nur-combined contém 143 skills coletadas de nix-community, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
143
Stars
193
atualizado
2026-07-20
Forks
21
Cobertura ocupacional
7 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

nix-packaging
Desenvolvedores de software

Use this when writing or modifying Nix package definitions and related repo exports in this NUR repository.

2026-07-20
update-packages
Desenvolvedores de software

Run nix-update across all packages in this repo, fix build failures, and land each package's changes as its own separate jj commit. Use when asked to "update all packages", "bump everything", "run nix-update on all packages", or similar bulk-update requests.

2026-07-13
backend-patterns
Desenvolvedores de software

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

2026-07-09
clickhouse-io
Desenvolvedores de software

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

2026-07-09
data-scraper-agent
Desenvolvedores de software

Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically.

2026-07-09
data-throughput-accelerator
Desenvolvedores de software

Use when large data ingestion, backfill, export, ETL, warehouse loading, manifest catch-up, or table synchronization needs to become much faster while preserving data correctness.

2026-07-09
github-actions-docs
Desenvolvedores de software

Use when users ask how to write, explain, customize, migrate, secure, or troubleshoot GitHub Actions workflows, workflow syntax, triggers, matrices, runners, reusable workflows, artifacts, caching, secrets, OIDC, deployments, custom actions, or Actions Runner Controller, especially when they need official GitHub documentation, exact links, or docs-grounded YAML guidance.

2026-07-09
config-gc
Desenvolvedores de software

Garbage collection for your Claude Code configuration. Periodically scans ~/.claude (skills, memory, hooks, permissions, MCP servers, caches) for redundant, stale, orphaned, or low-value items, then walks the user through a confirm-each-deletion cleanup. Use when the user says "clean up my config", "config GC", "too many skills", "audit my setup", "my .claude is bloated", or asks for a periodic config review.

2026-07-09
configure-ecc
Desenvolvedores de software

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

2026-07-09
ito-market-intelligence
Analistas de pesquisa de mercado e especialistas em marketing

Research prediction-market events, venues, underliers, liquidity, and news context for Itô basket workflows. Use for read-only market intelligence, API-gated Itô exploration, and source-grounded prediction-market briefings without investment advice or live trading.

2026-07-09
golang-patterns
Desenvolvedores de software

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

2026-07-09
benchmark-methodology
Analistas de pesquisa de mercado e especialistas em marketing

Use after competitive-platform-analysis has produced a tiered competitor set. Scores each competitor across nine weighted dimensions (positioning, voice, visual craft, offer packaging, evidence, enterprise-readiness, thought leadership, pricing, client's strategic tension) with explicit 1–5 rubrics and a tension-plot. Precedes competitive-report-structure.

2026-07-09
remotion-video-creation
Desenvolvedores web

Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more.

2026-07-09
mle-workflow
Desenvolvedores de software

Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.

2026-07-09
prd
Especialistas em gestão de projetos

Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.

2026-07-09
django-security
Desenvolvedores de software

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

2026-07-09
agent-eval
Outras ocupações de informática

Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

2026-07-09
benchmark-optimization-loop
Desenvolvedores de software

Use when the user asks to make something faster, try many variants, run recursive optimization, benchmark latency/throughput/cost, or choose the best implementation by repeated measured tests.

2026-07-09
benchmark
Desenvolvedores de software

Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.

2026-07-09
code-tour
Desenvolvedores de software

Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured "explain how this works" requests.

2026-07-09
coding-standards
Desenvolvedores de software

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

2026-07-09
continuous-learning-v2
Desenvolvedores de software

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

2026-07-09
gateguard
Desenvolvedores de software

Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allowing the action. Measurably improves output quality by +2.25 points vs ungated agents.

2026-07-09
iterative-retrieval
Desenvolvedores de software

Pattern for progressively refining context retrieval to solve the subagent context problem

2026-07-09
latency-critical-systems
Desenvolvedores de software

Use for latency-sensitive systems such as realtime dashboards, market data, streaming agents, execution gateways, queues, caches, or HFT-like infrastructure where freshness and p95 latency matter.

2026-07-09
parallel-execution-optimizer
Desenvolvedores de software

Use when the user wants a task done much faster through parallel work, concurrent agents, batched tool calls, isolated worktrees, or many independent verification lanes without losing correctness.

2026-07-09
plan-orchestrate
Desenvolvedores de software

Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.

2026-07-09
prisma-patterns
Desenvolvedores de software

Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.

2026-07-09
recursive-decision-ledger
Desenvolvedores de software

Use when the user asks for repeated rollouts, marked decision processes, high-dimensional search, stochastic optimization, local-optima exploration, ensemble comparison, or recursive reasoning with a visible evidence trail.

2026-07-09
research-ops
Analistas de pesquisa de mercado e especialistas em marketing

Evidence-first current-state research workflow for ECC. Use when the user wants fresh facts, comparisons, enrichment, or a recommendation built from current public evidence and any supplied local context.

2026-07-09
review-architecture
Desenvolvedores de software

Review code from a high-level system architecture perspective — SOLID principles, design patterns, module coupling, and API design. Use when auditing structural integrity, dependencies, or component boundaries. Invoked by /ac:review.

2026-07-09
review-clean-code
Analistas de garantia de qualidade de software e testadores

Comprehensive Clean Code audit across eight rule families (comments C1-C5, environments E1-E2, functions F1-F4, naming N1-N7, architecture G1-G10, hygiene G11-G20, logic G21-G36, tests T1-T9). Partitioned — run all aspects or a chosen subset. Invoked by /ac:review.

2026-07-09
review-errors
Analistas de garantia de qualidade de software e testadores

Review error handling — silent failures, swallowed exceptions, inadequate logging, ignored error returns, and fail-fast discipline. Use when auditing try/catch blocks and error propagation. Invoked by /ac:review.

2026-07-09
review-performance
Desenvolvedores de software

Review code for performance — algorithmic efficiency (Big O), memory management, resource usage, and concurrency. Use when detecting bottlenecks, leaks, or optimization opportunities. Invoked by /ac:review.

2026-07-09
review-simplify
Desenvolvedores de software

Review code for simplification — reduce cyclomatic complexity, deep nesting, and boilerplate; improve readability and modernize idioms. Use when code is hard to read or overly complex. Invoked by /ac:review.

2026-07-09
review-types
Desenvolvedores de software

Review type design — encapsulation, invariants, type safety, and immutability. Use when auditing leaky abstractions, primitive obsession, or representable invalid states. Invoked by /ac:review.

2026-07-09
security-review
Analistas de segurança da informação

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

2026-07-09
speckit-scripts
Desenvolvedores de software

Bundled Spec Kit automation scripts (bash + PowerShell) and artifact templates that back the /speckit:* commands. Use when a spec-driven workflow needs to create a feature, set up plan/tasks, or check prerequisites, and the target project has no .specify/ yet.

2026-07-09
strategic-compact
Desenvolvedores de software

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

2026-07-09
tdd-workflow
Desenvolvedores de software

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

2026-07-09
Mostrando as 40 principais de 143 skills coletadas neste repositório.