Paul Iusztin
Community@iusztinpaul · Remote
Senior AI Engineer • Founder @ Decoding AI • Author @ LLM Engineer’s Handbook ~ I ship AI products and teach you about the process.
Agent Skills by Paul Iusztin
Showing 34 vetted skills indexed across 2 GitHub repositories.
triage-issue
Convert bug reports into groomed tasks with acceptance criteria.
self-improve
Extract actionable rules from developer corrections and persist them in CLAUDE.md or memory.
write-a-skill
Create structured agent skills with SKILL.md frontmatter and optional resources.
git-guardrails
Install Claude Code PreToolUse guards that block destructive git commands.
scaffold
Generate AGENTS.md and CLAUDE.md pointer scaffolds for polyglot monorepos.
day
Run a supervised SWE↔Tester loop for one task with human diff review.
night
Automate end-to-end feature delivery from planning to PR merge.
testing-python
Design and execute Python tests with pytest for unit, integration, and regression testing.
create-pr
Automate GitHub pull request creation and updates for the current branch.
architecture-review
Audits codebases against ADRs and module graphs to generate refactor proposals.
grill-me
Surface unresolved decisions and gaps in feature specs through adversarial Q&A.
refactor
Plan structural refactors as commit-grain tasks with green tests.
developing-with-streamlit
Route Streamlit development tasks to targeted sub-skills for building, debugging, and theming.
using-streamlit-layouts
Organize Streamlit app content into sidebars, columns, containers, and dialogs.
organizing-streamlit-code
Enforce modular directory layouts for Streamlit apps with separated UI and logic.
using-streamlit-markdown
Render GitHub-flavored Markdown and Streamlit extensions in st.markdown workflows.
using-streamlit-cli
Automates Streamlit CLI commands for running, configuring, and diagnosing apps.
optimizing-streamlit-performance
Optimize Streamlit apps using caching APIs and UI fragmentation to reduce reruns.
building-streamlit-dashboards
Generate interactive Streamlit dashboards with KPI cards, sparklines, and responsive layouts.
improving-streamlit-design
Improves Streamlit app visuals with Material icons, badges, spacing, and typography rules for dashboards and data apps.
using-streamlit-custom-components
Install and integrate third-party custom components into Streamlit apps.
connecting-streamlit-to-snowflake
Connect Streamlit apps to Snowflake using st.connection and parameterized queries.
using-streamlit-session-state
Persist and manage UI state across Streamlit reruns using st.session_state.
building-streamlit-custom-components-v2
Create Streamlit custom components with React/TypeScript and state syncing.