preferred-commands

Directs use of predefined project-specific commands from the justfile.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/bogarin/back_office_sanfelo --skill preferred-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preferred-commands
Source: https://github.com/bogarin/back_office_sanfelo/tree/main/.agents/skills/preferred-commands
Command: npx skills add https://github.com/bogarin/back_office_sanfelo --skill preferred-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured guide for developers to efficiently execute common tasks using preferred project commands, reducing cognitive load and improving productivity.

Core Features & Use Cases

  • Preferred Command Structure: Directs users to leverage pre-defined, project-specific commands from the justfile.
  • Project-Specific Utilities: Facilitates access to critical project management and development utilities via the uv package manager.
  • Avoid System Python: Promotes usage of the project environment over the system's Python to ensure dependency consistency and avoid conflicts.

Quick Start

Use the 'preferred-commands' skill to execute a command such as 'just install' to automatically install required dependencies.

Frequently Asked Questions about preferred-commands

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I streamline development workflows using predefined justfile commands?

Streamline development workflows by directing the use of predefined commands in a project's justfile to handle installations, configuration, and maintenance. This approach reduces cognitive load and improves productivity by standardizing task execution within the project environment.

What is the best way to manage project installations without using system Python?

The best way to manage installations without system Python is to use the project environment via the uv package manager and predefined justfile commands. This ensures dependency consistency and avoids conflicts that arise from using the system's Python.

Do I need a justfile to automate project-specific developer commands?

Yes, you need a properly configured justfile to automate project-specific developer commands. The skill requires this file to direct the use of preferred commands for streamlined installations and maintenance processes within your specific project environment.

How does command automation in a justfile reduce cognitive load for developers?

Command automation in a justfile reduces cognitive load by providing a structured guide for developers to efficiently execute common tasks. It directs users to leverage pre-defined, project-specific preferred commands, eliminating the need to remember complex installation and configuration steps.

Can I use the uv package manager to configure my development workflow utilities?

Yes, you can use the uv package manager to configure development workflow utilities. The skill facilitates access to critical project management and development utilities through uv, ensuring you maintain a consistent project environment over system Python.

Why should I avoid system Python when running project maintenance commands?

You should avoid system Python when running project maintenance commands to ensure dependency consistency and prevent conflicts. Using the project environment via preferred commands and the uv package manager isolates your project dependencies effectively.