7757
Community@7757
Passionate about tech, obsessed with life. Always sharing, always growing.
Agent Skills by 7757
Showing 15 vetted skills indexed across 1 GitHub repositories.
test-driven-development
Enforces RED-GREEN-REFACTOR test-first workflow for writing production code.
systematic-debugging
Diagnose software bugs through a four-phase root cause investigation workflow.
fan-agent-skill-authoring
Author and validate in-repo SKILL.md files with frontmatter rules and peer-matched structure.
plan
Writes actionable markdown implementation plans with bite-sized tasks to .fan/plans/ without executing code.
spike
Build throwaway prototypes to validate technical feasibility before committing to a real build.
browser-anti-bot-etiquette
Detect anti-bot blocks in browser automation and stop gracefully with user handoff.
browser-scroll-recovery
Scroll pages, containers, and virtualized lists to reveal hidden browser elements.
browser-programming
Batch browser actions into programmable transactions using numbered page snapshots.
browser-file-upload
Attaches local files to web form file inputs using browser automation.
browser-element-inspection
Inspect DOM element attributes, live state, and ARIA roles in an embedded browser.
browser-form-filling
Fill multi-field browser forms atomically and verify submissions from DOM readbacks.
browser-dropdown-selection
Select native and custom browser dropdown options using numbered DOM snapshots.
browser-pdf-handling
Recover PDF source URLs from Chrome's viewer and save pages as PDF files.
browser-iframe-shadow-dom
Diagnose and operate elements nested inside iframes and shadow DOM boundaries.
html-artifact
Create self-contained HTML artifacts for visual reports, diagrams, and interactive prototypes.
Frequently Asked Questions About 7757
FAQPage SchemaWhat tasks can I automate using 7757's skills?▼
You can run programmable browser transactions: fill forms, select dropdowns, upload files, scroll paginated or virtualized lists, inspect element attributes and ARIA roles, handle iframes and shadow DOM, and save pages as PDF. Complementary skills cover TDD, systematic debugging, spike prototypes, and markdown implementation plans.
Who should use these Fan Agent skills?▼
Software engineers and QA practitioners building browser-driven interactions on the Fan Agent platform, plus developers enforcing test-driven development and root-cause debugging discipline. Skill authors also benefit from the fan-agent-skill-authoring conventions for writing validated SKILL.md files.
What are the installation and runtime requirements?▼
Skills run on Linux, macOS, and Windows within the Fan Agent environment. Browser skills require the browser_program toolset and specific tools such as browser_snapshot, browser_run, and browser_handoff; several act as fallbacks when browser_program is unavailable.
Are 7757's skills open source and free to use?▼
Yes. All 16 skills are released under the MIT license, permitting free use, modification, and redistribution. Several are adapted from upstream projects like obra/superpowers and gsd-build/get-shit-done, with attribution retained in each skill's frontmatter.
How do the skills handle anti-bot protections and CAPTCHAs?▼
The browser-anti-bot-etiquette skill detects blocking signals like endless reloads, blank pages, and interstitial challenges, then stops gracefully and informs the user. It never brute-force retries, respects robots and login boundaries, and routes CAPTCHAs to a human rather than solving them.