Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
N4M3Z
GitHub-Creator-Profil

N4M3Z

Repository-Ansicht von 86 gesammelten Skills in 6 GitHub-Repositories.

gesammelte Skills
86
Repositories
6
aktualisiert
2026-07-13
Repository-Explorer

Repositories und repräsentative Skills

buildskill
Sonstige Computerberufe

Create and validate skills for forge modules. USE WHEN create skill, new skill, write skill, validate skill, check skill, skill structure, skill conventions.

2026-07-13
forgeskill
Sonstige Computerberufe

Create, validate, evaluate, and iterate skills for forge modules. USE WHEN create skill, new skill, write skill, validate skill, check skill, skill structure, skill conventions, test a skill, run skill evals, benchmark a skill, skill not triggering, optimize skill description. Not for adopting community skills (AdoptArtifact) or shipping artifacts downstream (PublishArtifact).

2026-07-13
buildrule
Sonstige Computerberufe

Create, validate, or place behavioral rules in forge modules. USE WHEN create rule, new rule, write rule, capture rule, add a rule, graduate a correction or convention to a rule, validate rule, rule conventions, where does this rule belong, or the user runs /Rule.

2026-07-13
initproject
Sonstige Computerberufe

Scaffold a workshop project: a VCS spine (git + jj colocate + entire + forge hooks), the private/public/assets flow layout with a .tlp manifest, a .claude/ that mounts the knowledge vault, and on-demand satellites (vault folder-note, data dir, private remote). USE WHEN starting a new project, initializing a folder for work, adding a vault note or data dir or remote to a project, archiving a project, or the user runs `project` / `atlas`.

2026-07-13
brainstorming
Softwareentwickler

Collaborative ideation before implementation — explore context, clarify intent, propose approaches. USE WHEN starting creative work, new features, design decisions, or modifying behavior.

2026-07-13
designspec
Softwareentwickler

Write a formal design spec from brainstorming output or requirements. USE WHEN design approved, write spec, formalize design, spec document.

2026-07-13
executeplan
Softwareentwickler

Execute an implementation plan inline — task by task in a single session — then finish the work: verify, present integration options (merge, PR, keep, discard), and clean up the workspace. USE WHEN executing plan, run plan, implement plan, inline execution, implementation complete, deciding merge strategy, finishing a feature branch or workspace.

2026-07-13
plan
Softwareentwickler

Plan implementation work in two modes: bite-sized task-list plans written in plan mode, and reviewable plans published as commentable HTML artifacts with review rounds and delta refreshes. USE WHEN write implementation plan, plan implementation, create plan, spec approved, reviewable plan, commentable html plan, plan review round, refresh plan artifact, actioning an exported plan-review digest. Not for executing an approved plan (ExecutePlan).

2026-07-13
Zeigt die Top 8 von 41 gesammelten Skills in diesem Repository.
domainhunt
Softwareentwickler

Pick brandable available domains via RDAP, detect broker listings, plan brand families, and choose registrars without overpaying premium tiers. USE WHEN picking a domain, naming a project, checking domain availability, registering a domain, brand research, TLD hack, ccTLD pricing.

2026-07-13
cmuxtoolkit
Softwareentwickler

Drive cmux from its Unix-socket CLI: open a new split, pane, or tab and run a command in it by sending text and keys, build declarative layouts, render a diff in the native viewer, and resolve window / workspace / pane / surface handles. USE WHEN opening tuicr or any command in a new cmux pane, splitting the current pane from the CLI, sending commands or keys to another surface, watching logs in a side pane, showing a diff in cmux, or scripting cmux layouts. For app config, persistence, and hooks see the cmux tldr.

2026-06-16
jujutsutoolkit
Softwareentwickler

Jujutsu (jj) as a colocated VCS front-end over git for AI-agent work: colocate strategy, git-hook-tool coexistence (Entire, gitleaks, safety-net), parallel agents via jj workspaces, op-log recovery, provisioning. USE WHEN colocating a repo with jj git init --colocate, deciding whether jj coexists with Entire / gitleaks / safety-net or other git-hook tooling, isolating parallel agents with jj workspace, recovering jj state with jj undo or op restore, or debugging jj-and-git interaction. For commit and push discipline see VersionControl's Jujutsu companion; for commands see the jj tldr.

2026-06-16
pullrequest
Softwareentwickler

Manage the pull request lifecycle: author the body to the house standard, create via gh or glab, retrieve and address feedback, retarget stacked PRs, merge and clean up. USE WHEN create a PR, open a pull request, draft a PR, write a PR body, PR description, address PR feedback, PR comments, retarget a stacked PR, PR merged but changes missing from main, merge a PR. For the merge-vs-PR-vs-discard decision use FinishBranch; for processing review feedback rigor use ReceiveReview; for authoring the review-request message use RequestReview.

2026-06-16
requestreview
Softwareentwickler

Author a clear scoped request when asking for a code review. USE WHEN ready for review, finishing a task, or requesting review feedback on a piece of code. For creating the pull request itself use PullRequest.

2026-06-16
webdevelopment
Softwareentwickler

Server-rendered web dashboards and apps in Rust using axum + htmx + Askama + rust-embed. USE WHEN building a web dashboard, adding a web UI to a CLI tool, server-rendered HTML, htmx partials, Askama templates, axum routes, embedded static assets, localhost webserver.

2026-05-27
bashdevelopment
Softwareentwickler

Bash and POSIX shell conventions for the forge ecosystem — idioms over subprocesses, fail-safe defaults, probe guarding, multi-line command substitution, exit-code semantics. USE WHEN writing or reviewing shell scripts (audit tools, hooks, build scripts), designing CLI flag handling, or wiring shell tools into CI.

2026-05-18
codecleanup
Softwareentwickler

Proactive code cleanup — duplication removal, pattern adoption, defensive hardening, readability maximization. USE WHEN cleanup, refactor, code quality, reduce duplication, adopt patterns, readability, make code explicit, clean up code, polish code.

2026-05-18
Zeigt die Top 8 von 22 gesammelten Skills in diesem Repository.
obsidianbase
Softwareentwickler

Resolve Obsidian Base files (.base) to see what the user sees in Obsidian. USE WHEN the user asks about Base views, queries vault notes, wants to see what a .base file shows, or needs filtered/sorted vault data. Wraps the obsidian-base CLI.

2026-06-17
obsidianconventions
Softwareentwickler

Vault conventions for wikilinks, frontmatter and tags. USE WHEN working with Obsidian vault files.

2026-06-17
obsidiantemplates
Softwareentwickler

Obsidian template management — dual-tree creation, editing, rendering, frontmatter schemas, dynamic query blocks, Templater config updates. USE WHEN creating templates, editing templates, rendering templates, modifying template schemas, updating Templater folder mappings, adding query blocks, or checking template compliance.

2026-06-17
validatevault
Softwarequalitätssicherungsanalysten und -tester

Validate vault files against .mdschema files — structural checks on frontmatter, headings, and required sections. USE WHEN validate vault, check vault, vault lint, schema check, validate journals, validate memory.

2026-06-17
wikilink
Softwareentwickler

Add [[wikilinks]] to a markdown document by matching terms against existing vault notes — body links and frontmatter keywords/related enrichment. USE WHEN a document needs wikilinks, terms should link to vault notes, knowledge graph needs enrichment, or enrich keywords.

2026-06-17
obsidianactions
Softwareentwickler

[DEPRECATED] Use /ObsidianCLI instead. Obsidian Actions URI — atomic frontmatter props-set, rename with backlink updates, create notes, open notes. USE WHEN Obsidian Actions, actions URI, property set, rename note.

2026-02-26
obsidiancli
Softwareentwickler

Official Obsidian CLI (1.12+) — list files, search content, manage properties, query bases, navigate links, create/read/rename/delete notes. USE WHEN listing vault files, searching vault, managing frontmatter properties, querying bases, checking backlinks, creating notes via Obsidian, renaming with backlink updates, or any vault operation that benefits from Obsidian's internal index.

2026-02-26
obsidianrest
Softwareentwickler

[DEPRECATED] Use /ObsidianCLI instead. Obsidian Local REST API — list vault files, search content, check note existence, read/write files via HTTPS. USE WHEN Obsidian REST API, local REST, vault API.

2026-02-26
Zeigt die Top 8 von 13 gesammelten Skills in diesem Repository.
harnesscouncil
Sonstige Computerberufe

Convene a council of independent AI CLI harnesses (codex, agy, grok, Lumo) plus a Fable subagent to review ONE artifact in parallel, then synthesize by cross-harness agreement. USE WHEN you want a second and third opinion from other vendors on a repo, PR, plan, findings, spec, or design; running an adversarial cross-check across models; stress-testing a decision; or figuring out which CLI harnesses can actually run headlessly and how to handle their quirks (hangs, preamble-only output, missing CLIs, drifted model ids).

2026-07-13
researchcouncil
Unternehmensberater

Convene a research council — 3-round debate where specialists with different epistemic stances investigate a topic and challenge each other's findings. USE WHEN deep multi-perspective research, evaluating evidence quality, controversial or uncertain topics, strategic intel-gathering before a decision, surveying a landscape across vendor / academic / community sources, or when a single-pass ResearchTopic skill won't pressure-test findings hard enough.

2026-05-26
debatecouncil
Unternehmensberater

Convene a PAI-style council — 3-round debate where specialists challenge each other. USE WHEN multi-perspective discussion, architecture debate, strategy decisions, cross-domain analysis.

2026-05-24
developercouncil
Softwareentwickler

Convene a developer council — 3-round debate for code review, architecture, and debugging. USE WHEN multi-perspective code review, architecture decisions, team-based problem solving, developer council.

2026-05-24
hiringcouncil
Personalspezialisten

Convene a hiring council -- multi-agent review of job postings, role definitions, and hiring strategy. USE WHEN job posting review, role design, hiring decisions, compensation review, recruitment strategy.

2026-05-24
knowledgecouncil
Unternehmensberater

Convene a knowledge management council — 3-round debate on vault organization, memory lifecycle, note architecture, and skill design. USE WHEN knowledge triage, memory promotion, vault organization, note lifecycle, idea graduation, archive decisions.

2026-05-24
productcouncil
Projektmanagementspezialisten

Convene a product council — multi-agent review of requirements, features, and product strategy. USE WHEN requirements review, feature scoping, product decisions, go/no-go, payments review.

2026-05-24
6 von 6 Repositories angezeigt
Alle Repositories angezeigt