code-wizard

Locates code, constants, tokens, and configuration values in the Yanai Matan RNG repo.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/Spectaculous-Code/raamattu-nyt --skill code-wizard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-wizard
Source: https://github.com/Spectaculous-Code/raamattu-nyt/tree/main/.claude/skills/code-wizard
Command: npx skills add https://github.com/Spectaculous-Code/raamattu-nyt --skill code-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers quickly find specific code, constants, configuration values, and file locations within the complex Raamattu Nyt monorepo, significantly speeding up development and debugging.

Core Features & Use Cases

  • Code Location: Pinpoint where specific functionalities or features are implemented.
  • Configuration Discovery: Locate constants, API keys, and environment variables.
  • Pattern Matching: Provides grep commands for common search tasks like finding hooks, services, or database queries.
  • Use Case: A developer needs to understand how user authentication is handled. They can use this Skill to find all files related to shared-auth and identify the relevant hooks and services.

Quick Start

Use the code-wizard skill to find where the 'useAIQuota' hook is implemented.

Frequently Asked Questions about code-wizard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I navigate a complex TypeScript monorepo to find specific code implementations?

Pinpoint specific React hooks and services within a project by using code navigation pattern matching. This approach identifies implementation details and relevant files for functionalities like user authentication without manual searching.

What is the best way to locate environment variables and configuration tokens in a React monorepo?

Yes, codebase exploration supports locating constants and configuration values in a TypeScript project. It identifies implementation details for functionalities and answers where specific code is located within complex project structures.

How do I locate React hooks like useAIQuota within a large project structure?

Locate React hooks like useAIQuota by using code navigation tools designed for monorepos. These tools provide grep commands for common search tasks to quickly find where specific hooks and services are implemented.

Does code search work for finding database queries and service patterns in a TypeScript codebase?

Code search works for finding database queries and service patterns by providing grep commands for common search tasks. This allows developers to efficiently discover file patterns and locate implementation details within the codebase.

What are the limitations of code navigation when exploring complex monorepo project structures?

Limitations of code navigation include potential difficulties with deeply nested or dynamically generated file structures. It primarily facilitates locating existing code patterns and configurations rather than refactoring or modifying the codebase directly.