Skip to main content
在 Manus 中运行任何 Skill
一键导入
nsheaps
GitHub 创作者资料

nsheaps

按仓库查看 3 个 GitHub 仓库中的 129 个已收集 skills。

已收集 skills
129
仓库
3
更新
2026-06-09
仓库浏览

仓库与代表性 skills

nsheaps-claude-marketplaces
软件开发工程师

Use this skill to understand the claude marketplaces in the nsheaps github org: the plugin marketplace build, release, and propagation pipeline. Recall this skill when working on CI/CD workflows, mise tasks, plugin versioning, marketplace updates, or when asked how plugins get from source code to a user's Claude Code installation. Also recall when debugging version bumps, marketplace.json drift, or plugin cache issues.

2026-06-09
gh
软件开发工程师

Use this skill when the user asks about GitHub operations, pull requests, issues, releases, actions, gists, repos, or any task involving the GitHub CLI (gh). Also use when needing to interact with GitHub APIs, check CI status, review PRs, manage labels, create releases, or automate GitHub workflows from the command line.

2026-06-09
github-app-git-identity
软件开发工程师

Manually configure the GitHub App bot git identity the way the github-app plugin's SessionStart hook does — resolve the app slug and bot user ID, build the <slug>[bot] name and noreply email, set GIT_AUTHOR_*/GIT_COMMITTER_* env vars, and write an isolated GIT_CONFIG_GLOBAL with the gh auth git-credential helper. Use when commits are attributed to the wrong account, "Author identity unknown" appears, or git identity must be set up by hand. <example>my commits are showing up as the handler, not the bot</example> <example>git says Author identity unknown after the github-app hook ran</example> <example>configure the github app bot git identity manually</example> <example>set up the gh credential helper for git push</example>

2026-06-08
github-app-session-env
软件开发工程师

Manually reproduce what the github-app plugin's SessionStart hook does to make a GitHub App installation token usable in the current session — materialize the PEM, generate the token, isolate GH_CONFIG_DIR, write the runtime env file, and wire CLAUDE_ENV_FILE so every Bash call sees GH_TOKEN/GITHUB_TOKEN. Use when the hook did not run, the token is missing from the environment, or a shell/teammate needs the token wired up by hand. <example>GH_TOKEN isn't set even though github-app is configured</example> <example>the github-app SessionStart hook didn't run, set up the token manually</example> <example>wire the github app token into CLAUDE_ENV_FILE</example> <example>gh keeps falling back to the wrong account, isolate GH_CONFIG_DIR</example>

2026-06-08
github-app-token
软件开发工程师

Manage GitHub App installation tokens in Claude Code sessions. Use when tokens expire, auth errors occur in long-running sessions, or when setting up GitHub App credentials for agent teams. <example>my github token expired</example> <example>refresh the github app token</example> <example>check token status</example> <example>set up github app authentication for this session</example>

2026-06-08
spec-management
软件开发工程师

Manages spec files for requirements capture and validation

2026-06-06
auto-config
软件开发工程师

Auto-detect project formatting tools and configure edit-utils settings

2026-05-29
plugin-spec-sync
软件开发工程师

Use this skill to sync plugin SPEC.md files with what's actually on disk (skills, rules, hooks, agents, commands). Recall when the user asks about SPEC.md drift, "are SPEC files up to date", spec scaffolding, or after adding/renaming a skill/rule/hook/command in a plugin.

2026-05-29
当前展示该仓库 Top 8 / 114 个已收集 skills。
data-storage-using-the-filesystem
软件开发工程师

This skill should be used when the user asks about "how to store data in a plugin", "what file format to use for plugin storage", "YAML vs JSON in a plugin", "how to keep task files in sync", "streaming storage", "frontmatter metadata", "data storage for hooks", "writing files in MCP servers", "concurrent writes in plugin storage", "file format selection", "storing plugin state", or "persistent data in Claude Code plugins".

2026-05-29
review-code
软件质量保证分析师与测试员

Review a GitHub pull request and post inline feedback via the GitHub review system. Used by the run-agent composite action; the body below is the prompt that drives claude-code-action.

2026-05-29
tmux-usage
软件开发工程师

How to use tmux effectively when working with Claude Code agent teams — session hierarchy, attach/detach, scripting teammate panes, common pitfalls.

2026-05-25
writing-agent-team-agents
软件开发工程师

How to author agent files (frontmatter + system prompt body) for the agent-teams project — file structure, naming, frontmatter fields, prompt conventions.

2026-05-25
fetch-reddit
软件开发工程师

Use this skill when you need to fetch public Reddit content (posts, comments, subreddits, user activity) without authentication. Trigger when: - User asks about Reddit posts, comments, or subreddit content - Research requires public Reddit data - Fetching specific Reddit posts by URL

2026-05-25
task-manage
软件开发工程师

Use at every task-lifecycle decision point (before TaskCreate, before TaskUpdate→in_progress, after TaskUpdate→completed) when you need help applying the task-management doctrine — atomicity check, breakdown planning, status-transition validity, or follow-up capture. Forks into an isolated context so the parent's window stays lean. Returns a ≤5-sentence imperative instruction the parent should execute. Trigger phrases — "is this task atomic?", "should I break this down?", "what task should I start next?", "I just completed a task, what now?", "plan my next move on the task list", "audit my task list discipline".

2026-05-25
using-settings-merge
软件开发工程师

Use when the handler asks to fold user-scope settings into the canonical repo-scope file, when an agent restart wiped out plugin enablement / marketplace registrations that need to be recovered, or when audit shows drift between `$CLAUDE_CONFIG_DIR/settings*.json` and `$AGENT_REPO/.claude/settings.json`. Trigger phrases — "merge my settings", "fold user-scope into repo-scope", "settings-merge", "recover the settings drift", "what plugins are enabled in my user-scope but not committed?". Requires `$AGENT_REPO/.claude/settings.json` to already exist as the target.

2026-05-20
using-settings-write-guard
软件开发工程师

Use when the agent-utils settings-write-guard PostToolUse hook prints a 2-line WARN about a settings.json write happening outside $AGENT_REPO/.claude/settings.json, OR before writing/editing any ~/.claude/settings*.json (user-scope) file. Trigger phrases — "the hook is firing on my settings write", "I got a wiped-on-agent-restart warning", "where should I redirect this settings edit?", "/plugin install added something — does it persist?". See `what-survives-agent-restart` for the doctrine this enforces.

2026-05-20
当前展示该仓库 Top 8 / 11 个已收集 skills。
已展示 3 / 3 个仓库
已展示全部仓库