Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions skills/code-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,3 @@ description: Use when preparing or reviewing pull requests for this repository
| **Blocker** | Broken build, failing tests, secret leak, breaking API without version strategy |
| **Major** | Missing tests for non-trivial logic, unclear validation, regression risk |
| **Minor** | Naming nits, small doc gaps, optional refactors |

## References

- [AGENTS.md](../../AGENTS.md)
- [skills/content-store-aws-s3-sdk/SKILL.md](../content-store-aws-s3-sdk/SKILL.md)
6 changes: 0 additions & 6 deletions skills/content-store-aws-s3-sdk/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ Type **`IConfig`** in `src/index.ts` documents the `assetStore` block; the runti
### Errors and validation

- Config validation is centralized in **`src/util/validations.ts`**; extend there when adding required fields or stricter checks

## References

- [README.md](../../README.md) — usage snippet and config tables
- [skills/framework/SKILL.md](../framework/SKILL.md) — AWS and runtime assumptions
- [skills/typescript/SKILL.md](../typescript/SKILL.md)
8 changes: 1 addition & 7 deletions skills/dev-workflow/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,4 @@ description: Use when setting up the repo locally, running build/test/lint, Husk
### PR expectations

- Keep changes scoped; match existing TypeScript and TSLint style
- Do not commit secrets or real AWS credentials (see [skills/testing/SKILL.md](../testing/SKILL.md))

## References

- [AGENTS.md](../../AGENTS.md)
- [skills/typescript/SKILL.md](../typescript/SKILL.md)
- [skills/testing/SKILL.md](../testing/SKILL.md)
- Do not commit secrets or real AWS credentials (see the testing skill for policy)
5 changes: 0 additions & 5 deletions skills/framework/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ description: Use when working with AWS S3, aws-sdk usage, environment assumption

- **Main:** `dist` (compiled JS); ensure `npm run build-ts` is run before publish
- **Types:** `./typings` per `package.json`

## References

- [skills/content-store-aws-s3-sdk/SKILL.md](../content-store-aws-s3-sdk/SKILL.md)
- [README.md](../../README.md) — configuration tables
5 changes: 0 additions & 5 deletions skills/testing/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ description: Use when writing Jest tests, configuring mocks, or interpreting cov

- Do **not** put real AWS keys or bucket names in tests or fixtures committed to the repo
- Prefer mocks/stubs for S3 and external calls; use **nock** for HTTP where applicable (`devDependencies` includes `nock`)

## References

- [skills/dev-workflow/SKILL.md](../dev-workflow/SKILL.md)
- [skills/framework/SKILL.md](../framework/SKILL.md)
5 changes: 0 additions & 5 deletions skills/typescript/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ description: Use when editing TypeScript source, tsconfig, typings output, or ma
### Types for dependencies

- `@types/node`, `@types/aws-sdk`, `@types/lodash`, etc. are listed in `devDependencies`; keep versions compatible with the **TypeScript 4.x** toolchain in use

## References

- [skills/dev-workflow/SKILL.md](../dev-workflow/SKILL.md)
- [skills/testing/SKILL.md](../testing/SKILL.md)
Loading