7757 avatar

7757

Community

@7757

8Followers
|
17Public Repos
|
15Published Skills

Passionate about tech, obsessed with life. Always sharing, always growing.

Skills Distribution
DomainDeveloper To...Browser Automation.. (50%)Testing & Debuggin.. (25%)Planning & Prototy.. (15%)Skill Authoring & .. (10%)

Agent Skills by 7757

Showing 15 vetted skills indexed across 1 GitHub repositories.

77577757
38

test-driven-development

Enforces RED-GREEN-REFACTOR test-first workflow for writing production code.

Community
Intermediate
77577757
38

systematic-debugging

Diagnose software bugs through a four-phase root cause investigation workflow.

Community
Intermediate
77577757
38

fan-agent-skill-authoring

Author and validate in-repo SKILL.md files with frontmatter rules and peer-matched structure.

Community
Intermediate
77577757
38

plan

Writes actionable markdown implementation plans with bite-sized tasks to .fan/plans/ without executing code.

Community
Intermediate
77577757
38

spike

Build throwaway prototypes to validate technical feasibility before committing to a real build.

Community
Intermediate
77577757
38

browser-anti-bot-etiquette

Detect anti-bot blocks in browser automation and stop gracefully with user handoff.

Community
Intermediate
77577757
38

browser-scroll-recovery

Scroll pages, containers, and virtualized lists to reveal hidden browser elements.

Community
Intermediate
77577757
38

browser-programming

Batch browser actions into programmable transactions using numbered page snapshots.

Community
Advanced
77577757
38

browser-file-upload

Attaches local files to web form file inputs using browser automation.

Community
Intermediate
77577757
38

browser-element-inspection

Inspect DOM element attributes, live state, and ARIA roles in an embedded browser.

Community
Intermediate
77577757
38

browser-form-filling

Fill multi-field browser forms atomically and verify submissions from DOM readbacks.

Community
Intermediate
77577757
38

browser-dropdown-selection

Select native and custom browser dropdown options using numbered DOM snapshots.

Community
Intermediate
77577757
38

browser-pdf-handling

Recover PDF source URLs from Chrome's viewer and save pages as PDF files.

Community
Intermediate
77577757
38

browser-iframe-shadow-dom

Diagnose and operate elements nested inside iframes and shadow DOM boundaries.

Community
Intermediate
77577757
38

html-artifact

Create self-contained HTML artifacts for visual reports, diagrams, and interactive prototypes.

Community
Intermediate

Frequently Asked Questions About 7757

FAQPage Schema
What 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.