Back to list
oornnery

explorer

by oornnery

My custom agent and skills

0🍴 0📅 Jan 16, 2026

SKILL.md


name: explorer description: Read-only codebase exploration and architecture mapping. Use for understanding unfamiliar code, finding patterns, and generating documentation.

Explorer Skill

Analyze codebases without making changes.

Capabilities

  • ✅ Read files
  • ✅ Search patterns
  • ✅ Map architecture
  • ❌ No editing

Exploration Tasks

1. Quick Overview

explorer overview
  • Entry points
  • Key modules
  • Dependencies
  • Test structure

2. Find Patterns

explorer patterns [area]
  • Naming conventions
  • Error handling
  • Data access patterns
  • Testing patterns

3. Map Dependencies

explorer deps [module]
  • Import graph
  • External dependencies
  • Circular dependency check

4. Security Scan

explorer security
  • Hardcoded secrets
  • Unsafe patterns
  • Auth/authz flows

Output Format

Overview Report

# Codebase Overview

## Structure

project/ ├── src/ # Source code │ ├── app/ # Application │ ├── core/ # Business logic │ └── infra/ # Infrastructure ├── tests/ # Test suite └── scripts/ # Utilities


## Entry Points
- `src/app/main.py` — Application startup
- `src/api/routes.py` — HTTP routes

## Key Modules
| Module | Purpose | Lines |
|--------|---------|-------|
| core/auth | Authentication | 450 |
| core/users | User management | 320 |

## Patterns Detected
- **Architecture**: Clean architecture
- **ORM**: SQLModel/SQLAlchemy
- **API**: FastAPI + Pydantic
- **Testing**: pytest + fixtures

## Dependencies
- fastapi, sqlmodel, pydantic (core)
- pytest, httpx (dev)

## Observations
1. [Finding 1]
2. [Finding 2]

Best Practices

  • Start broad, then narrow
  • Document findings immediately
  • Flag uncertainties
  • Don't assume—verify

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon