pyinstaller-config
Configure PyInstaller for Python binary builds with spec files and bundling options.
npx skills add a5c-ai/babysitter --skill pyinstaller-config --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.
# PyInstaller Config Configure PyInstaller for Python binary builds. ## Generated Patterns ```python # myapp.spec block_cipher = None a = Analysis( ['src/myapp/__main__.py'], pathex=[], binaries=[], datas=[('src/myapp/data', 'data')], hiddenimports=['click', 'rich'], hookspath=[], hooksconfig={}, runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, noarchive=False, ) pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) exe = EXE( pyz, a.scripts, a.binaries, a.zipfiles, a.datas, [], name='myapp', debug=False, bootloader_ignore_signals=False, strip=False, upx=True, console=True, ) ``` ## Target Processes - cli-binary-distribution - package-manager-publishing
- Generated Patterns
- Target Processes
What does the pyinstaller-config skill do?
Configure PyInstaller for Python binary builds with spec files and bundling options.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill pyinstaller-config --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.
