Skip to content

Add AWS skill: IAM, serverless patterns, service guidelines & CDK conventions#60

Open
a7medsa22 wants to merge 4 commits intoJSK9999:mainfrom
a7medsa22:add-aws-skill-rule
Open

Add AWS skill: IAM, serverless patterns, service guidelines & CDK conventions#60
a7medsa22 wants to merge 4 commits intoJSK9999:mainfrom
a7medsa22:add-aws-skill-rule

Conversation

@a7medsa22
Copy link
Copy Markdown
Contributor

@a7medsa22 a7medsa22 commented Mar 10, 2026

Summary

Adds config/skills/aws.md — a concise, actionable AWS skill for AI-Nexus:
IAM least-privilege essentials + policy testing
-Lambda/serverless patterns with handler example

  • CloudFormation/CDK conventions + parameterization tips
  • Anti-patterns checklist to avoid common mistakes
  • PR review checklist + semantic router prompts

Closes #3

Type

  • New rule (config/rules/, config/commands/, config/skills/, etc.)
  • Rule improvement (existing rule)
  • CLI feature / fix (src/)
  • Bug fix
  • Documentation

Changes

  • config/skills/aws.md
    • Adds config/skills/aws.md — a concise, actionable AWS skill for AI-Nexus:

Why

Quick guidelines for S3, DynamoDB, RDS, CloudWatch

  • npx vitest run ✅ / ❌
  • npm run build ✅ / ❌

For Rule PRs

  • Has description field in frontmatter
  • Under 100 lines
  • No overlap with existing rules
  • Tested with npx ai-nexus test "<prompt>"

@JSK9999
Copy link
Copy Markdown
Owner

JSK9999 commented Mar 10, 2026

Thanks for the contribution — the AWS skill looks solid and follows best practices well.

A few things:

  1. mongodb.md is already merged in Add MongoDB aggregation and optimization guidance to database skill #57 — please remove it from this PR.
  2. Closes Add Testing Frameworks skill rule (Jest/Vitest/Pytest) #44 should be Closes Add AWS/Cloud skill rule #3Add Testing Frameworks skill rule (Jest/Vitest/Pytest) #44 is Testing Frameworks, Add AWS/Cloud skill rule #3 is the AWS skill issue.
  3. database.md — looks like just a trailing newline change. Intentional? If not, can drop it.

Once cleaned up, I'll merge.

@a7medsa22 a7medsa22 force-pushed the add-aws-skill-rule branch from 29f63cb to f42e574 Compare March 11, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add AWS/Cloud skill rule

2 participants