BeClaude

hariseldon86-skills

New
1Community RegistryGeneralby Alessandro Renna · MIT License

A collection of agent skills for several scopes

Community PluginView Source

Overview

A collection of Agent Skills for several scopes in software development, computer science and engineering.

Skills are specialized instruction sets that extend the capabilities of coding agents for specific tasks, automatically activating when needed.

Available skills

Simulink Creator

Name: simulink-creator

Description: Simulink Creator is a tool that allows users to create and edit Simulink models programmatically using MATLAB code. It provides a set of functions and APIs that enable users to build Simulink models, add blocks, connect them, and configure their properties through code. This skill is useful for automating the creation of Simulink models, generating models from data or specifications, and integrating Simulink with other tools and workflows.

Prompt Example:

code
Build a Simulink model that simulates a cruise control system. The vehicle dynamics are modeled as a transfer function 10 / (s^2 + 3s). Use a PID controller with P=2, I=0.5, D=0.1. Include a Step reference at t=1s with amplitude 25 (target speed in m/s), log the output to workspace, and display both the reference and output on the same Scope.

License: MIT License

Installation & Usage

Claude Code (CLI)

Recommended: Install all agent skills using the plugin marketplace:

bash
# (Step 1) Add the marketplace to Claude Code
/plugin marketplace add hariseldon86/skills

# (Step 2) Install all Agent Skills
/plugin install hariseldon86-skills@hariseldon86-skills

This installs all the skills in one command. Skills automatically activate when Claude detects relevant tasks.

Manual installation

Agent Skills are supported by Claude Code, Claude.ai, Cursor, VS Code, GitHub Copilot, Gemini CLI, Antigravity, OpenAI Codex, and many more.

Integration and connection may vary by plan and platform. Generally you should:

bash
# Clone the repository
git clone https://github.com/HariSeldon86/skills.git

# Copy all skills to your skills directory (claude, vscode, antigravity, etc.)
cp -r skills/skills/* YOUR_PROJECT/.claude/skills/
cp -r skills/skills/* YOUR_PROJECT/.github/skills/
cp -r skills/skills/* YOUR_PROJECT/.agent/skills/

# Or copy one specific skill only
cp -r skills/skills/simulink-creator YOUR_PROJECT/.claude/skills/simulink-creator
cp -r skills/skills/simulink-creator YOUR_PROJECT/.github/skills/simulink-creator
cp -r skills/skills/simulink-creator YOUR_PROJECT/.agent/skills/simulink-creator

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/hariseldon86-skills.md https://raw.githubusercontent.com/hariseldon86/skills/main/SKILL.md
3
Invoke in Claude Code
/hariseldon86-skills
View source on GitHub
agentmatlabsimulinkmbdci/cdtestingperformanceoptimization

Frequently Asked Questions

What is hariseldon86-skills?

A collection of agent skills for several scopes

How to install hariseldon86-skills?

To install hariseldon86-skills, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /hariseldon86-skills.

What is hariseldon86-skills best for?

hariseldon86-skills is a community categorized under General. It is designed for: agent, matlab, simulink, mbd, ci/cd, testing, performance, optimization. Created by Alessandro Renna.