Agent skill

ai-assistants

AI-powered development tools configuration and usage

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-assistants-flexnetos-ripple-env-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/ai-llm/ai-assistants-flexnetos-ripple-env-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Assistants This environment includes AI-powered development tools to enhance your ROS2 development workflow. ## Access Methods There are two ways to access AI tools in this environment: | Method | Commands Available | Requires | |--------|-------------------|----------| | **Devshell** | `ai`, `pair` | `nom develop` or `direnv allow` | | **Home-Manager** | All aliases (ai-code, pair-voice, etc.) | Module enablement | **Note**: The devshell commands are always available when you enter the development environment. The extended aliases require home-manager module configuration. ## aichat - Foundation AI CLI **aichat** is the default AI assistant - a tiny, provider-agnostic CLI that works with multiple AI providers. ### Supported Providers | Provider | Model Examples | API Key Env Var | |----------|---------------|-----------------| | Anthropic | claude-3-opus, claude-3-sonnet | `ANTHROPIC_API_KEY` | | OpenAI | gpt-4, gpt-4-turbo, gpt-3.5-turbo | `OPENAI_API_KEY` | | Google | gemini-pro, gemini-1.5-pro | `GOOGLE_API_KEY` | | Ollama | llama2, codellama, mistral | (local, no key) | | Azure OpenAI | gpt-4, gpt-35-turbo | `AZURE_OPENAI_API_KEY` | ### Quick Start ```bash # Set your API

What's inside
Steps it walks through
  1. Access Methods
  2. aichat - Foundation AI CLI
  3. Supported Providers
  4. Quick Start
  5. Available Aliases
  6. Configuration
  7. Using with Ollama (Local Models)
  8. ROS2-Specific Usage
  9. Tips
  10. Aider - AI Pair Programming
  11. Key Features
  12. Environment Variables
  13. Voice Mode Requirements
  14. Home-Manager Configuration
Ships with 1 file
  • metadata.json
Commands it runs
Set your API key (choose your provider)
export ANTHROPIC_API_KEY="your-key-here"
or
export OPENAI_API_KEY="your-key-here"
Basic usage
ai "explain what ROS2 topics are"
Code assistance
ai-code "write a ROS2 publisher node in Python"
Code review
ai-review "review this launch file for best practices"
More from claude-skill-registry
All skills →
About this skill
What does the ai-assistants skill do?

AI-powered development tools configuration and usage

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-assistants-flexnetos-ripple-env-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going