rpm-spec-generator
Generate RPM spec files for Fedora, RHEL, and CentOS distributions
npx skills add a5c-ai/babysitter --skill rpm-spec-generator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# rpm-spec-generator Generate RPM spec files for Fedora, RHEL, CentOS, and other RPM-based distributions. ## Capabilities - Generate .spec files - Configure package metadata - Define build requirements - Set up scriptlets - Configure file lists - Handle desktop integration - Configure changelog ## Input Schema ```json { "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"] } ``` ## Spec File Example ```spec 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 ``` ## Build Command ```bash rpmbuild -ba myap
- Capabilities
- Input Schema
- Spec File Example
- Build Command
- Related Skills
rpmbuild -ba myapp.spec
What does the rpm-spec-generator skill do?
Generate RPM spec files for Fedora, RHEL, and CentOS distributions
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill rpm-spec-generator --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 a5c-ai/babysitter, a repository with 1,642 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.
