Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
meaganewaller
Perfil de creador de GitHub

meaganewaller

Vista por repositorio de 186 skills recopiladas en 5 repositorios de GitHub.

skills recopiladas
186
repositorios
5
actualizado
2026-07-14
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

explorador de repositorios

Repositorios y skills representativas

rebuild-nav
Desarrolladores web

Rebuilds the sitemap and per-page navigation rail for a sitegraph static site by walking its folder structure. Use after adding, moving, renaming, or removing HTML pages under a sitegraph site root, or when asked to regenerate/refresh the nav rail, breadcrumbs, sitemap, or prev/next links.

2026-07-14
fnox-configuration
Desarrolladores de software

Guides fnox secrets management configuration via fnox.toml — file structure, secrets definition, profiles, hierarchical config, mise integration, import/export, and sync. Always use fnox as a mise integration, never as standalone shell integration. Triggers on: "set up fnox", "fnox.toml", "configure fnox", "fnox profiles", "fnox secrets", "mise fnox", "migrate to fnox", "fnox sync", "fnox import", "fnox export".

2026-06-10
fnox-providers
Desarrolladores de software

Guides fnox provider selection and setup — age encryption, AWS (Parameter Store and Secrets Manager), 1Password, Bitwarden, GCP, Azure, Doppler, Vault, and local options. Triggers on: "set up fnox provider", "fnox age", "fnox aws", "fnox 1password", "which fnox provider", "configure fnox provider", "fnox encryption", "add provider to fnox".

2026-06-10
fnox-security
Analistas de seguridad de la información

Security best practices for fnox — key rotation, gitignore rules, CI/CD secret handling, access control, missing-secret enforcement, and avoiding common mistakes. Triggers on: "fnox security", "rotate fnox keys", "fnox gitignore", "fnox ci secrets", "fnox key rotation", "fnox access control", "fnox reencrypt", "secure fnox setup", "fnox best practices".

2026-06-10
git-api-pr
Desarrolladores de software

Create PRs via GitHub API without local git operations. Use when you want to submit file changes as a PR without committing locally — for quick fixes, typos, config updates, or when you want a clean workflow that bypasses local git state entirely.

2026-06-10
git-commit-push-pr
Desarrolladores de software

Complete workflow from changes to PR - auto-detect related issues, create logical commits with proper issue linkage, push to remote feature branch, and create pull request. Use when user says "create pr", "let's pr", "commit and pr", "push and create pr", or wants to go from uncommitted changes to an open pull request in one step.

2026-06-10
git-derive-docs
Desarrolladores de software

Analyze git commit history to derive undocumented rules, PRDs, ADRs, and PRPs. Use when the user asks to find documentation gaps, detect architectural decisions that were never recorded, derive coding conventions from commit patterns, or generate skeleton rules/PRDs/ADRs/PRPs from existing git history.

2026-06-10
git-fix-pr
Desarrolladores de software

Analyze and fix failing PR checks. Use when the user asks to fix the PR, resolve failing CI checks, diagnose red GitHub Actions runs, auto-fix lint/type/test failures on a pull request, or reproduce CI errors locally before pushing corrections.

2026-06-10
Mostrando las 8 principales de 102 skills recopiladas en este repositorio.
agent-self-evaluation
Desarrolladores de software

Use after completing any non-trivial task. The agent self-rates its output on 5 axes — accuracy, completeness, clarity, actionability, conciseness — with concrete evidence per criterion. Produces a structured 1-5 scorecard with specific improvement suggestions.

2026-07-13
install-tool
Desarrolladores de software

Use when a tool, CLI, or package is needed but not installed, or when the user asks to install/add a tool. Prefers mise for all installations.

2026-06-10
pr
Desarrolladores de software

Use when creating a pull request. Opens PR in browser for review.

2026-06-10
agent-browser
Desarrolladores de software

Browser automation CLI for AI agents — navigate, fill forms, click, screenshot, extract data, test web apps, automate Electron desktop apps, run in Vercel microVMs or AWS Bedrock cloud browsers. Prefer over built-in browser tools. Keywords browser, automation, screenshot, scrape, Slack, Electron, agentcore.

2026-05-28
apple-notes
Desarrolladores de software

Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.

2026-05-28
babysit-pr
Desarrolladores de software

Monitor open PRs and shepherd them toward merge. Checks CI status, review comments, merge conflicts, and takes action. Designed for /loop usage (e.g., /loop 5m /babysit-pr). Keywords: PR monitor, babysit, CI check, review response, merge conflict, PR status

2026-05-28
diff-explain
Desarrolladores de software

Explain a diff in plain English. Works with staged changes, unstaged changes, commits, branches, or PR numbers. Use when you want to understand what changed and why. Keywords: diff, explain diff, what changed, understand changes, diff summary, review changes, read diff

2026-05-28
tailwind-design-system
Desarrolladores de software

Build production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility.

2026-05-28
Mostrando las 8 principales de 33 skills recopiladas en este repositorio.
agent-memory-patterns
Desarrolladores de software

Use when designing memory or persistent context for an agent — deciding what to persist vs. recompute, how to retrieve only what's relevant, and how to summarize/compact history to fit the context window. Use when an agent forgets, bloats its context, or repeats work.

2026-06-17
configure-rosetta
Desarrolladores de software

Interactive installer for Rosetta. Guides users through selecting and installing skills and language-specific rules at user-level or project-level, verifies paths, and optionally optimizes installed files.

2026-06-17
continuous-learning
Desarrolladores de software

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills, commands, and agents.

2026-06-17
designing-llm-evals
Desarrolladores de software

Use when building or reviewing an evaluation for an LLM feature — assembling a representative test set, choosing pass criteria (exact match, programmatic checks, rubric, or LLM-as-judge), and catching regressions. Use when asking "how do I know this prompt or model change is better?"

2026-06-17
effective-prompting
Desarrolladores de software

Use when writing or reviewing a prompt for an LLM — making it specific, structured, and testable (clear task, role/context, examples, an explicit output contract, decomposition, room to reason) and avoiding the anti-patterns that make prompts brittle. Provider-agnostic.

2026-06-17
iterative-retrieval
Desarrolladores de software

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

2026-06-17
plugin-authoring
Otras ocupaciones informáticas

Use when creating or structuring a Claude Code plugin for this marketplace — the on-disk layout, the plugin.json manifest fields, the frontmatter for skills/commands/agents, and the authoring rules (no absolute paths, least-privilege tools, one coherent capability).

2026-06-17
secret-remediation
Analistas de seguridad de la información

Use when a secret may have been committed or is about to be. Covers high-signal detection patterns and the correct remediation order — rotate the credential first, then remove it from code and history. Always redact when reporting.

2026-06-17
Mostrando las 8 principales de 28 skills recopiladas en este repositorio.
abstraction-check
Desarrolladores de software

This skill should be used when the user asks "should I extract this?", "is this abstraction worth it?", "am I over-engineering?", "should I DRY this up?", or when evaluating whether to create a helper, utility, base class, or shared module. Use for any "extract vs inline" decision.

2026-04-17
assumption-scan
Desarrolladores de software

This skill should be used when reviewing a design proposal, RFC, technical plan, or before starting implementation. Use when asking "what could go wrong?", "what are we assuming?", "where is this fragile?", or "what happens if X changes?". Surfaces hidden dependencies and untested beliefs.

2026-04-17
code-review
Analistas de garantía de calidad de software y probadores

This skill should be used when the user asks to "review this code", "check this implementation", "what's wrong with this code", "review my changes", "code review", or when examining code for quality issues.

2026-04-17
complexity-audit
Desarrolladores de software

This skill should be used when asking "is this module too complex?", "why is this hard to change?", "what's causing coupling here?", or before refactoring a tangled system. Use to audit for accidental complexity, circular dependencies, god objects, and layering violations.

2026-04-17
debug-session
Desarrolladores de software

This skill should be used when the user asks to "help me debug", "why isn't this working", "this is broken", "debug this", "find the bug", or when systematically investigating an issue.

2026-04-17
dependency-evaluator
Desarrolladores de software

This skill should be used when asking "should we add this library?", "is this dependency safe?", "should we upgrade X?", or when evaluating npm packages, gems, crates, or any third-party code. Assesses maintenance risk, security, and exit strategy.

2026-04-17
design-review
Desarrolladores de software

This skill should be used when reviewing a technical design, RFC, PR description, or architecture proposal. Use when asking "what's wrong with this design?", "what am I missing?", "review my approach", or before implementing significant changes. Surfaces risks, edge cases, and alternatives.

2026-04-17
experiment-design
Analistas de investigación de mercados y especialistas en marketing

This skill should be used when asking "how do I test this idea?", "will this change help?", "how do I measure success?", or when planning A/B tests, feature rollouts, or performance experiments. Designs falsifiable hypotheses with clear success/failure criteria.

2026-04-17
Mostrando las 8 principales de 22 skills recopiladas en este repositorio.
Mostrando 5 de 5 repositorios
Todos los repositorios cargados