Generate RPM spec files for Fedora, RHEL, and CentOS distributions
Generates RPM spec files for Fedora, RHEL, and CentOS distributions from project metadata.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdGenerate RPM spec files for Fedora, RHEL, CentOS, and other RPM-based distributions.
{
"type": "object",
"properties": {
"projectPath": { "type": "string" },
"packageName": { "type": "string" },
"version": { "type": "string" },
"release": { "type": "string", "default": "1" },
"buildRequires": { "type": "array" },
"requires": { "type": "array" }
},
"required": ["projectPath", "packageName", "version"]
}
Name: myapp
Version: 1.0.0
Release: 1%{?dist}
Summary: My Application
License: MIT
URL: https://example.com/myapp
Source0: %{name}-%{version}.tar.gz
BuildRequires: gcc
Requires: glibc, gtk3
%description
A longer description of my application.
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%files
%{_bindir}/myapp
%{_datadir}/applications/myapp.desktop
%changelog
* Mon Jan 01 2024 Your Name <email@example.com> - 1.0.0-1
- Initial release
rpmbuild -ba myapp.spec
deb-package-builderlinux-gpg-signingActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.