From claude-code-feedback
Refresh cached Anthropic claude-code issue-form templates and detect drift or new template types. Use when the user says "refresh templates", "update feedback templates", "check for template changes", or when a previous feedback-skill run reported drift. Also discovers newly-added issue-template types in the upstream repo.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-code-feedbackThis skill uses the workspace's default tool permissions.
This plugin fetches templates live at run time, but also caches copies for offline fallback. This skill refreshes those cached copies and surfaces any template drift or new template types.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
This plugin fetches templates live at run time, but also caches copies for offline fallback. This skill refreshes those cached copies and surfaces any template drift or new template types.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/refresh-templates.sh"
Output lines start with OK, UPDATE, NEW, or NEW TEMPLATE TYPE DETECTED.
git diff the templates dir after running, since the plugin repo is checked in).skills/<slug>/templates/<file>.yml and fetch the template.skills/<slug>/SKILL.md — copy the structure of skills/bug/SKILL.md and adapt the name, description, URL, and type-specific guidance.If anything changed and the plugin repo is a git checkout, offer to commit + push:
cd "${CLAUDE_PLUGIN_ROOT}"
git add skills/*/templates/
git commit -m "chore: refresh cached issue-form templates"
git push
Commit all changes and push — don't leave template drift sitting uncommitted locally.
Tell the user: