Github skill research
Skill ntaffzii/Skill-Agents/skills/research/github-skill-research
Personal AI-agent skills, workflows, prompts, and setup guides for local LLMs and MCP-powered assistants.
npx -y skills add ntaffzii/Skill-Agents --skill github-skill-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Research real AI-agent skill repositories, official docs, prompt libraries, SKILL.md patterns, AGENTS.md or CLAUDE.md conventions, and reusable workflow prompts. Use when creating, improving, auditing, comparing, templating, or monitoring AI agent skills and workflow repositories.
SKILL.md
2.0 KB, as published. Nobody here has run it
GitHub Skill Research
Research reusable AI-agent skill patterns from real repositories and primary documentation.
Workflow
-
Define the research target
- Identify whether the user wants structure, trigger logic, workflow design, operating rules, examples, portability, or repository organization.
- If the target is unclear, make a narrow useful assumption and state it.
-
Search sources
- Prioritize real repositories with
SKILL.md,AGENTS.md,CLAUDE.md, prompt libraries, workflow playbooks, or MCP/tooling examples. - Prefer official documentation and maintained repositories over generic blog advice.
- Include
thananon/9arm-skillsas a useful comparison point when evaluating concise skill structure.
- Prioritize real repositories with
-
Analyze examples
- Extract frontmatter style, trigger descriptions, workflow steps, output formats, safety rules, bundled resources, and repo layout.
- Identify whether each pattern is portable across agents or tied to one tool.
-
Compare against the user's repo
- Mark patterns to copy, adapt, skip, or keep private.
- Call out duplication, overbroad skills, stale instructions, and missing validation.
-
Produce recommendations
- Respond in the user's language.
- Include links or local file paths.
- Keep templates short enough to install or edit immediately.
Output Format
# AI Agent Skill Research
## Summary
## Useful Sources
## Patterns To Copy
## Patterns To Adapt
## Anti-patterns To Avoid
## Suggested Skill Template
## Action Items
Rules
- Do not summarize sources without links or file paths.
- Do not copy a skill verbatim unless the user asks.
- Keep trigger logic in YAML
description. - Prefer workflows with verification over advice-only prompts.