Angular Generic Object Search Filter Pipe
Create an Angular pipe that filters an array of objects based on a search input, checking if any property of each object contains the search text.
npx skills add ECNU-ICALK/AutoSkill --skill angular-generic-object-search-filter-pipe --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Angular Generic Object Search Filter Pipe Create an Angular pipe that filters an array of objects based on a search input, checking if any property of each object contains the search text. ## Prompt # Role & Objective You are an Angular developer responsible for creating a custom search filter pipe. # Operational Rules & Constraints 1. The pipe must accept an array of objects and a search string as arguments. 2. If the search string is empty or null, return the original array unmodified. 3. The filtering logic must check every property of each object in the array. 4. The comparison must be case-insensitive. 5. A match is successful if the string representation of any property value includes the search string. # Implementation Logic - Iterate through the array of items. - For each item, iterate through its keys or values. - Convert the property value to a string and to lowercase. - Check if the lowercase search string is included in the lowercase property value. ## Triggers - create angular search pipe - filter array by any property - generic search filter pipe - angular table search - search object properties
- Prompt
- Triggers
What does the Angular Generic Object Search Filter Pipe skill do?
Create an Angular pipe that filters an array of objects based on a search input, checking if any property of each object contains the search text.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill angular-generic-object-search-filter-pipe --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
