Agent skill
hello-extended
Multi-language greetings in 6 languages. Use for non-English greetings or multiple people.
Install this agent skill to your Project
npx add-skill https://github.com/danielscholl/agent-base/tree/main/src/agent/_bundled_skills/hello-extended
SKILL.md
<script name="advanced_greeting.py">
<features>time-aware, formatted, bulk</features>
<cmd>script_run hello-extended advanced_greeting.py --json</cmd>
<opts>
<opt>--names "Alice,Bob"</opt>
<opt>--language es|fr|de|ja|zh|en</opt>
<opt>--format plain|emoji|formal</opt>
<opt>--time-aware</opt>
</opts>
</script>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gh
Expert guidance for using the GitHub CLI (gh) to manage GitHub issues, pull requests, Actions workflows, repositories, and other GitHub operations from the command line. Use this skill when the user needs to interact with GitHub resources or perform GitHub workflows.
glab
Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Didn't find tool you were looking for?