
agno-agi/agno
3 skills1.4k installs125k starsGitHub
Install
npx skills add https://github.com/agno-agi/agnoSkills in this repo
1Git Workflowgit-workflow is a well-known agno-agi/agno skill listed on skills.sh with 570 installs that standardizes how coding agents handle branches, commits, and pull requests. It gives agents repeatable patterns so git operations stay aligned with team expectations instead of ad hoc messages and branch names. Developers reach for git-workflow when onboarding agents onto repositories with established git hygiene or when agent-generated commits and PRs need guardrails. The skill spans everyday development from feature branches through review-ready changes. Its skills.sh rank of 8596 reflects catalog placement among community workflow skills.646installs2Code Reviewcode-review is a well-known skill from agno-agi/agno with 454 installs on skills.sh that structures agent-driven pull request review. It targets high-signal feedback on bugs, security weaknesses, and maintainability problems instead of superficial style nits. Developers invoke code-review before merging feature branches, during PR preparation, or when they want a second pass on risky changes without waiting for human reviewers. Ranked second in the Agno repository on skills.sh, the skill fits Agno-based agent workflows where review is a repeatable pre-merge step. It emphasizes actionable findings developers can fix immediately, making it a ship-gate companion for teams using AI agents alongside normal git review practices.463installs3System Infosystem-info is version 1.0.0 MIT sample skill in agno-agi/agno demonstrating Agno Skills with executable scripts. It provides 2 Python scripts: get_system_info.py returns JSON with OS, OS version, Python version, machine, processor, hostname, and current timestamp; list_directory.py lists files at a given path. Agents invoke scripts via run_skill_script("system-info", "get_system_info.py") or run_skill_script with args for directory paths. Developers reach for system-info when bootstrapping agents need startup environment snapshots, deploy validation checks, or quick filesystem inspection before running heavier debugging workflows.298installs