repomix-reference-black-tortoise

Black Tortoise Codebase Reference

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "repomix-reference-black-tortoise" with this command: npx skills add 7spade/black-tortoise/7spade-black-tortoise-repomix-reference-black-tortoise

Black Tortoise Codebase Reference

1214 files | 131530 lines | 1694337 tokens

Overview

Use this skill when you need to:

  • Understand project structure and file organization

  • Find where specific functionality is implemented

  • Read source code for any file

  • Search for code patterns or keywords

Files

File Contents

references/summary.md

Start here - Purpose, format explanation, and statistics

references/project-structure.md

Directory tree with line counts per file

references/files.md

All file contents (search with ## File: <path> )

references/tech-stack.md

Languages, frameworks, and dependencies

How to Use

  1. Find file locations

Check project-structure.md for the directory tree:

src/ index.ts (42 lines) utils/ helpers.ts (128 lines)

  1. Read file contents

Grep in files.md for the file path:

File: src/utils/helpers.ts

  1. Search for code

Grep in files.md for keywords:

function calculateTotal

Common Use Cases

Understand a feature:

  • Search project-structure.md for related file names

  • Read the main implementation file in files.md

  • Search for imports/references to trace dependencies

Debug an error:

  • Grep the error message or class name in files.md

  • Check line counts in project-structure.md to find large files

Find all usages:

  • Grep function or variable name in files.md

Tips

  • Use line counts in project-structure.md to estimate file complexity

  • Search ## File: pattern to jump between files

  • Check summary.md for excluded files, format details, and file statistics

  • Check tech-stack.md for languages, frameworks, and dependencies

This skill was generated by Repomix

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

vscode-ext-commands

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mcp-chrome-devtools

No summary provided by upstream source.

Repository SourceNeeds Review
General

material-design-3

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture-ddd

No summary provided by upstream source.

Repository SourceNeeds Review