Skip to main content
Execute qualquer Skill no Manus
com um clique
memorysaver
Perfil de criador do GitHub

memorysaver

Visão por repositório de 81 skills coletadas em 8 repositórios do GitHub.

skills coletadas
81
repositórios
8
atualizado
2026-07-17
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
project-understanding
25 skills · 2026-06-26
Desenvolvedores de softwareOutras ocupações de informáticaAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetos
4 categorias ocupacionais · 100% classificado
31%participação
#02
agentic-engineering-patterns
22 skills · 2026-07-17
Desenvolvedores de softwareOutras ocupações de informáticaAnalistas de garantia de qualidade de software e testadoresDesigners de interfaces web e digitais
4 categorias ocupacionais · 100% classificado
27%participação
#03
looplia-core
17 skills · 2026-02-23
Desenvolvedores de softwareRedatores técnicosEditoresAnalistas de garantia de qualidade de software e testadoresEscritores e autoresOutras ocupações de informática
8 categorias ocupacionais · 100% classificado
21%participação
#04
dotfiles
10 skills · 2026-05-06
Desenvolvedores de softwareEscritores e autoresEspecialistas em gestão de projetosRedatores técnicosSecretários executivos e assistentes administrativos executivos
5 categorias ocupacionais · 100% classificado
12%participação
#05
looplia-skills
3 skills · 2026-02-05
Desenvolvedores de softwareEspecialistas em gestão de projetos
2 categorias ocupacionais · 100% classificado
3.7%participação
#06
ELGATO-Kids
2 skills · 2026-05-01
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
2.5%participação
#07
skills
1 skills · 2026-05-22
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1.2%participação
#08
agentpit-gg
1 skills · 2026-02-04
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1.2%participação
explorador de repositórios

Repositórios e skills representativas

e2e-test
Analistas de garantia de qualidade de software e testadores

E2E testing for paperlens — scripted gates (bun test), a declarative BDD journey dogfood driven by an agent (browser/device tool resolved per environment), and API drivers. Use when running tests, adding coverage, dogfooding a feature, running a user-story journey, seeding the test account, or executing the manual half of a layer gate.

2026-06-26
aep-build
Desenvolvedores de software

Autonomous feature implementation in a workspace session. Use when a workspace agent starts building, or when the user says "build", "implement", "execute implementation". Covers the full autonomous flow — initialize harness, implement linearly with one commit per task, review, test, create PR, handle review feedback, and merge. Runs in an isolated git worktree on a feature branch without user interaction.

2026-06-25
aep-dispatch
Outras ocupações de informática

Pick the next story to work on and bridge it into the feature lifecycle. Use when ready to start building, or when the user says "what's next", "dispatch", "pick a story", "start next feature", "what should I work on". Reads product-context.yaml, syncs workspace signals, computes readiness score for routing, then scores stories by business value + unblock potential + critical path urgency + reuse leverage (penalized by ambiguity + interface risk), assembles context, and hands off to /aep-design or /aep-launch. Supports batch dispatch with WIP limits. For autonomous orchestration, use /aep-autopilot instead.

2026-06-25
aep-e2e-skill-scaffolding
Analistas de garantia de qualidade de software e testadores

Generate (or upgrade) a project's e2e-test skill into the BDD layer-gate three-tier shape. Use when setting up E2E testing for a project, scaffolding the e2e-test skill, adding a BDD journey library, migrating a thin/bash e2e-test skill to BDD, or when the user says "scaffold e2e", "set up e2e testing", "add BDD journeys", "upgrade the e2e-test skill". Delegated to by /aep-scaffold. Emits a canonical, cross-tool skill (Claude Code + Codex + Pi) with a separate test-tool-selection guide.

2026-06-25
aep-envision
Especialistas em gestão de projetos

Product-level opportunity and product framing. Use when starting a new product from scratch, revisiting product direction, or when the user says "new product idea", "validate this idea", "product framing", "what should we build", "revisit our assumptions". Walks through opportunity validation and produces a Context Document that feeds into /aep-map and /aep-design.

2026-06-25
aep-executor
Desenvolvedores de software

Host-agnostic executor abstraction for spawning and steering implementation agents. This is a utility skill — it defines how /aep-launch, /aep-build, and /aep-autopilot start a worktree-bound agent, send it mid-flight instructions, check liveness, surface human gates, present it for review, and tear it down, across Claude Code (native background subagents / background sessions) or Codex (native subagents / exec workers), with tmux+cmux as the legacy pinned fallback. Reference its files from any skill that needs to run work in an isolated workspace. Triggers on "executor", "which backend", "launch mode", "spawn workspace", "run under codex", "native-bg-subagent", "agent teams", "claude-team", "no tmux", "with tmux", "run as a workflow", "host detection".

2026-06-25
aep-gen-eval
Desenvolvedores de software

Reusable generator/evaluator pattern for honest artifact validation. This is a utility skill — it provides the scoring framework, agent contracts, evaluation protocol, and findings format used by /aep-build, /aep-validate, and any skill that needs to evaluate agent-produced work. Use directly when you need to run a gen/eval loop on any artifact, or reference its files from other skills. Triggers on "gen/eval", "generator evaluator", "evaluate honestly", "separate evaluator", "scoring framework".

2026-06-25
aep-launch
Desenvolvedores de software

Spawn an autonomous workspace agent for feature implementation. Use after /aep-design is complete, or when the user says "launch workspace", "start building", "spawn agent", "send it to build". Creates a git worktree on a feature branch, starts the selected executor mode (Claude Code native background subagents or background sessions; Codex native subagents or exec workers; tmux only when pinned), and optionally sets up a separate evaluator agent. Followed by /aep-build (which runs autonomously in the workspace).

2026-06-25
Mostrando as 8 principais de 25 skills coletadas neste repositório.
aep-e2e-skill-scaffolding
Analistas de garantia de qualidade de software e testadores

Generates or upgrades a project's e2e-test skill to the three-tier BDD layer-gate shape. Use for "scaffold e2e", "set up e2e testing", "add BDD journeys", or thin/bash migration; normally delegated by /aep-scaffold.

2026-07-17
aep-build
Desenvolvedores de software

Implements one feature autonomously in an isolated workspace, including task commits, review, tests, PR, feedback, and merge. Use when a workspace agent should build or implement; this workflow does not interact with the user.

2026-07-16
aep-design
Desenvolvedores de software

Designs a feature interactively on the integration branch with OpenSpec exploration, proposal, review, and committed artifacts. Use for "design a feature" or "explore and propose"; next run /aep-launch.

2026-07-16
aep-launch
Desenvolvedores de software

Launches an autonomous workspace agent for a designed feature by creating its worktree, selecting an /aep-executor backend, and optionally adding an evaluator. Use after /aep-design or for "launch workspace" and "spawn agent".

2026-07-16
aep-wrap
Desenvolvedores de software

Archives OpenSpec artifacts and cleans the workspace after a PR merges. Use for "wrap up", "archive", or "post-merge cleanup"; this is the final feature step before /aep-dispatch or /aep-reflect.

2026-07-16
aep-autopilot
Desenvolvedores de software

Runs the dispatch-to-wrap cycle continuously for one layer from the main workspace. Use for "autopilot", "hands-free", or unattended multi-story execution; prefer /aep-dispatch for one story only.

2026-07-16
aep-executor
Desenvolvedores de software

Spawns and steers workspace agents across Claude Code and Codex backends. Used by /aep-launch, /aep-build, and /aep-autopilot; invoke directly for backend choice, launch mode, host/tmux detection, or workflow execution.

2026-07-16
aep-gen-eval
Desenvolvedores de software

Canonical generator/evaluator pattern for artifact scoring, agent contracts, eval protocol, and findings. Used by /aep-build, /aep-validate, and /aep-launch; invoke for "gen/eval", "separate evaluator", or artifact review.

2026-07-16
Mostrando as 8 principais de 22 skills coletadas neste repositório.
looplia-e2e
Analistas de garantia de qualidade de software e testadores

End-to-end testing for looplia CLI from local source. Builds the CLI, initializes workspace, runs the writing-kit workflow, and verifies outputs. Use when testing local development or validating workflow execution.

2026-02-23
workflow-executor
Desenvolvedores de softwareOutras ocupações de informática

This skill should be used when the user wants to execute a looplia workflow, run workflow steps, or process a workflow.md file. Use when someone says "run the looplia workflow", "execute this looplia pipeline", "/run writing-kit", "start the looplia automation", or "process these workflow steps". Architecture: One workflow step triggers one general-purpose subagent call, which then invokes skills to accomplish the step's mission. Each step = separate context window. Handles sandbox management, per-step orchestration, and validation state tracking. v0.6.9: Unified general-purpose subagent strategy for all providers (context offload).

2026-01-26
version-bump
Desenvolvedores de software

Bump version across all looplia-core package.json files, changelog, and documentation. Use when: releasing a new version, preparing a version bump PR, updating version numbers across the monorepo. Handles all 5 package.json files, CHANGELOG.md, docs/README.md, and the landing page version badge.

2026-01-26
workflow-schema-composer
Desenvolvedores de software

This skill should be used when the user wants to create a new looplia workflow, generate a workflow definition file, or compose workflow steps from skill recommendations. Use when someone says "create a looplia workflow", "generate workflow.md", "compose workflow steps", "build me an automation pipeline", or "/build" (final step). Final step in looplia workflow building: transforms skill recommendations into valid v0.7.0 workflow YAML/Markdown files. Each step uses skill: + mission: syntax, following the one workflow step → one skill-executor → multiple skills architecture. v0.7.0: Generates explicit `skills:` declaration for selective plugin loading. v0.6.3: Supports input-less workflows using input-less capable skills (e.g., search).

2026-01-19
registry-loader
Desenvolvedores de software

Load the skill catalog for workflow building. This skill should be used when discovering available looplia skills or listing what capabilities are available. Use when someone says "what looplia skills are installed", "list available skills", "/build", "what can looplia do", or "show me all looplia capabilities". v0.7.0: Replaces plugin-registry-scanner with skill catalog for faster access. Auto-syncs from all sources on every build to ensure freshest skill catalog.

2026-01-12
skill-capability-matcher
Analistas de sistemas de computador

This skill should be used when matching user requirements to available skills from a compiled registry. It receives a skill registry (from registry-loader) and user requirements, then scores each skill based on capability alignment, producing prioritized matches with confidence scores. Triggers: "match skills to requirements", "find relevant skills for workflow", "which skill handles X", "score skill capabilities", "/build" (after registry load), "find skills for this task", "match my requirements to skills". Second step in looplia workflow building pipeline: takes user requirements and skill registry, recommends skill sequences with missions. Designs one workflow step → one skill-executor → multiple skills orchestration pattern.

2026-01-12
content-documenter
Redatores técnicos

Generate structured ContentSummary JSON from analyzed content. Use after media-reviewer to produce final output with all 16 fields.

2025-12-27
idea-synthesis
Escritores e autores

Looplia writer skill for generating content ideas with personalization. Reads user profile for context. Generates hooks, angles, and thought-provoking questions. Use after media-reviewer to transform analysis into creative content ideas.

2025-12-27
Mostrando as 8 principais de 17 skills coletadas neste repositório.
system-thinker
Escritores e autores

Helps analyze systemic problems, teach systems-thinking concepts, and turn conclusions into explainable diagrams, model portfolios, Remotion animation briefs, presentation storyboards, and visual assets. Use when the user wants to understand a complex recurring problem, learn how to read systems diagrams, apply many-model thinking, compare multiple models, prepare a presentable explanation, animate a system map, create a Remotion video plan, make a presentation deck, generate conceptual images, mentions systems thinking, causal loops, feedback loops, Sherwood, Seeing the Forest for the Trees, Scott E. Page, The Model Thinker, stock and flow, leverage points, root causes, unintended consequences, or asks to make a diagram of a business, product, organizational, social, or operational system.

2026-05-06
caveman
Escritores e autores

Ultra-compressed communication mode that keeps technical accuracy while stripping filler. Use when the user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes "/caveman".

2026-05-05
grill-me
Especialistas em gestão de projetos

Stress-test a user's plan or design by interviewing them through the decision tree until shared understanding is reached. Use when the user wants to be grilled, stress-test a plan, sharpen a design, or mentions "grill me".

2026-05-05
write-a-skill
Desenvolvedores de software

Create portable agent skills with clear triggers, concise instructions, progressive disclosure, and optional bundled resources. Use when the user wants to create, write, build, improve, or package a new skill.

2026-05-05
canonical-skills
Desenvolvedores de software

Use when setting up a new project, auditing an existing one, or aligning a project so the same project-level skills and agent guide work under Claude Code, Codex, and Pi Agent. Trigger on phrases like "make this project canonical", "set up canonical skills layout", "ensure canonical skills style", "migrate CLAUDE.md to AGENTS.md", "make claude/codex/pi share the same agent guide here", "standardize the agent layout for this repo", or whenever the user opens a fresh project and wants the five project invariants (skills/ real dir, .claude/skills symlink, .agents/skills symlink, AGENTS.md canonical, CLAUDE.md = @AGENTS.md) to hold. Also trigger when the user mentions only one of these symptoms (drifted CLAUDE.md vs AGENTS.md, .claude/skills or .agents/skills as a real directory, multiple skills directories) — the goal is to converge to the canonical shape every time, not just react to the symptom they named.

2026-05-01
wavespeed-cli
Desenvolvedores de software

AI image generation, video generation, SVG/vector creation, and image editing powered by WaveSpeed AI CLI. Use when the user wants to generate images, create videos from text or images, edit/modify images with AI, create visual assets (hero images, thumbnails, placeholders, social media graphics), animate still images into video, batch-generate multiple assets, iterate on designs, generate SVG/vector logos or icons, restore old photos, relight images, colorize B&W photos, swap faces, or segment images. Also triggers for: 'make me an image', 'generate a thumbnail', 'create a placeholder', 'animate this', 'edit this photo', 'change the background', 'generate assets for my project', 'I need visuals', 'make me a logo', 'restore this old photo', 'relight this', 'which wavespeed model should I use', or any request involving AI-powered image/video creation or editing — even if the user doesn't mention WaveSpeed by name.

2026-04-24
nanobana-prompts
Secretários executivos e assistentes administrativos executivos

Craft high-quality prompts for Google Nano Banana Pro image generation. Use when the user wants to write, improve, or refine an image generation prompt, needs help describing a visual concept for AI generation, wants to adapt a prompt to a different style (photorealistic, anime, 3D, etc.), wants to build a prompt from a reference image description, asks 'how do I prompt for...', 'write me a prompt', 'improve this prompt', 'make this more cinematic/anime/realistic', 'nanobana prompt', 'nano banana prompt', 'I want to make an image of...', 'help me with my image prompt', 'this image gen result looks bad', 'show me example prompts', or any request about prompt engineering for image generation — even if they don't mention Nano Banana by name.

2026-04-21
opencli
Desenvolvedores de software

Use OpenCLI to gather information from websites without login. Trigger when the user wants to fetch data from websites (news, finance, research papers, tech trends, Stack Overflow, Wikipedia, etc.) via CLI, needs structured web data in JSON/CSV/Markdown, mentions opencli, or wants to discover public APIs on any website. Also use when the user asks to scrape, monitor, or pull live data from public web sources without authentication.

2026-04-21
Mostrando as 8 principais de 10 skills coletadas neste repositório.
Mostrando 8 de 8 repositórios
Todos os repositórios foram exibidos