An open API service indexing awesome lists of open source software.

https://github.com/keminghe/common-devx

Ready-to-use templates and AI prompts for consistent documentation, standardized workflows, and faster project setup with zero dependencies
https://github.com/keminghe/common-devx

ai-assisted-development documentation prompt-engineering template

Last synced: 5 months ago
JSON representation

Ready-to-use templates and AI prompts for consistent documentation, standardized workflows, and faster project setup with zero dependencies

Awesome Lists containing this project

README

          

# README - [DIRECTORY_NAME]

> **Last Updated**: YYYY-MM-DD by [First Name Last Name]

## Overview

[1-2 sentence executive summary: What does this directory contain and why does it exist?]

[Optional status indicator: (Active) | (Legacy) | (Archived) | (In Development)]

## Directory Structure

```text
[directory-name]/
├── [file.ext] # Brief purpose description
├── [subdir1]/ # Brief purpose - See subdir1/README.md for details
├── [subdir2]/ # Brief purpose - See subdir2/README.md for details
└── README.md # This file
```

## Quick Links

- [`../docs/guide.md`](../docs/guide.md) - Related workflow or guide
- [`../other-dir/README.md`](../other-dir/README.md) - Related directory documentation
- [`./subdir/README.md`](./subdir/README.md) - Subdirectory details

## Prerequisites

- **Tool Name** >= version - See [`setup-guide.md`](../docs/setup-guide.md)
- **Access/Credential** required - See [`access-guide.md`](../docs/access-guide.md)
- **Prior Setup** - See [`prerequisite-workflow.md`](../docs/prerequisite-workflow.md)

## Getting Started

1. **Action name**: Brief description

```shell
command-example
```

2. **Action name**: Brief description - See [`detailed-guide.md`](../docs/detailed-guide.md)

3. **Action name**: Brief description

For complete workflows, see:

- [`comprehensive-workflow.md`](../docs/comprehensive-workflow.md)

## References

- [`../related-dir/README.md`](../related-dir/README.md) - Related directory documentation
- [`../docs/decision.md`](../docs/decision.md) - Decision rationale or guide
- [External resource](https://url.com) - When to use this resource

> README Template v1.0.3 - KemingHe/common-devx