pytest-config
Standardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Triggers: pytest configuration, conftest, fixtures, test setup, CI integration,git testing fixtures, mock fixtures, pytest patternsUse when: setting up pytest for plugin development, creating test fixtures,configuring CI/CD for pytest, standardizing test configurationDO NOT use when: not using pytest for testing.Consult this skill when configuring pyte...
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install athola/claude-night-market/pytest-configskilz install athola/claude-night-market/pytest-config --agent opencodeskilz install athola/claude-night-market/pytest-config --agent codexskilz install athola/claude-night-market/pytest-config --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/athola/claude-night-marketcp -r claude-night-market/plugins/leyline/skills/pytest-config ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
shell-testing-framework
by manutej
Shell script testing expertise using bash test framework patterns from unix-goto, covering test structure (arrange-act-assert), 4 test categories, ...
markdownlint-custom-rules
by TheBushidoCollective
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
feature-dev
by secondsky
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architect...
webapp-testing
by anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior,...
Agentic Skill Details
- Repository
- claude-night-market
- Stars
- 67
- Forks
- 11
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- testing
- Market Score
- 73
Agent Skill Grade
C Score: 73/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Invalid or incomplete frontmatter
- Missing Table of Contents
- Name convention violations
Recommendations
- Focus on improving Spec Compliance (currently 0/15)
- Address 3 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-19
Developer Feedback
I took a look at your pytest-config skill and wanted to share some thoughts.
Links:
TL;DR
You're at 73/100, which lands you in C territory - solid fundamentals with some gaps to close. Your writing style is perfect (10/10) and your Progressive Disclosure Architecture is strong (27/30), but Spec Compliance is completely missing (0/15). That's a big opportunity - fixing the frontmatter alone could jump you to the mid-80s.
What's Working Well
- Writing is crisp - Your imperative voice and zero fluff make this easy to follow. The content is appropriately dense for Claude without being overwhelming.
- Hub-and-spoke structure is solid - Clear SKILL.md overview with detailed modules in the right depth. The navigation actually works.
- Rich examples and templates - Your conftest patterns and fixture examples are practical and ready to copy-paste. That's the kind of utility that matters.
- Strong trigger terms - "fixtures", "config", "pytest", "testing" - these hit the right keywords for discoverability.
The Big One: Frontmatter is Broken
Your YAML frontmatter is invalid and incomplete. This is tanking your Spec Compliance score (0/15) and it's an easy fix.
Current state:
---
name: pytest-config
description: |
Triggers: fixtures, config, configuration, pytest, testing
Standardized pytest configuration...
What it should be:
---
name: pytest-config
description: Standardize pytest configuration for Claude Night Market plugins with shared fixtures and CI integration. Use when asked to "configure pytest", "pytest fixtures", "pytest config", or "setup pytest for plugins".
tags: [testing, pytest, configuration, fixtures, ci]
---
This cleans up the Y...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.