Skip to content

claude/expand-gitsema-skill-09JNn#72

Merged
jsilvanus merged 3 commits intomainfrom
claude/expand-gitsema-skill-09JNn
Apr 15, 2026
Merged

claude/expand-gitsema-skill-09JNn#72
jsilvanus merged 3 commits intomainfrom
claude/expand-gitsema-skill-09JNn

Conversation

@jsilvanus
Copy link
Copy Markdown
Owner

Replaces the minimal 58-line sketch with a full playbook covering:

  • Decision tree for choosing the right command/MCP tool
  • Complete CLI command reference (search, indexing, history, clustering, CI/CD, branch analysis)
  • Full MCP tool table with parameters
  • Token-efficient discovery workflows (onboarding, feature work, bug triage, PR review, refactoring)
  • Output format guide and search result anatomy
  • Configuration quick reference (env vars, config keys, multi-model routing)
  • Chunking strategy guide
  • Anti-patterns and guardrails

https://claude.ai/code/session_017DdHYhXWJsszDp1HoYjghX

claude added 3 commits April 15, 2026 19:12
Replaces the minimal 58-line sketch with a full playbook covering:
- Decision tree for choosing the right command/MCP tool
- Complete CLI command reference (search, indexing, history, clustering, CI/CD, branch analysis)
- Full MCP tool table with parameters
- Token-efficient discovery workflows (onboarding, feature work, bug triage, PR review, refactoring)
- Output format guide and search result anatomy
- Configuration quick reference (env vars, config keys, multi-model routing)
- Chunking strategy guide
- Anti-patterns and guardrails

https://claude.ai/code/session_017DdHYhXWJsszDp1HoYjghX
Covers:
- Embedeer as the primary/recommended provider
- nomic-ai/nomic-embed-text-v1 as the suggested default model
- Why prefix instructions are required for nomic (search_document: / search_query:)
- Which models do NOT need prefixes (e.g. OpenAI text-embedding-3-small)
- Full `gitsema models add` flag reference with prefix options
- How the PrefixedProvider works internally (role → prefix mapping)
- Switching models and multi-model coexistence

https://claude.ai/code/session_017DdHYhXWJsszDp1HoYjghX
Thin prompt that:
- Loads the full reference doc (skill/gitsema-ai-assistant.md) on invocation
- Gives the 5-step discover→orient→scope→act→summarise workflow
- Accepts an optional argument as the initial search query

Also updates .gitignore: change .claude/ → .claude/* so that
.claude/skills/ can be tracked while personal settings remain ignored.

Invoked as /gitsema [concept] in Claude Code.

https://claude.ai/code/session_017DdHYhXWJsszDp1HoYjghX
@jsilvanus jsilvanus merged commit c530aae into main Apr 15, 2026
0 of 2 checks passed
@jsilvanus jsilvanus deleted the claude/expand-gitsema-skill-09JNn branch April 15, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants