Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

agentics

agentics contiene 58 skills recopiladas de shawn-sandy, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
58
Stars
2
actualizado
2026-07-18
Forks
0
Cobertura ocupacional
8 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

finalize-plan
Desarrolladores de software

Marks a plan as completed. Verifies codebase evidence, ticks acceptance criteria, and re-renders the HTML; --all sweeps unmarked plans. Use via /plan-agent:finalize-plan.

2026-07-18
implementation-plan
Desarrolladores de software

Generates HTML implementation-plan documents. Produces a self-contained .html plan file with steps, acceptance criteria, and metadata. Use when the user asks to create or generate an HTML plan file.

2026-07-18
deep-grill
Especialistas en gestión de proyectos

Stress-tests plan decisions node-by-node with focused questions. Walks each decision point surfacing assumptions and weak spots. Use when the user asks to deep grill or stress-test a plan.

2026-07-17
documenting-plans
Desarrolladores de software

Generates a prose reference doc from a completed plan. Inspects the codebase and git history to produce accurate, evidence-backed documentation. Use when the user asks to document a completed plan.

2026-07-17
markdown-to-html
Desarrolladores web

Converts a markdown file into a self-contained HTML page. Produces styled output with syntax highlighting and responsive layout. Use when the user asks to convert a markdown file or plan to HTML.

2026-07-17
plan-status
Desarrolladores de software

Writes lifecycle status into a plan's frontmatter, one file or a directory. Inspects codebase and git history for accurate dates. Use when asked to check or update plan status.

2026-07-17
review-plan
Desarrolladores de software

Plan review Agent Team. Reviews HTML implementation plans in parallel, synthesizes findings, and applies improvements in place. Use when the user asks to review or improve an implementation plan.

2026-07-17
plan-review-agents
Desarrolladores de software

Runs a six-role Agent Team to review product plans in place. Covers PM, Dev, UX, Frontend, A11y, and Security on PRDs and proposals. Use when the user asks to review or improve a product plan.

2026-07-17
write-guide
Desarrolladores de software

Writes developer guides on any project topic. Covers rules, tools, resources, plans, and changes for any reader. Use when the user asks to write, explain, or deep-dive a project topic as a guide.

2026-07-17
sync-rules
Desarrolladores de software

Installs the team's shared rule files into ~/.claude/rules/. Copies the bundled plan-mode, UI, JSDoc, and review rules with per-file confirmation. Use when asked to sync team rules.

2026-07-17
ship-autonomous
Desarrolladores de software

Runs the full ship pipeline with verification, CI polling, and bounded autofix. Chains tests, preview, commit, PR, CI poll, and gated merge. Use when asked to autonomously ship or watch CI.

2026-07-17
build-proposal
Especialistas en gestión de proyectos

Turns a vague idea into a decision-complete proposal. Researches web and codebase, separating established facts from open decisions. Use when the user floats an idea or asks should-we.

2026-07-17
prototype
Desarrolladores web

Generates a runnable static-HTML prototype from a plan, idea, or design. Produces one self-contained, framework-free clickable file under docs/prototypes/. Use when asked to prototype a mockup.

2026-07-17
export-session
Desarrolladores de software

Exports a Claude Code session transcript to Markdown. Converts session JSONL into readable reference material in the plans directory. Use when asked to export or archive a session.

2026-07-17
save-artifact
Desarrolladores de software

Saves an HTML Artifact page to the local artifacts inbox. Copies a chosen .html into .claude/artifacts with a dated name, then publishes it. Use when asked to save or share an artifact.

2026-07-17
share-code
Desarrolladores de software

Generates social copy and a dark-mode card image for code changes. Detects changes from git, picks a template, and screenshots via Playwright. Use when asked to share a code change.

2026-07-17
session-artifact
Desarrolladores de software

Publishes a session recap as a claude.ai artifact. Extracts transcript turns into a Summary, Decisions, and Learnings recap, scrubs it, then publishes. Use when asked to share a session recap.

2026-07-15
prompt-artifact
Desarrolladores de software

Publishes saved prompts as claude.ai artifacts. Copies raw prompt text verbatim; publishes one prompt or the whole filterable library. Use when asked to publish or share a prompt.

2026-07-15
diff-artifact
Desarrolladores de software

Publishes an annotated diff walkthrough as a claude.ai artifact. Scrubs for secrets, then builds a self-contained page with per-hunk reviewer notes. Use when asked to publish or share a diff.

2026-07-15
plan-artifact
Desarrolladores de software

Publishes an implementation plan as a claude.ai artifact. Republishes to the same URL across sessions so viewers watch steps check off live. Use when asked to publish or share a plan.

2026-07-15
write-prompt
Otras ocupaciones informáticas

Builds structured AI prompts using Anthropic techniques. Interviews users, classifies prompt type, and delivers a copy-pasteable prompt. Use when the user asks to write, refine, or build a prompt.

2026-07-14
branch-agent
Desarrolladores de software

Creates a git branch from origin/<default> with no upstream tracking. Auto-names the branch from staged or unstaged changes in the working tree. Use when the user asks to create or start a new branch.

2026-07-13
commit-agent
Desarrolladores de software

Stages all changes and creates a conventional commit message. Analyzes the diff and writes a descriptive, scope-correct commit. Use when the user asks to commit or save work to git.

2026-07-13
create-issue
Desarrolladores de software

Drafts and opens a GitHub or GitLab issue from any context source. Detects host from git remote and confirms before creating. Use when the user asks to file, open, or create an issue or ticket.

2026-07-13
pr-agent
Desarrolladores de software

Pushes the branch and creates a pull request. Supports GitHub and GitLab via gh and glab with auto-filled title and body. Use when the user asks to create a PR or open a pull request.

2026-07-13
plans-library
Desarrolladores web

Builds and opens a filterable HTML gallery of all plans in the plans directory. Scans HTML plans, parses metadata, and writes index.html. Use when asked to browse plans or view plan history.

2026-07-08
media-library
Desarrolladores web

Builds and opens a filterable HTML gallery of saved social cards. Scans docs/media/social/ and generates a filterable index page. Use when asked to browse the media library or view saved posts.

2026-06-27
plans-open
Editores de escritorio

Opens the existing plans gallery without rebuilding. Opens index.html directly; run plans-library first if not yet built. Use when asked to reopen the plans gallery or browse plans without a rebuild.

2026-06-21
setup-sites
Desarrolladores de software

Scaffolds GitHub Pages publishing into any repo. Adds the deploy workflow, .nojekyll, hub, and preview script so docs/ HTML reaches a public URL. Use when asked to set up or publish GitHub Pages.

2026-06-21
share-explanation
Desarrolladores de software

Explains how any project file, component, or concept works. Reads source files, synthesizes principles, and generates a social card. Use when the user asks how something works or to explain it.

2026-06-18
share-react
Desarrolladores de software

Turns a React component into a social card with preview, code, and props table. Builds a static preview and screenshots react-card.html via Playwright. Use when asked to share a React component.

2026-06-10
social-share
Analistas de investigación de mercados y especialistas en marketing

Social media share router — classifies content type and runs the right skill. Dispatches to the right share-* skill based on content type. Use when asked to share what you're working on.

2026-06-10
tdd-loop
Desarrolladores de software

Implements features via TDD with up to 20 red-green-refactor rounds. Writes failing tests first, then iterates until all pass. Use when the user asks to TDD a new feature or write tests first.

2026-06-07
ship
Desarrolladores de software

Ships changes by staging, committing, pushing, and opening a PR. Supports GitHub and GitLab in a single guided flow. Use when the user asks to ship changes or commit and create a PR.

2026-06-07
optimizing-skill-frontmatter
Desarrolladores de software

Optimizes SKILL.md frontmatter fields. Rewrites descriptions to three-part format (≤200 chars) and tunes disable-model-invocation. Use when the user asks to optimize SKILL.md frontmatter.

2026-06-07
share-blog
Desarrolladores de software

Creates platform-aware social copy and a dark-mode card for a blog post. Fetches OG tags, populates blog-card.html, and screenshots via Playwright. Use when asked to share a blog post on social media.

2026-06-07
share-github
Desarrolladores de software

Fetches a GitHub file and generates a syntax-highlighted social card with copy. Scrubs, fills snippet-card.html, and screenshots via Playwright. Use when asked to share a code snippet from GitHub.

2026-06-07
share-init
Desarrolladores de software

Generates a SOCIAL.md project sharing config by analyzing the codebase. Use when asked to set up social sharing preferences or create a SOCIAL.md file.

2026-06-07
share-project
Desarrolladores de software

Generates social posts and dark-mode cards for project updates. Reads git, CHANGELOG, and README then screenshots via Playwright. Use when announcing features, bugs, or releases on social media.

2026-06-07
share-scan
Desarrolladores de software

Scans git history or a codebase path for shareable code. Drafts social media prompts for share-code or digest generation. Use when the user asks to find commits worth sharing or create a digest.

2026-06-07
Mostrando las 40 principales de 58 skills recopiladas en este repositorio.
agentics Agent Skills en GitHub | SkillsMP