obs-management
OBS Management
Manage packages in the Open Build Service for home:aspiers.
When to Use This Skill
Use this skill when:
- Working with OBS packages at
/home/adam/OBS/home/aspiers - Creating new OBS packages
- Building, testing, or debugging OBS packages
- Managing package sources, patches, andspec files
CRITICAL REQUIREMENT: BUILD FROM SOURCE ONLY
NEVER use pre-built binaries, AppImages, or binary packages in OBS!
The entire purpose and requirement of OBS is to build packages from source code. This ensures:
- Reproducible builds
More from aspiers/ai-config
allow-agent-commands
Add or change allowed commands in AI agent permission configs (OpenCode, Claude Code)
22project-initialization
Initialize a project with AI agent rules and documentation. Use when setting up a new repository for AI agent collaboration.
14code-linting
Run linters according to repository guidelines. Use immediately after creating or modifying code, or before committing changes.
14safe-rm
Safely delete files / directories without asking for permission
14code-refactoring-dry
Remove code duplication by extracting shared logic into reusable components. Use when the same logic appears in multiple places.
13subagent-authoring
Create subagent definitions for Claude Code and OpenCode that delegate to skills. Use when creating new subagents or refactoring existing ones to follow the delegation pattern.
12