code-style Skill
Guide for running code style linters and formatters. Use this when asked to check code style, run linters, or fix formatting issues. Published by microsoft in semantic-link-labs.
What is code-style Skill?
Guide for running code style linters and formatters. Use this when asked to check code style, run linters, or fix formatting issues. Published by microsoft in semantic-link-labs. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using semantic-link-labs
Technical details
- Install or run with Copy skill directory
When to use code-style Skill
- Use it for developers using semantic-link-labs.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/semantic-link-labs
- Skill file: .claude/skills/code-style/SKILL.md
What it does
Guide for running code style linters and formatters. Use this when asked to check code style, run linters, or fix formatting issues.
Skill instructions
Code Style and Linting This skill covers code style checking and formatting workflows for the Semantic Link Labs project. When to Use This Skill Use this skill when you need to: - Check code for style violations - Format code with black - Verify type correctness with mypy - Fix linting errors before committing - Ensure code follows project standards --- Formatting Tools | Tool | Purpose | Configuration | |------|---------|---------------| | black | Code formatting | pyproject.toml | | flake8 | Style checking | pyproject.toml | | mypy | Type checking | pyproject.toml | --- Code Formatting with Black The project uses black for code formatting. Running Black bash Format all source files black src/sempylabs tests Check without modifying (dry run) black --check src/sempylabs tests Show diff of changes black --diff src/sempylabs tests Format specific file black src/sempylabs/workspaces.py Black Configuration From pyproject.toml, max line length is configured via flake8 settings. --- Style Ch
Explore related resources
Frequently asked questions
What is code-style?
code-style is a open-source AI agent skill with Copy skill directory. Guide for running code style linters and formatters. Use this when asked to check code style, run linters, or fix formatting issues.
Who is code-style best for?
code-style is best for reusing agent instructions, scripts, and references.
How do I install code-style?
Install or run code-style using Copy skill directory. Check code-style for the latest setup command.
Is code-style actively maintained?
code-style may need a closer maintenance check before production use.
Auto-fetched from GitHub.