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

pricklywiggles

按仓库查看 2 个 GitHub 仓库中的 19 个已收集 skills。

已收集 skills
19
仓库
2
更新
2026-06-25
仓库浏览

仓库与代表性 skills

decide-stack
软件开发工程师

Use this skill to turn a list of project stack slots (decision categories like "web framework", "test framework", "database") into concrete, version-pinned, security-vetted tool choices. This is the decision stage that comes after identify-stack-slots and before install-stack. Trigger it whenever a user has a slots YAML and needs to pick the actual tools, or says "pick my stack", "choose tools for these slots", "research and recommend my dependencies", "what should I use for each part of my stack", or hands you a slots list to fill in. This skill collects hard preferences, settles the keystone language/framework decision first (presented as a coupled pair when the two are tightly linked, so a downstream pick never silently corners the language), researches each remaining open slot's options and versions in that constraint, gets the user's picks, then pulls the exact version-specific install steps from each chosen tool's official docs, checks known vulnerabilities and recent-release supply-chain threats, and o

2026-06-25
identify-stack-slots
软件开发工程师

Use this skill at the very start of a brand new coding project of any kind (CLI, web app, API service, library, mobile app, desktop app, server, etc.) to figure out the categories of technology decisions the project's stack is composed of. Trigger this whenever a user is kicking off a new project and needs to plan their stack, asks "what do I need to decide" / "help me set up the stack" / "I'm starting a new X project", or whenever you're about to scaffold a project and haven't yet established which decision categories apply. This produces a YAML list of stack "slots" (categories like "web framework", "test framework", "database"), NOT concrete tool picks. The YAML output feeds a later stage that fills each slot.

2026-06-25
install-stack
软件开发工程师

Use this skill to install and scaffold a project from an approved, version-pinned stack YAML (the output of the decide-stack skill). Trigger it whenever a user has a locked stack file and wants the project actually set up, or says "install my stack", "set up the project from this YAML", "scaffold the project", "run the installs", or hands you a stack file with concrete tools, versions, and install steps. This skill runs real commands on the user's machine: it goes through the stack in install order, runs each tool's official install steps at the pinned version, handles interactive prompts, verifies each step, and continues until the project is fully set up. It does NOT choose tools or research them; that is the separate decide-stack skill.

2026-06-25
setup-stack
软件开发工程师

Use this skill to run the entire stack-it pipeline end to end in one guided pass. It takes a project from nothing to a working, verified, documented tech stack by running each stage skill in order (identify-stack-slots, decide-stack, install-stack, scaffold-and-verify, document-stack), resumes from wherever the project already is, optionally sets up git and commits a checkpoint after each stage, and keeps a running task list so the user can see how much is left. Use it whenever someone wants their whole stack set up rather than just one step. Phrasings like "set up my stack", "set up my whole project stack", "help me start a new project from scratch", "pick, install, and verify my stack", "take me from zero to a working project", "bootstrap my project", or "run the whole stack-it pipeline" should trigger it. It pauses only where it genuinely needs the user (their tool picks in the decide stage, an install confirmation, a stack-fault re-pick, an OK before writing docs) and handles the loop where a broken tool

2026-06-25
ci-fix
软件开发工程师

Watch a pull request's CI to completion and fix any failures in its branch, bounded and cause-only. Use when CI is red on a PR or branch and you want it driven to green ("fix the CI on this PR", "CI is failing, sort it out", "watch the checks and fix what breaks"). Acts on a PR number, URL, or branch you name, or the current branch's open PR if you name none. Also called by the ship-it orchestrator's post-PR phase, one watcher per PR. Not for reviewing code quality (use a reviewer) or fixing local errors with no PR/CI (just fix those directly).

2026-06-23
comment-cleanup
软件开发工程师

Audit code comments against the user's strict "comments explain non-obvious why, never narrate what the code does" standard, and propose concrete fixes (keep / trim / delete, or clarify the code so the comment is unnecessary). Use this whenever the user asks to review, audit, clean up, sanity-check, or justify comments; whenever they ask "did I follow the comment rules / our comment guidelines"; right after writing or heavily editing code; and before committing or opening a PR. Also use it proactively when you have just generated more than a couple of comments. The caller may restrict the audit to a path, a function/symbol, a glob, "staged", "the branch diff", or "the PR"; if no scope is given, audit only newly written or changed code, never the whole repo.

2026-06-23
fix-one-issue
软件开发工程师

Implement a single work-unit (a tracker issue or a described task) end to end in its branch: explore, make the smallest correct change, verify, and commit. Use for "implement this issue", "fix issue 123", "make this change and verify it". The implement stage of the ship-it orchestrator, and usable standalone on an issue or a described task. Not for review (use review-and-address), comments (comment-cleanup), or CI (ci-fix).

2026-06-23
init
软件开发工程师

Configure ship-it for this project. Detects the package manager, verify command, CI system, issue tracker, doc tools, and installed reviewers from the repo, asks only for what it cannot infer, then writes ship-it.config and generates doc-job skills for any docs without a built-in. Use to set up ship-it on a new project ("set up ship-it here", "configure ship-it", "ship-it init") or to reconfigure. Run once per project before using the ship-issues orchestrator.

2026-06-23
当前展示该仓库 Top 8 / 12 个已收集 skills。
daily-review
综合办公文员项目管理专家

Run the morning planning or evening review flow against today's daily note in this Obsidian vault. **Morning** opens the daily, reads what's already there, finds the most recent prior daily note, carries unfinished work forward automatically (no prompt), inserts today's firing habit tasks, and inserts today's calendar events into a `## Schedule` table at the top of the daily. **Evening** opens the daily, surfaces what got done today, writes back habit completions, prompts for the day's highlights and appends them to `## Highlights`, and surfaces a 7-day look-ahead (calendar events + tasks) in chat. Use this skill whenever the user says: "morning review", "morning planning", "let's plan today", "what's on today", "start my day", "daily plan" → morning; "evening review", "wrap up the day", "end of day", "daily review", "what got done today", "what's tomorrow" → evening; or the ambiguous "daily review" / "daily" → ask which. Accepts an explicit date argument (`for 2026-05-21`, `yesterday`, etc.) to operate on a

2026-06-19
place-wiki
档案文员

Decide where in `wiki/` to place a new or existing Wiki page, picking a topical subfolder rather than dumping it at the root. Use this skill whenever the user creates a Wiki note, asks where a topic should live, wants to relocate an existing Wiki page, or says anything like "place wiki", "organize wiki", "where should this wiki go", "move this wiki page", "find a home for X", "this should probably live somewhere else". Also invoked automatically by the `create-page` skill for Wiki type. Reads existing `wiki/` subfolders to ground placement, proposes 1-2 candidate homes, pushes back against kitchen-drawer root dumping, and executes the move/create via Obsidian CLI so the link index stays intact.

2026-06-19
anytype-import
档案文员

Import a page from the user's self-hosted Anytype into this Niamos Obsidian vault, page-by-page, recursing into children only when the user explicitly says so. Fetches over the local REST API at :31009, cleans the markdown, carries icons (emoji or file) onto the vault page, maps tag-based grouping onto folder placement, and flags the API's known cover gap so banners can be handled out-of-band. Use this skill whenever the user says any of: "import from anytype", "import the <name> page", "transfer the <name> page", "migrate <name> from anytype", "pull <name> over from anytype", "anytype: <something>", "bring this anytype page in", or any variant of "move this Anytype thing into the vault". Defaults to Wiki type and never imports silently — every page write and every child recursion is explicitly confirmed. Talks to the official `mcp__anytype__*` MCP for navigation and to the bundled `scripts/anytype.py` for deterministic extraction.

2026-05-25
audit
综合办公文员

Scan this Obsidian vault for content that's drifted from the conventions in `CLAUDE.md` (status↔folder drift, missing required fields, naming violations, stale active items, frontmatter health issues, orphan wikilinks). Produces a categorized report and offers per-finding fix actions — never auto-bulk-fixes. Use this skill whenever the user says any of: "audit the vault", "audit", "what's broken", "check for issues", "validate the vault", "run a checkup", "find inconsistencies", "any drift?", "lint the vault", "fix orphan links", "check schema", "is everything in order", "sanity check the vault", "tidy up", or any similar request for a vault-wide health check. The actual scanning is bundled in `scripts/audit.py` (deterministic, fast, no side effects); this skill formats its output and walks through fixes one at a time.

2026-05-25
open-page
桌面出版专家

Search for and open a page in Obsidian by name, description, or keywords. Triggers when the user says any of: "open <page>", "open the <name> page", "go to <topic>", "show me <something>", "pull up <name>", "find and open <X>", or any variant asking to locate and display a vault page. Uses the Obsidian CLI for all operations — never raw filesystem reads. Searches across the entire vault including untracked files (Git-ignored pages are still in Obsidian). If multiple candidates exist, present them as options. If none found, offer to create it.

2026-05-25
archive
综合办公文员

Archive or un-archive a Goal, Project, or Habit in this Obsidian vault. **Archiving** flips `status: active` → `status: archived`, fills the type-specific completion-date field (Goal → `actual_completion_date`, Project → `completion_date`, Habit → `established_date`), optionally prepends a dated reason to the page's log section, and moves the file to `archives/<year>/<type>/`. **Un-archiving** is the inverse: flips status back, clears the date, moves the file back to its original `<type>/` folder, and cleans up empty archive subdirectories. Use this skill whenever the user says: "archive this", "archive <name>", "mark done", "this is finished", "complete this goal/project", "this habit is established", "we shipped X", "I finished X", "wrap this up", "abandon this goal" → archive direction; "unarchive this", "unarchive <name>", "reopen this project", "reactivate this goal", "this isn't done yet", "actually this is still active", "revive this", "bring this back" → un-archive direction. Validates type and curre

2026-05-24
create-page
综合办公文员

Create a new Goal, Area, Project, Habit, or Wiki page in this Obsidian vault. Triggers when the user says any of: "create a goal/area/project/habit", "new <type>", "add a project for X", "start a habit", "make a wiki page about X", or any similar new-page intent for one of those five types. Picks the right folder, generates a snake_case filename, applies the type's template via Templater, fills the alias, prompts for required relationship and date fields (offering existing pages as choices for relationships), and opens the file in Obsidian. Does not seed body content.

2026-05-24
已展示 2 / 2 个仓库
已展示全部仓库