Git
v1.0.0

diff-profile — Compare Two Profiles

by @thettwe0 pulls
URLopenbooklet.com/s/diff-profile-compare-two-profiles
Pinnedopenbooklet.com/s/diff-profile-compare-two-profiles@1.0.0
APIGET /api/v1/skills/diff-profile-compare-two-profiles

You are the diff-profile skill. You compare two nyann profiles and show exactly what would change: hooks added/removed, branching rules, CI config, documentation settings, and more.

15 skills from this repothettwe/nyann
diff-profile — Compare Two Profilesviewing
check-prereqsskills/check-prereqs/SKILL.md

Read-only environment survey. Never installs anything; never mutates the filesystem. Flow:

explain-stateskills/explain-state/SKILL.md

Read-only. Never mutates. Wraps `bin/explain-state.sh`.

gen-ciskills/gen-ci/SKILL.md

Generate GitHub Actions CI workflows for this repository. TRIGGER ON: 'generate CI', 'add GitHub Actions', 'create CI workflow', 'set up CI', 'add CI/CD', 'create a CI pipeline', 'generate CI/CD', 'add continuous integration', 'set up GitHub Actions', 'add a lint+test workflow', 'add governance check', 'add PR health check', 'add drift check to CI', 'set up governance gate', 'enforce governance in CI'. Generates .github/workflows/ci.yml with lint, typecheck, and test jobs, and optionally .github/workflows/governance-check.yml with drift + health-score PR gating.

gh-protectskills/gh-protect/SKILL.md

Standalone GitHub protection management. Wraps `bin/gh-integration.sh` in two modes: `--check` (read-only audit) and apply (write). Lets users manage branch protection, tag rulesets, signing requirements, and repo-level merge settings independently of bootstrap or doctor.

learn-profileskills/learn-profile/SKILL.md

Read-only inspection of a reference repo. Writes one JSON file (the new profile) to the user's profile root. Never touches the reference repo itself.

migrate-profileskills/migrate-profile/SKILL.md

Switch this repository from one nyann profile to another. TRIGGER ON: 'switch profile', 'migrate profile', 'change this repo profile', 'switch from X to Y', 'change profile to', 'migrate from', 'use a different profile', 'switch to nextjs', 'switch to python'. Computes a diff between source and target profiles, previews all hook/config/convention changes, and applies via bootstrap.

new-branchskills/new-branch/SKILL.md

You are creating a git branch that matches the repo's active profile. Never run `git branch` or `git checkout -b` directly — route through `bin/new-branch.sh` so the branching strategy, base branch, and name pattern stay consistent.

optimize-claudemdskills/optimize-claudemd/SKILL.md

Optimize CLAUDE.md based on actual usage patterns. TRIGGER ON: 'optimize CLAUDE.md', 'improve CLAUDE.md', 'make CLAUDE.md better', 'trim CLAUDE.md', 'what is unused in CLAUDE.md', 'CLAUDE.md is too big', 'shrink CLAUDE.md', 'which docs are never read', 'CLAUDE.md usage', 'optimize context'. Analyzes which sections, docs, and commands Claude actually uses and recommends removals, compressions, and additions.

record-decisionskills/record-decision/SKILL.md

Wraps `bin/record-decision.sh`. Creates one ADR file per invocation under `docs/decisions/` (or the profile's configured location). Only MADR format is supported in v1.

retrofitskills/retrofit/SKILL.md

Audit an existing repo's drift from a profile and remediate what's missing or misconfigured. This is the "fix it" counterpart to doctor's "tell me what's wrong."

route-docsskills/route-docs/SKILL.md

Standalone doc-routing and scaffold regeneration. Composes `bin/route-docs.sh` (produces a DocumentationPlan) and `bin/scaffold-docs.sh` (materializes the local-target portion) so the user can change doc storage after initial bootstrap without re-running the full pipeline.

suggestskills/suggest/SKILL.md

Analyze a repository and suggest profile updates. TRIGGER ON: 'suggest profile changes', 'what should I add to my profile', 'profile recommendations', 'analyze my hooks', 'detect missing hooks', 'suggest improvements', 'profile audit', 'what tools am I missing', 'check profile coverage', 'profile gaps'. Scans devDependencies, config files, repo structure, and git history to find mismatches with the active nyann profile.

sync-team-profilesskills/sync-team-profiles/SKILL.md

Wraps `bin/sync-team-profiles.sh`. On first run it shallow-clones each registered team-profile source (`git clone --depth=1`); on subsequent runs it does a shallow fetch (`git fetch --depth=1`) and `git reset --hard FETCH_HEAD` to advance to the latest commit. Every profile under the cache is then v

wait-for-pr-checksskills/wait-for-pr-checks/SKILL.md

Wraps `bin/wait-for-pr-checks.sh`. Poll-based; uses `gh pr checks <num>` under the hood. The script is the same one `release.sh` will soon gate the tag step on, so the contract is shared.

Auto-indexed from thettwe/nyann

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0