bastani🍦
Official@bastani-inc
Engineering infrastructure for repository governance, metadata validation, and standardized development lifecycle management.
Agent Skills by bastani🍦
Showing 25 vetted skills indexed across 1 GitHub repositories.
gh-commit
Create conventional git commit messages from repository changes.
prek
Configure Git hooks with prek for formatting, linting, and validation checks.
typescript-advanced-types
Build advanced TypeScript types for compile-time safety.
bun
Manage JavaScript and TypeScript workflows with Bun commands and bunfig.toml.
gh-create-pr
Commit unstaged changes, push the branch, and create a pull request.
playwright-cli
Automate browser interactions and Playwright test execution for web pages.
tmux
Controls tmux sessions and captures pane output for interactive CLI workflows.
effective-liteparse
Extract text, tables, and values from local PDFs, Office files, and images.
tdd
Guide test-driven development with red-green-refactor loops and behavior-focused validation.
different-name
Detect mismatches between a skill directory name and its SKILL.md frontmatter name.
multiline-description
Normalize multiline YAML frontmatter descriptions into single-line discovery text.
Invalid_Name
Validate skill names for disallowed characters in metadata.
disable-model-invocation
Prevent automatic model selection of manually controlled skills via SKILL.md frontmatter flag.
valid-skill
Validate skill directories against the Agent Skills standard.
unknown-field
Validate SKILL.md frontmatter with non-standard fields while enforcing required entries.
this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard
Detect SKILL.md frontmatter names exceeding the permitted length limit.
bad--name
Detect identifiers containing consecutive hyphens in names and slugs.
child-skill
Activate a nested skill from a subdirectory using SKILL.md frontmatter.
calendar
Create, update, and review calendar events with dates, times, titles, and attendees.
dynamic-resources
Load skill, prompt, and theme paths dynamically via extension resource discovery hooks.
intercom
Coordinate messaging and task delegation across multiple atomic sessions.
research-codebase
Document codebase behavior by gathering evidence from source files and research artifacts.
impeccable
Review and refine frontend UI systems for hierarchy, usability, and responsiveness.
prompt-engineer
Create, improve, and troubleshoot prompts for language models.
Frequently Asked Questions About bastani🍦
FAQPage SchemaWhat specific tasks can I perform with these repository management capabilities?▼
You can enforce repository standards by validating directory names, checking frontmatter metadata, and normalizing descriptions. Additionally, you can manage Git hooks, generate conventional commit messages, and create pull requests directly from your local environment.
Which personas benefit most from these development standards?▼
Software engineers, technical leads, and repository maintainers benefit from these capabilities. These functions are designed for developers who need to maintain strict consistency across large codebases, enforce naming conventions, and ensure high-quality documentation through automated research and specification generation.
What are the prerequisites for implementing these validation and management functions?▼
Implementation requires a local environment configured with Bun for package management and Git for version control. Skills rely on standard SKILL.md frontmatter files to define metadata, which are then processed by the provided validation and discovery hooks.