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

ahandsel

Vista por repositorio de 52 skills recopiladas en 4 repositorios de GitHub.

skills recopiladas
52
repositorios
4
actualizado
2026-06-26
explorador de repositorios

Repositorios y skills representativas

ai-commit
Desarrolladores de software

Auto-gather git changes, confirm scope with the user, and draft a commit title and message following the project commit style guide.

2026-06-08
extract-copy-from-figma
Diseñadores de interfaces web y digitales

Extract UX copy and layer names from a Figma frame, page, or component using the Figma MCP server and emit a Markdown table compatible with the project's UX copy workflow. Use when a user provides a Figma URL and asks to pull text into a copy table for review, key naming, or localization.

2026-06-08
file-folder-name-linter
Desarrolladores de software

Lint repository file and folder names for format compliance. Use when users ask to check naming conventions, enforce file extensions, or validate notes naming patterns; applies a fixed set of rules from the skill and reports any discovered repository style guides for reviewer reference.

2026-06-08
general-en-polisher
Redactores técnicos

Polish one or more Markdown files so the repo core writing rules are enforced - straight quotes (not curly), no contractions, the Oxford comma, sentence case headings, plain hyphens (never en-dash or em-dash), consistent capitalization and punctuation, simple non-idiomatic wording, and no sentence split across a line break. After applying these fixes, also runs the link-polisher skill on the same files to format raw URLs. Use when a user asks to polish, clean up, style-check, or enforce writing rules on a Markdown file, or before committing prose changes to docs.

2026-06-08
gh-cli
Desarrolladores de software

Interact with GitHub repositories using the GitHub CLI (gh). Covers pull requests, issues, releases, workflow runs, and branch operations. Supports beginner and intermediate tracks, write-operation confirmation, and an --auto flag to skip prompts.

2026-06-08
gh-pr-reporter
Desarrolladores de software

Fetch all comments on a GitHub pull request (reviews, inline review comments, and general issue comments) and emit a single consolidated Markdown report. Use when a user wants to read, summarize, audit, or triage every comment on a PR in one place. Accepts a PR number, a `owner/repo#n` reference, or a github.com pull-request URL.

2026-06-08
git-pull-main
Desarrolladores de software

Bring the current git branch up to date with commits from the main branch. Use when the user asks to pull latest main, sync/refresh the branch, rebase onto main, or merge main into a feature branch.

2026-06-08
link-polisher
Desarrolladores de software

Rewrite raw, unformatted URLs in Markdown files as Markdown links with a sensible human-readable label fetched from the source (Figma file name, GitHub issue or pull request title, etc.). A raw URL is any link that is not already wrapped in Markdown link syntax `[text](url)` with a meaningful label - this includes bare URLs, angle-bracketed autolinks (`<https://...>`), and links whose visible text is the URL itself or a generic placeholder like `Figma` or `github.com`. Use when a user adds or pastes a raw URL, asks to polish or format links, or when you notice an existing bare link in a Markdown file you are editing or reviewing. Currently supported link types: Figma (`figma.com`), and GitHub issues and pull requests (`github.com/<owner>/<repo>/issues/<n>` or `/pull/<n>`). Other URLs are kept as-is unless the user explicitly asks to polish them.

2026-06-08
Mostrando las 8 principales de 27 skills recopiladas en este repositorio.
blog-content-auditor
Analistas de investigación de mercados y especialistas en marketing

Audit a blog post for content quality - verify facts are correct and up-to-date, check style-guide compliance, and confirm the content is logically sound and complete. Produces a structured audit report grouped by accuracy, style, and sense, with severity, location, and a recommended fix for each finding. Use when a user asks to audit, fact-check, review, or quality-check a content Markdown file under contents/.

2026-06-26
general-en-polisher
Redactores técnicos

Polish one or more Markdown files so the repo core writing rules are enforced - straight quotes (not curly), no contractions, the Oxford comma, sentence case headings, plain hyphens (never en-dash or em-dash), consistent capitalization and punctuation, simple non-idiomatic wording, no sentence split across a line break, and no slash standing in for "or" or "and". After applying these fixes, also runs the link-polisher skill on the same files to format raw URLs. Use when a user asks to polish, clean up, style-check, or enforce writing rules on a Markdown file, or before committing prose changes to docs.

2026-06-26
blog-md-linter
Desarrolladores de software

Lint and polish Markdown files in this repo - run the repo auto-fixers, refresh any table of contents, convert inline and autolink links to reference-style links per the repo Markdown style guide, and check style-guide compliance. Use when a user asks to lint, clean up, or style-check a specific Markdown file, or all the Markdown files under contents/.

2026-06-14
blog-translator
Desarrolladores de software

Translate a paired content Markdown file between English and Japanese to keep the two language versions in sync. Detects direction (EN->JA or JA->EN) from the source path, finds the 1-to-1 counterpart under the other language folder, translates the prose while preserving frontmatter structure, Markdown, code, links, and VitePress directives, applies the target-language style guides and the EN-JA glossary, and reconciles the `localization` frontmatter state. Use when a user asks to translate, localize, sync, or update the other-language version of a content file, or after editing a `sync` file whose counterpart is now `TODO: drifted`.

2026-06-14
ai-commit
Desarrolladores de software

Auto-gather git changes, confirm scope with the user, and draft a commit title and message following the project commit style guide.

2026-06-09
file-folder-name-linter
Desarrolladores de software

Lint repository file and folder names for format compliance. Use when users ask to check naming conventions, enforce file extensions, or validate notes naming patterns; applies a fixed set of rules from the skill and reports any discovered repository style guides for reviewer reference.

2026-06-09
folder-readme-maintainer
Desarrolladores de software

Audit the repository for missing or outdated folder `README.md` files. Use after adding new folders, moving files between folders, renaming files, or whenever folder contents change in a way that may make existing READMEs inaccurate.

2026-06-09
gh-cli
Desarrolladores de software

Interact with GitHub repositories using the GitHub CLI (gh). Covers pull requests, issues, releases, workflow runs, and branch operations. Supports beginner and intermediate tracks, write-operation confirmation, and an --auto flag to skip prompts.

2026-06-09
Mostrando las 8 principales de 14 skills recopiladas en este repositorio.
general-en-polisher
Redactores técnicos

Polish one or more Markdown files so they follow the repository English style guides in docs/ (general-style-guide-english.md, technical-style-guide-english.md, markdown-style-guide.md, and glossary.yaml) and the repo core writing rules - straight quotes (not curly), no contractions, the Oxford comma, sentence case headings, plain hyphens (never en-dash or em-dash), consistent capitalization and punctuation, simple non-idiomatic wording, and no sentence split across a line break. After applying these fixes, also runs the link-polisher skill on the same files to format raw URLs. Use when a user asks to polish, clean up, style-check, or enforce writing rules on a Markdown file, or before committing prose changes to docs.

2026-06-23
general-ja-polisher
Redactores técnicos

Review Japanese wording to ensure it reads naturally (like native Japanese, not translationese) and follows the repository Japanese style guides in docs/ (general-style-guide-japanese.md, technical-style-guide-japanese.md, glossary.yaml, and words-to-avoid.txt). If `--report-only` is passed, report only; if `--fix` is passed, apply edits automatically. Goal is to produce natural, clear, and correct Japanese prose that follows the repository style guides.

2026-06-23
ai-commit
Desarrolladores de software

Auto-gather git changes, confirm scope with the user, and draft a commit title and message following the project commit style guide.

2026-06-11
file-folder-name-linter
Desarrolladores de software

Lint repository file and folder names for format compliance. Use when users ask to check naming conventions, enforce file extensions, or validate notes naming patterns; applies a fixed set of rules from the skill and reports any discovered repository style guides for reviewer reference.

2026-06-11
gh-pr-reporter
Desarrolladores de software

Fetch all comments on a GitHub pull request (reviews, inline review comments, and general issue comments) and emit a single consolidated Markdown report. Use when a user wants to read, summarize, audit, or triage every comment on a PR in one place. Accepts a PR number, a `owner/repo#n` reference, or a github.com pull-request URL.

2026-06-11
link-polisher
Desarrolladores de software

Rewrite raw, unformatted URLs in Markdown files as Markdown links with a sensible human-readable label fetched from the source (Figma file name, GitHub issue or pull request title, etc.). A raw URL is any link that is not already wrapped in Markdown link syntax `[text](url)` with a meaningful label - this includes bare URLs, angle-bracketed autolinks (`<https://...>`), and links whose visible text is the URL itself or a generic placeholder like `Figma` or `github.com`. Use when a user adds or pastes a raw URL, asks to polish or format links, or when you notice an existing bare link in a Markdown file you are editing or reviewing. Currently supported link types: Figma (`figma.com`), and GitHub issues and pull requests (`github.com/<owner>/<repo>/issues/<n>` or `/pull/<n>`). Other URLs are kept as-is unless the user explicitly asks to polish them.

2026-06-11
readme-maintainer
Desarrolladores de software

Audit the repository for missing or outdated folder `README.md` files. Use after adding new folders, moving files between folders, renaming files, or whenever folder contents change in a way that may make existing READMEs inaccurate.

2026-06-11
script-auditor
Desarrolladores de software

Audit and enforce the AGENTS.md "Scripts" guidelines for helper scripts in this repo - banning Python, preferring Node.js `.mjs` modules or zsh, requiring `--help` output, a top-of-file notes section (general notes, usage, output), and status emojis. Use when adding or reviewing a helper script, or to sweep the repo for scripts that do not follow the guidelines.

2026-06-11
Mostrando las 8 principales de 10 skills recopiladas en este repositorio.
Mostrando 4 de 4 repositorios
Todos los repositorios cargados