feat: add MinimalLambda agent skill#344
Merged
Merged
Conversation
…ence docs - Added authoring references for various subjects including markdown patterns, callouts, tables, and layouts. - Introduced dependency references to map features with configuration needs and extension prerequisites. - Included a scaffold for content types and guidance for customization boundaries. - Updated docs reference outline for later structured extractions.
- Renamed and enhanced local docs tasks (`run-docs` → `docs:serve` and new `docs:build`). - Migrated tasks to use `zensical` for serving and building docs. - Removed deprecated dependency references to clean up `uv.lock`. - Added `deepmerge` as a new dependency in `uv.lock`.
- Cleaned up outdated SonarCloud badge link from README for better clarity. - Retained other essential badges for build and license status.
- Deleted the unused `changelog.md` file to reduce redundancy in documentation. - Reorganized and re-indented content in `index.md` for enhanced readability and clarity. - Fixed various formatting inconsistencies in tables and lists for a cohesive style. - Updated callout and button links for better navigation within the docs.
- Deleted the `Changelog` entry from `mkdocs.yml` navigation to align with recent cleanup. - Ensured navigation remains consistent by maintaining proper structure after removal.
- Removed `pngquant` installation as it's unused in the current workflow. - Replaced `mkdocs build` with `zensical build` to align with updated tooling. - Commented out the Python setup step to simplify and streamline the workflow.
Signed-off-by: Jonas Ha <61319894+j-d-ha@users.noreply.github.com>
- Cleaned up unused and commented `pngquant` installation in `docs.yaml` workflow file. - Retained `uv` installation for workflow continuity.
Signed-off-by: Jonas Ha <61319894+j-d-ha@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #344 +/- ##
=======================================
Coverage 87.52% 87.52%
=======================================
Files 113 113
Lines 2814 2814
Branches 351 351
=======================================
Hits 2463 2463
Misses 250 250
Partials 101 101 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
- Deleted outdated workflow files for branch, commit, and PR processes. - Removed shared references, templates, and examples tied to legacy workflows. - Cleared obsolete `SKILL.md` content under `.agents/skills/git-workflow`. - Retired unused Git workflow examples and guides to align with current tooling.
…middleware guidance - Introduced `lifecycle-hook-patterns.md` covering `OnInit` and `OnShutdown` best practices. - Linked lifecycle hook references in `SKILL.md` and clarified usage guidelines. - Enhanced `handler-patterns.md` with inline arrow function examples for MinimalLambda adapters. - Updated `middleware-patterns.md` to encourage inline glue logic but explain when to extract classes. - Added small refinements to envelope, hosting, and testing references to ensure alignment. - Improved guidance on keeping Lambda context objects at the edge in handler/middleware/hooks.
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.
Summary
Adds a bundled
minimal-lambdaagent skill so coding agents can get focused guidance for MinimalLambda work without loading the entire repository. Documents installation throughskills.shin the README and docs homepage.Changes
skills/minimal-lambdawith task routing, focused reference docs, pattern guides, eval prompts, and a validation script.npx skills.Validation
python3 skills/minimal-lambda/scripts/validate_references.py