> ## Documentation Index
> Fetch the complete documentation index at: https://lib.findy.co.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# Findy Library

> A documentation site where Findy, Inc. shares its knowledge on a wide range of topics.

Findy Library is a documentation site where Findy, Inc. openly shares its
knowledge on a wide range of topics. We publish this knowledge in the hope of
raising the bar for the industry as a whole, and of helping anyone who is
stuck on the same problems we have faced. Content is added and updated on an
ongoing basis.

## Find what you need

<CardGroup cols={2}>
  <Card title="Pull Requests" icon="code-pull-request" href="/development/pull-request">
    How to write pull requests that are easy to review
  </Card>

  <Card title="Vibe Coding" icon="wand-magic-sparkles" href="/ai/vibe-coding">
    Building software in dialogue with an AI coding agent
  </Card>

  <Card title="Agentic Workflow" icon="diagram-project" href="/ai/agentic-workflow">
    Delegating planning, implementation, and verification to AI agents
  </Card>

  <Card title="Task Breakdown" icon="list-check" href="/development/task-breakdown">
    How to break work into small, independent units
  </Card>

  <Card title="Test Code" icon="vial" href="/development/testing">
    How to write tests that protect the system
  </Card>

  <Card title="Skills" icon="puzzle-piece" href="/ai/skill">
    Packaging workflows so any agent can reproduce them
  </Card>
</CardGroup>

## Choose how to read

Findy Library serves the same content in two forms from a single source. Pick
how you want to read it.

<Tabs>
  <Tab title="Read in your browser">
    Pick a category from the navigation tabs and read on. Every page offers a
    language switcher (English / 日本語). [Pull Requests](/development/pull-request)
    is a good place to start.
  </Tab>

  <Tab title="Read as an AI agent">
    Every page is also delivered as plain Markdown for AI agents. See the
    Quickstart for how to access it.

    [Continue to the Quickstart →](/quickstart)
  </Tab>
</Tabs>

<Note>
  New topics are added over time. Check back regularly, or point your AI agent
  at the [Quickstart](/quickstart) to keep up with the latest content.
</Note>

Please review the [Terms of Service](/terms-of-service) before using this site.
