af-answer

Analyze user questions by reading documentation and inspecting the codebase.

3|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/korchasa/ide-rules --skill af-answer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-answer
Source: https://github.com/korchasa/ide-rules/tree/main/catalog/skills/af-answer
Command: npx skills add https://github.com/korchasa/ide-rules --skill af-answer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze and answer user questions by reading documentation and inspecting the codebase in Autonomous Mode.

Core Features & Use Cases

  • Map questions to repository documents and code to provide accurate, context-aware answers.
  • Read-only analysis with safeguards to preserve repository integrity.
  • Use a whiteboard for long-form reasoning when needed and optionally save to documents/whiteboard.md.

Quick Start

Ask af-answer to read the relevant docs and code to answer the user's question in Autonomous Mode.

Frequently Asked Questions about af-answer

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

FAQPage Schema
How do I answer questions about a codebase by reading repository documents?

To answer questions about a codebase, you can autonomously read repository documents and inspect the code to generate precise, context-aware responses regarding project logic, architecture, or implementation details.

Can I analyze code in read-only mode to preserve repository integrity?

Yes, you can analyze code in read-only mode to preserve repository integrity, ensuring the inspection process maps questions to documents and code without modifying the existing project files.

What is the best way to autonomously map user questions to project logic and architecture?

The best way to map user questions to project logic and architecture is using an autonomous analysis mode that reads repository documentation and code to provide accurate, context-aware answers.

How do you handle long-form reasoning when inspecting complex codebases?

For long-form reasoning during codebase inspection, you can use a whiteboard to store detailed analysis and optionally save the reasoning process directly to documents/whiteboard.md.

Does autonomous codebase analysis work without modifying the existing files?

Yes, autonomous codebase analysis works without modifying existing files by operating in a strict read-only mode with safeguards, ensuring repository integrity is preserved throughout the question-answering process.