arckit-search

Search indexed project artifacts using keyword, document type, project number, or requirement ID filters.

2.1k|266|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/tractorjuice/arc-kit --skill arckit-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arckit-search
Source: https://github.com/tractorjuice/arc-kit/tree/main/arckit-codex/skills/arckit-search
Command: npx skills add https://github.com/tractorjuice/arc-kit --skill arckit-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps enterprise architects quickly locate specific project artifacts like decisions, requirements, and risks within a large codebase, saving valuable research time.

Core Features & Use Cases

  • Keyword Search: Find information using plain text queries.
  • Filtered Search: Narrow down results by document type, project number, or requirement ID.
  • Use Case: An architect needs to find all architectural decision records (ADRs) related to the 'payments' project that mention 'PostgreSQL'.

Quick Start

Search for all project artifacts related to 'PostgreSQL' within the '001' project.

Frequently Asked Questions about arckit-search

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

FAQPage Schema
How do I search for specific project artifacts like requirements and decisions across a large enterprise codebase?

To search project artifacts, you can use keyword queries to instantly locate specific decisions, requirements, and risks across your indexed data. This requires pre-processed index data provided via context hooks to enable rapid retrieval.

Can I filter project documentation searches by document type or requirement ID?

Yes, you can filter project documentation searches by document type, project number, or requirement ID. This allows you to narrow down results and retrieve specific artifacts like architectural decision records efficiently.

How do I find all architectural decision records for a specific project that mention a certain technology?

You can find architectural decision records by applying a filtered search using the specific project number and adding the technology name as a keyword filter. This rapidly isolates the relevant design documents from your indexed artifacts.

Do I need pre-processed index data to query project artifacts?

Yes, you need pre-processed index data provided via context hooks to query project artifacts. This pre-processing is required to enable efficient querying and rapid retrieval of enterprise architecture governance documents.

What is the best way to retrieve design documents and risks for enterprise architecture governance workflows?

The best way to retrieve design documents and risks for enterprise architecture governance workflows is using a filtered search across indexed project artifacts. You can query by keyword, document type, or project number for rapid retrieval.

Why does searching for project artifacts require context hooks?

Searching for project artifacts requires context hooks because the Skill relies on pre-processed index data for efficient querying. Without these hooks providing the indexed information, the rapid retrieval of decisions and requirements cannot function.