app-knowledge

When any part of the application needs to be found or understood.

16 stars

Best use case

app-knowledge is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

When any part of the application needs to be found or understood.

Teams using app-knowledge should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/app-knowledge/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/fullstack-web/app-knowledge/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/app-knowledge/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How app-knowledge Compares

Feature / Agentapp-knowledgeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

When any part of the application needs to be found or understood.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# App knowledge instructions

## Sources of knowledge to use
- **Primary**: `agents.md`.
- **Codebase**: `codebase_search`, `read_file`, `search_files`.
    - Include `utils/` and `utils_db/` folders for similar or same functionality.
- **Git diff**: recent commits.
- **Credentials**: `.env`.
- **Backups**: `.roo/docs/old_versions/`.
- **Completed plans**: `.roo/docs/plans_completed/`.
- **Web automation** & **browsing**: `browser_action`

Related Skills

knowledge-base-cache

16
from diegosouzapw/awesome-omni-skill

Create and manage a layered knowledge base with hot/cold/warm cache tiers. Provides component-based architecture with Working Memory layer, automatic caching, semantic retrieval, and intelligent context assembly. Reduces API costs and supports unlimited knowledge scale.

knowledge-capture

16
from diegosouzapw/awesome-omni-skill

Capture and organize business rules, technical patterns, and service interfaces discovered during analysis or implementation into structured documentation

acc-documentation-qa-knowledge

16
from diegosouzapw/awesome-omni-skill

Documentation QA knowledge base. Provides quality checklists, audit criteria, and metrics for documentation review.

acc-documentation-knowledge

16
from diegosouzapw/awesome-omni-skill

Documentation knowledge base. Provides documentation types, audiences, best practices, and antipatterns for technical documentation creation.

project-knowledge

16
from diegosouzapw/awesome-omni-skill

CEI architecture, modules, data flows, conventions, tech stack decisions

acc-outbox-pattern-knowledge

16
from diegosouzapw/awesome-omni-skill

Outbox Pattern knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for transactional outbox, polling publisher, and reliable messaging audits.

acc-event-sourcing-knowledge

16
from diegosouzapw/awesome-omni-skill

Event Sourcing knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Event Sourcing architecture audits.

notion-knowledge-capture

16
from diegosouzapw/awesome-omni-skill

Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.

knowledge-synthesis

16
from diegosouzapw/awesome-omni-skill

知识合成 — 将多来源信息融合为结构化知识,生成摘要、报告和知识图谱

generate-knowledge-base

16
from diegosouzapw/awesome-omni-skill

Generate a product knowledge base from a codebase. Analyzes source code to create an Obsidian vault with architecture docs, API references, domain logic, data models, and infrastructure documentation. Use when the user asks to document a codebase, create a knowledge base, or generate product docs.

enterprise-search-knowledge-synthesis

16
from diegosouzapw/awesome-omni-skill

Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively.

add-knowledge

16
from diegosouzapw/awesome-omni-skill

Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session