feat: improve skill descriptions and content quality across 18 AWS sk…#82
Open
popey wants to merge 3 commits intoitsmostafa:mainfrom
Open
feat: improve skill descriptions and content quality across 18 AWS sk…#82popey wants to merge 3 commits intoitsmostafa:mainfrom
popey wants to merge 3 commits intoitsmostafa:mainfrom
Conversation
…ills Hullo @itsmostafa 👋 I ran your skills through `tessl skill review` at work and found some targeted improvements. Here's the before/after: | Skill | Before | After | Change | |-------|--------|-------|--------| | rds | 74% | 100% | +26% | | eventbridge | 77% | 100% | +23% | | bedrock | 74% | 94% | +20% | | sns | 75% | 94% | +19% | | ec2 | 83% | 100% | +17% | | dynamodb | 75% | 90% | +15% | | step-functions | 77% | 90% | +13% | | lambda | 83% | 94% | +11% | | s3 | 83% | 94% | +11% | | iam | 83% | 94% | +11% | | cloudwatch | 83% | 94% | +11% | | ecs | 83% | 94% | +11% | | eks | 83% | 94% | +11% | | secrets-manager | 83% | 94% | +11% | | cognito | 83% | 90% | +7% | | api-gateway | 90% | 94% | +4% | | sqs | 89% | 90% | +1% | | cloudformation | 90% | 90% | +0% | <details> <summary>Changes made</summary> **Across all 18 skills:** - Removed introductory paragraphs explaining what each service is (Claude already knows) - Removed Table of Contents sections (unnecessary token overhead for agents) - Trimmed Core Concepts sections where they explained fundamentals Claude already understands - Moved `last_updated` and `doc_source` frontmatter keys to `metadata:` block (fixes validation warnings) - Added validation checkpoints to key workflows (e.g., verify resource created before proceeding) **Description improvements for 6 skills scoring below 100%:** - **bedrock**: Added AWS-specific trigger terms (`boto3 bedrock-runtime`, `InvokeModel API`, `Amazon Titan`, `knowledge bases`) - **rds**: Added RDS-specific terms (`Multi-AZ`, `parameter groups`, `RDS snapshots`, `DB instances`) - **dynamodb**: Added DynamoDB-specific terms (`partition key`, `sort key`, `GSI`, `LSI`, `read/write capacity units`) - **sns**: Added user-friendly terms (`push notifications`, `SMS alerts`, `publish-subscribe`, `fan-out patterns`) - **eventbridge**: Made actions more concrete (`writing event pattern rules`, `creating cron-based or rate-based schedules`) - **step-functions**: Made actions more concrete (`writing ASL state machine definitions`, `configuring retry and catch policies`) </details> Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch — just saw room for improvement and wanted to contribute. If you want to run evals yourself, click [here](https://tessl.io/registry/skills/submit). Thanks in advance 🙏
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hullo @itsmostafa 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements. Here's the before/after:Also in text format, with greatest benefit at the top:
Changes made
Across all 18 skills:
last_updatedanddoc_sourcefrontmatter keys tometadata:block (fixes validation warnings)Description improvements for 6 skills scoring below 100%:
boto3 bedrock-runtime,InvokeModel API,Amazon Titan,knowledge bases)Multi-AZ,parameter groups,RDS snapshots,DB instances)partition key,sort key,GSI,LSI,read/write capacity units)push notifications,SMS alerts,publish-subscribe,fan-out patterns)writing event pattern rules,creating cron-based or rate-based schedules)writing ASL state machine definitions,configuring retry and catch policies)Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch — just saw room for improvement and wanted to contribute.
If you want to run evals yourself, click here.
Thanks in advance 🙏