From ailtir
Trigger the Ailtir ingestion pipeline for a knowledge base. Invoke with /ailtir:analyse or /ailtir:analyse <kb_id>. If no kb_id is provided, run ailtir list to let the user pick one.
npx claudepluginhub team-ailtir/ailtir-plugin --plugin ailtirThis skill is limited to using the following tools:
Trigger the ingestion pipeline for an Ailtir knowledge base using the `ailtir` CLI.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Trigger the ingestion pipeline for an Ailtir knowledge base using the ailtir CLI.
If $ARGUMENTS is provided, treat it as the kb_id. Skip to step 3.
If no argument is given, run ailtir list and show the output to the user.
Ask them to confirm which kb_id to analyse.
Confirm the kb_id with the user before proceeding.
Run the ingestion:
ailtir analyse <kb_id>
On success, inform the user that ingestion has been triggered and that it
takes a few minutes. Suggest running ailtir list to check status, or using
/ailtir:list to do so from here.
On failure, show the error and suggest:
AILTIR_CLI_SECRET is set (run echo $AILTIR_CLI_SECRET)kb_id is correct by running ailtir listailtir version to verify the CLI is installed