Skip to content

Commit d80f62b

Browse files
authored
Merge pull request #43 from zloeber/zloeber/better_author_flow
fix: better author flow
2 parents 7cec2f5 + f2f91e0 commit d80f62b

54 files changed

Lines changed: 495 additions & 74 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/skills/gitnexus/gitnexus-cli/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-cli
33
description: "Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: \"Index this repo\", \"Reanalyze the codebase\", \"Generate a wiki\""
4+
metadata:
5+
internal: true
46
---
57

68
# GitNexus CLI Commands

.claude/skills/gitnexus/gitnexus-debugging/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-debugging
33
description: "Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: \"Why is X failing?\", \"Where does this error come from?\", \"Trace this bug\""
4+
metadata:
5+
internal: true
46
---
57

68
# Debugging with GitNexus

.claude/skills/gitnexus/gitnexus-exploring/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-exploring
33
description: "Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: \"How does X work?\", \"What calls this function?\", \"Show me the auth flow\""
4+
metadata:
5+
internal: true
46
---
57

68
# Exploring Codebases with GitNexus

.claude/skills/gitnexus/gitnexus-guide/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-guide
33
description: "Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: \"What GitNexus tools are available?\", \"How do I use GitNexus?\""
4+
metadata:
5+
internal: true
46
---
57

68
# GitNexus Guide

.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-impact-analysis
33
description: "Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: \"Is it safe to change X?\", \"What depends on this?\", \"What will break?\""
4+
metadata:
5+
internal: true
46
---
57

68
# Impact Analysis with GitNexus

.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-refactoring
33
description: "Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: \"Rename this function\", \"Extract this into a module\", \"Refactor this class\", \"Move this to a separate file\""
4+
metadata:
5+
internal: true
46
---
57

68
# Refactoring with GitNexus

.cursor/skills/gitnexus/gitnexus-cli/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-cli
33
description: "Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: \"Index this repo\", \"Reanalyze the codebase\", \"Generate a wiki\""
4+
metadata:
5+
internal: true
46
---
57

68
# GitNexus CLI Commands

.cursor/skills/gitnexus/gitnexus-debugging/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-debugging
33
description: "Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: \"Why is X failing?\", \"Where does this error come from?\", \"Trace this bug\""
4+
metadata:
5+
internal: true
46
---
57

68
# Debugging with GitNexus

.cursor/skills/gitnexus/gitnexus-exploring/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-exploring
33
description: "Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: \"How does X work?\", \"What calls this function?\", \"Show me the auth flow\""
4+
metadata:
5+
internal: true
46
---
57

68
# Exploring Codebases with GitNexus

.cursor/skills/gitnexus/gitnexus-guide/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: gitnexus-guide
33
description: "Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: \"What GitNexus tools are available?\", \"How do I use GitNexus?\""
4+
metadata:
5+
internal: true
46
---
57

68
# GitNexus Guide

0 commit comments

Comments
 (0)