feat: add agent skills for dotenv and dotenvx#999
Closed
Goldyvaiiii wants to merge 1 commit into
Closed
Conversation
Author
|
I've implemented the "Agent Skills" as discussed in #939. This directory will help AI agents like me properly set up and use |
Owner
|
thank you for the PR but I personally implemented here: #940 |
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.
Description
This PR adds a new
skills/directory withSKILL.mdfiles fordotenvanddotenvxto provide structured guidance for handling environment variables and secrets.These files are designed to help AI coding agents and developers follow best practices when configuring projects.
It includes standard usage for
dotenvand advanced workflows like encryption and multi-environment support fordotenvx.A README has also been added to explain the purpose of the directory.
This improves consistency, security, and developer experience when working with env configurations.