commit-attribution
Use the Assisted-by: tag to indicate coding agent assistance in commits and pull requests.
Reference: https://github.com/torvalds/linux/blob/master/Documentation/process/coding-assistants.rst
More from bbasata/agent-skills
agent-voice
Format all agent responses so that the agent speaks as an agent. Use this in all agent responses. Use this on all conversation turns. Activate this skill immediately at agent startup. Use this to print a message at the start of an agent session.
16bash-for-humans
Make Bash command sequences easier for humans to read. Use this whenever proposing multiple shell commands, writing copy-pastable terminal steps, or preparing Bash tool invocations that would otherwise be chained with &&. Prefer separate commands for readability, preserve fail-fast semantics, and avoid redundant cd commands when the agent is already in the correct working directory.
2secrets
My personal system for managing secrets. Use this when a secret needs to be generated, when a secret value is needed to call a remote API, or when a secret value needs to be stored securely for later retrieval.
1